Uses of Class
org.apache.fop.fo.properties.LengthRangeProperty
-
Packages that use LengthRangeProperty 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. -
-
Uses of LengthRangeProperty in org.apache.fop.fo
Methods in org.apache.fop.fo that return LengthRangeProperty Modifier and Type Method Description LengthRangeProperty
GraphicsProperties. getBlockProgressionDimension()
LengthRangeProperty
GraphicsProperties. getInlineProgressionDimension()
-
Uses of LengthRangeProperty in org.apache.fop.fo.extensions
Methods in org.apache.fop.fo.extensions that return LengthRangeProperty Modifier and Type Method Description LengthRangeProperty
ExternalDocument. getBlockProgressionDimension()
LengthRangeProperty
ExternalDocument. getInlineProgressionDimension()
-
Uses of LengthRangeProperty in org.apache.fop.fo.flow
Methods in org.apache.fop.fo.flow that return LengthRangeProperty Modifier and Type Method Description LengthRangeProperty
AbstractGraphics. getBlockProgressionDimension()
LengthRangeProperty
BlockContainer. getBlockProgressionDimension()
LengthRangeProperty
InlineContainer. getBlockProgressionDimension()
LengthRangeProperty
AbstractGraphics. getInlineProgressionDimension()
LengthRangeProperty
BlockContainer. getInlineProgressionDimension()
LengthRangeProperty
InlineContainer. getInlineProgressionDimension()
LengthRangeProperty
Leader. getLeaderLength()
-
Uses of LengthRangeProperty in org.apache.fop.fo.flow.table
Methods in org.apache.fop.fo.flow.table that return LengthRangeProperty Modifier and Type Method Description LengthRangeProperty
Table. getBlockProgressionDimension()
LengthRangeProperty
TableCell. getBlockProgressionDimension()
Get the value for theblock-progression-dimension
propertyLengthRangeProperty
TableRow. getBlockProgressionDimension()
LengthRangeProperty
Table. getInlineProgressionDimension()
-
Uses of LengthRangeProperty in org.apache.fop.fo.properties
Subclasses of LengthRangeProperty in org.apache.fop.fo.properties Modifier and Type Class Description class
SpaceProperty
Base class used for handling properties of the fo:space-before and fo:space-after variety.Methods in org.apache.fop.fo.properties that return LengthRangeProperty Modifier and Type Method Description LengthRangeProperty
LengthRangeProperty. getLengthRange()
LengthRangeProperty
Property. getLengthRange()
This method expects to be overridden by subclassesLengthRangeProperty
SpaceProperty. getLengthRange()
Space extends LengthRange.
-