Package | Description |
---|---|
org.apache.fop.datatypes |
XSL Datatypes.
|
org.apache.fop.fo |
Classes, constants and basic infrastructure for the FO tree.
|
org.apache.fop.fo.expr |
Classes for XSL expressions and functions.
|
org.apache.fop.fo.extensions |
Base classes for implementing extensions to XSL-FO.
|
org.apache.fop.fo.flow |
All the block- and inline-level flow formatting objects.
|
org.apache.fop.fo.flow.table | |
org.apache.fop.fo.pagination |
All the pagination and declaration formatting objects.
|
org.apache.fop.fo.properties |
Classes representing the various property types as well as supporting data structures for the FO tree.
|
org.apache.fop.layoutmgr.inline |
Layout managers for inline formatting objects and line building.
|
org.apache.fop.render.rtf |
RTF (Rich Text Format) Output Support
|
Modifier and Type | Method | Description |
---|---|---|
Length |
LengthBase.getBaseLength() |
Modifier and Type | Method | Description |
---|---|---|
Length |
FOText.getBaseLineShift() |
|
Length |
GraphicsProperties.getContentHeight() |
|
Length |
GraphicsProperties.getContentWidth() |
|
Length |
GraphicsProperties.getHeight() |
|
Length |
XMLObj.getIntrinsicAlignmentAdjust() |
Retrieve the intrinsic alignment-adjust of the child element.
|
Length |
GraphicsProperties.getWidth() |
Modifier and Type | Class | Description |
---|---|---|
class |
NumericProperty |
A numeric property which hold the final absolute result of an expression
calculations.
|
class |
RelativeNumericProperty |
This class represent a node in a property expression tree.
|
Modifier and Type | Method | Description |
---|---|---|
Length |
PropertyInfo.currentFontSize() |
|
Length |
NumericProperty.getLength() |
This method expects to be overridden by subclasses
|
Length |
RelativeNumericProperty.getLength() |
Cast this numeric as a Length.
|
Modifier and Type | Method | Description |
---|---|---|
Length |
ExternalDocument.getContentHeight() |
|
Length |
ExternalDocument.getContentWidth() |
|
Length |
ExternalDocument.getHeight() |
|
Length |
ExternalDocument.getWidth() |
Modifier and Type | Method | Description |
---|---|---|
Length |
TableColumn.getColumnWidth() |
Get a
Length instance corresponding to the
column-width property. |
Length |
TableRow.getHeight() |
|
Length |
Table.getOrphanContentLimit() |
|
Length |
Table.getWidowContentLimit() |
|
Length |
TableCell.getWidth() |
Get the value for the
width property |
Modifier and Type | Method | Description |
---|---|---|
void |
TableColumn.setColumnWidth(Length columnWidth) |
Sets the column width.
|
Modifier and Type | Method | Description |
---|---|---|
Length |
SideRegion.getExtent() |
|
Length |
SimplePageMaster.getPageHeight() |
|
Length |
SimplePageMaster.getPageWidth() |
Modifier and Type | Class | Description |
---|---|---|
class |
EnumLength |
A length quantity in XSL which is specified as an enum, such as "auto"
|
class |
FixedLength |
An absolute length quantity in XSL
|
class |
LengthProperty |
Superclass for properties wrapping a Length value.
|
class |
PercentLength |
a percent specified length quantity in XSL
|
class |
TableColLength |
A table-column width specification, possibly including some
number of proportional "column-units".
|
Modifier and Type | Field | Description |
---|---|---|
Length |
CommonBorderPaddingBackground.backgroundPositionHorizontal |
The "background-position-horizontal" property.
|
Length |
CommonBorderPaddingBackground.backgroundPositionVertical |
The "background-position-vertical" property.
|
Length |
CommonBorderPaddingBackground.backgroungImageTargetHeight |
|
Length |
CommonBorderPaddingBackground.backgroungImageTargetWidth |
|
Length |
CommonAbsolutePosition.bottom |
The "bottom" property.
|
Length |
CommonRelativePosition.bottom |
The "bottom" property.
|
Length |
CommonMarginBlock.endIndent |
The "end-indent" property.
|
Length |
CommonFont.fontSize |
The "font-size" property.
|
Length |
CommonAbsolutePosition.left |
The "left" property.
|
Length |
CommonRelativePosition.left |
The "left" property.
|
Length |
CommonMarginBlock.marginBottom |
The "margin-bottom" property.
|
Length |
CommonMarginInline.marginBottom |
The "margin-bottom" property.
|
Length |
CommonMarginBlock.marginLeft |
The "margin-left" property.
|
Length |
CommonMarginInline.marginLeft |
The "margin-left" property.
|
Length |
CommonMarginBlock.marginRight |
The "margin-right" property.
|
Length |
CommonMarginInline.marginRight |
The "margin-right" property.
|
Length |
CommonMarginBlock.marginTop |
The "margin-top" property.
|
Length |
CommonMarginInline.marginTop |
The "margin-top" property.
|
Length |
CommonAbsolutePosition.right |
The "right" property.
|
Length |
CommonRelativePosition.right |
The "right" property.
|
Length |
CommonMarginBlock.startIndent |
The "start-indent" property.
|
Length |
CommonAbsolutePosition.top |
The "top" property.
|
Length |
CommonRelativePosition.top |
The "top" property.
|
Modifier and Type | Method | Description |
---|---|---|
Length |
CommonBorderPaddingBackground.getBackgroundPositionHorizontal() |
Returns the "background-position-horizontal" property.
|
Length |
CommonBorderPaddingBackground.getBackgroundPositionVertical() |
Returns the "background-position-vertical" property.
|
Length |
CommonFont.getFontSize() |
|
Length |
CondLengthProperty.getLength() |
TODO: Should we allow this?
|
Length |
LengthProperty.getLength() |
|
Length |
NumberProperty.getLength() |
This method expects to be overridden by subclasses
|
Length |
Property.getLength() |
This method expects to be overridden by subclasses
|
Modifier and Type | Field | Description |
---|---|---|
protected Length |
InlineLayoutManager.alignmentAdjust |
The alignment adjust property
|
protected Length |
InlineLayoutManager.baselineShift |
The baseline shift property
|
Constructor | Description |
---|---|
LineLayoutManager(Block block,
Length lh,
int l,
int f) |
Create a new Line Layout Manager.
|
Modifier and Type | Method | Description |
---|---|---|
RtfAttributes |
FOPRtfAttributes.setHalfPoints(java.lang.String name,
Length value) |
Set an attribute that has a Length value (internal units in half-points)
|
RtfAttributes |
FOPRtfAttributes.setTwips(java.lang.String name,
Length value) |
Set an attribute that has a Length value (internal units in twips)
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.