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.org.apache.fop.layoutmgr.inline Layout managers for inline formatting objects and line building. -
-
Uses of LengthRangeProperty in org.apache.fop.fo
Methods in org.apache.fop.fo that return LengthRangeProperty Modifier and Type Method Description LengthRangePropertyGraphicsProperties. getBlockProgressionDimension()LengthRangePropertyGraphicsProperties. getInlineProgressionDimension() -
Uses of LengthRangeProperty in org.apache.fop.fo.extensions
Fields in org.apache.fop.fo.extensions declared as LengthRangeProperty Modifier and Type Field Description private LengthRangePropertyExternalDocument. blockProgressionDimensionprivate LengthRangePropertyExternalDocument. inlineProgressionDimensionMethods in org.apache.fop.fo.extensions that return LengthRangeProperty Modifier and Type Method Description LengthRangePropertyExternalDocument. getBlockProgressionDimension()LengthRangePropertyExternalDocument. getInlineProgressionDimension() -
Uses of LengthRangeProperty in org.apache.fop.fo.flow
Fields in org.apache.fop.fo.flow declared as LengthRangeProperty Modifier and Type Field Description private LengthRangePropertyAbstractGraphics. blockProgressionDimensionprivate LengthRangePropertyBlockContainer. blockProgressionDimensionprivate LengthRangePropertyInlineContainer. blockProgressionDimensionprivate LengthRangePropertyAbstractGraphics. inlineProgressionDimensionprivate LengthRangePropertyBlockContainer. inlineProgressionDimensionprivate LengthRangePropertyInlineContainer. inlineProgressionDimensionprivate LengthRangePropertyLeader. leaderLengthMethods in org.apache.fop.fo.flow that return LengthRangeProperty Modifier and Type Method Description LengthRangePropertyAbstractGraphics. getBlockProgressionDimension()LengthRangePropertyBlockContainer. getBlockProgressionDimension()LengthRangePropertyInlineContainer. getBlockProgressionDimension()LengthRangePropertyAbstractGraphics. getInlineProgressionDimension()LengthRangePropertyBlockContainer. getInlineProgressionDimension()LengthRangePropertyInlineContainer. getInlineProgressionDimension()LengthRangePropertyLeader. getLeaderLength() -
Uses of LengthRangeProperty in org.apache.fop.fo.flow.table
Fields in org.apache.fop.fo.flow.table declared as LengthRangeProperty Modifier and Type Field Description private LengthRangePropertyTable. blockProgressionDimensionprivate LengthRangePropertyTableCell. blockProgressionDimensionprivate LengthRangePropertyTableRow. blockProgressionDimensionprivate LengthRangePropertyTable. inlineProgressionDimensionMethods in org.apache.fop.fo.flow.table that return LengthRangeProperty Modifier and Type Method Description LengthRangePropertyTable. getBlockProgressionDimension()LengthRangePropertyTableCell. getBlockProgressionDimension()Get the value for theblock-progression-dimensionpropertyLengthRangePropertyTableRow. getBlockProgressionDimension()LengthRangePropertyTable. getInlineProgressionDimension() -
Uses of LengthRangeProperty in org.apache.fop.fo.properties
Subclasses of LengthRangeProperty in org.apache.fop.fo.properties Modifier and Type Class Description classSpacePropertyBase 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 LengthRangePropertyLengthRangeProperty. getLengthRange()LengthRangePropertyProperty. getLengthRange()This method expects to be overridden by subclassesLengthRangePropertySpaceProperty. getLengthRange()Space extends LengthRange. -
Uses of LengthRangeProperty in org.apache.fop.layoutmgr.inline
Methods in org.apache.fop.layoutmgr.inline with parameters of type LengthRangeProperty Modifier and Type Method Description private intImageLayout. constrainExtent(int extent, LengthRangeProperty range, Length contextExtent)
-