Package | Description |
---|---|
org.apache.fop.fo |
Classes, constants and basic infrastructure for the FO tree.
|
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.properties |
Classes representing the various property types as well as supporting data structures for the FO tree.
|
Modifier and Type | Method and Description |
---|---|
LengthRangeProperty |
GraphicsProperties.getBlockProgressionDimension() |
LengthRangeProperty |
GraphicsProperties.getInlineProgressionDimension() |
Modifier and Type | Method and Description |
---|---|
LengthRangeProperty |
ExternalDocument.getBlockProgressionDimension() |
LengthRangeProperty |
ExternalDocument.getInlineProgressionDimension() |
Modifier and Type | Method and Description |
---|---|
LengthRangeProperty |
BlockContainer.getBlockProgressionDimension() |
LengthRangeProperty |
AbstractGraphics.getBlockProgressionDimension() |
LengthRangeProperty |
InlineContainer.getBlockProgressionDimension() |
LengthRangeProperty |
BlockContainer.getInlineProgressionDimension() |
LengthRangeProperty |
AbstractGraphics.getInlineProgressionDimension() |
LengthRangeProperty |
InlineContainer.getInlineProgressionDimension() |
LengthRangeProperty |
Leader.getLeaderLength() |
Modifier and Type | Method and Description |
---|---|
LengthRangeProperty |
TableRow.getBlockProgressionDimension() |
LengthRangeProperty |
Table.getBlockProgressionDimension() |
LengthRangeProperty |
TableCell.getBlockProgressionDimension()
Get the value for the
block-progression-dimension property |
LengthRangeProperty |
Table.getInlineProgressionDimension() |
Modifier and Type | Class and Description |
---|---|
class |
SpaceProperty
Base class used for handling properties of the fo:space-before and
fo:space-after variety.
|
Modifier and Type | Method and Description |
---|---|
LengthRangeProperty |
LengthRangeProperty.getLengthRange() |
LengthRangeProperty |
SpaceProperty.getLengthRange()
Space extends LengthRange.
|
LengthRangeProperty |
Property.getLengthRange()
This method expects to be overridden by subclasses
|
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.