Uses of Class
org.apache.fop.fo.properties.LengthRangeProperty
Packages that use LengthRangeProperty
Package
Description
Classes, constants and basic infrastructure for the FO tree.
Base classes for implementing extensions to XSL-FO.
All the block- and inline-level flow formatting objects.
Classes representing the various property types as well as supporting data structures for the FO tree.
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 LengthRangePropertyModifier and TypeMethodDescriptionGraphicsProperties.getBlockProgressionDimension()GraphicsProperties.getInlineProgressionDimension() -
Uses of LengthRangeProperty in org.apache.fop.fo.extensions
Fields in org.apache.fop.fo.extensions declared as LengthRangePropertyModifier and TypeFieldDescriptionprivate LengthRangePropertyExternalDocument.blockProgressionDimensionprivate LengthRangePropertyExternalDocument.inlineProgressionDimensionMethods in org.apache.fop.fo.extensions that return LengthRangePropertyModifier and TypeMethodDescriptionExternalDocument.getBlockProgressionDimension()ExternalDocument.getInlineProgressionDimension() -
Uses of LengthRangeProperty in org.apache.fop.fo.flow
Fields in org.apache.fop.fo.flow declared as LengthRangePropertyModifier and TypeFieldDescriptionprivate LengthRangePropertyAbstractGraphics.blockProgressionDimensionprivate LengthRangePropertyBlockContainer.blockProgressionDimensionprivate LengthRangePropertyInlineContainer.blockProgressionDimensionprivate LengthRangePropertyAbstractGraphics.inlineProgressionDimensionprivate LengthRangePropertyBlockContainer.inlineProgressionDimensionprivate LengthRangePropertyInlineContainer.inlineProgressionDimensionprivate LengthRangePropertyLeader.leaderLengthMethods in org.apache.fop.fo.flow that return LengthRangePropertyModifier and TypeMethodDescriptionAbstractGraphics.getBlockProgressionDimension()BlockContainer.getBlockProgressionDimension()InlineContainer.getBlockProgressionDimension()AbstractGraphics.getInlineProgressionDimension()BlockContainer.getInlineProgressionDimension()InlineContainer.getInlineProgressionDimension()Leader.getLeaderLength() -
Uses of LengthRangeProperty in org.apache.fop.fo.flow.table
Fields in org.apache.fop.fo.flow.table declared as LengthRangePropertyModifier and TypeFieldDescriptionprivate LengthRangePropertyprivate LengthRangePropertyTableCell.blockProgressionDimensionprivate LengthRangePropertyTableRow.blockProgressionDimensionprivate LengthRangePropertyMethods in org.apache.fop.fo.flow.table that return LengthRangePropertyModifier and TypeMethodDescriptionTable.getBlockProgressionDimension()TableCell.getBlockProgressionDimension()Get the value for theblock-progression-dimensionpropertyTableRow.getBlockProgressionDimension()Table.getInlineProgressionDimension() -
Uses of LengthRangeProperty in org.apache.fop.fo.properties
Subclasses of LengthRangeProperty in org.apache.fop.fo.propertiesModifier and TypeClassDescriptionclassBase class used for handling properties of the fo:space-before and fo:space-after variety.Methods in org.apache.fop.fo.properties that return LengthRangePropertyModifier and TypeMethodDescriptionLengthRangeProperty.getLengthRange()Property.getLengthRange()This method expects to be overridden by subclassesSpaceProperty.getLengthRange()Space extends LengthRange. -
Uses of LengthRangeProperty in org.apache.fop.layoutmgr.inline
Methods in org.apache.fop.layoutmgr.inline with parameters of type LengthRangePropertyModifier and TypeMethodDescriptionprivate intImageLayout.constrainExtent(int extent, LengthRangeProperty range, Length contextExtent)