Uses of Class
org.apache.fop.fo.properties.SpaceProperty
-
Packages that use SpaceProperty Package Description org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree.org.apache.fop.fo.flow All the block- and inline-level flow 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 FOP's layout engine.org.apache.fop.layoutmgr.inline Layout managers for inline formatting objects and line building.org.apache.fop.traits Trait classes and other supporting data structures. -
-
Uses of SpaceProperty in org.apache.fop.fo
Methods in org.apache.fop.fo that return SpaceProperty Modifier and Type Method Description SpacePropertyFOText. getLineHeight() -
Uses of SpaceProperty in org.apache.fop.fo.flow
Fields in org.apache.fop.fo.flow declared as SpaceProperty Modifier and Type Field Description protected SpacePropertyChangeBar. lineHeightThe actual line height.Methods in org.apache.fop.fo.flow that return SpaceProperty Modifier and Type Method Description SpacePropertyAbstractGraphics. getLineHeight()SpacePropertyAbstractPageNumberCitation. getLineHeight()SpacePropertyBlock. getLineHeight()SpacePropertyChangeBar. getLineHeight()Returns the line height.SpacePropertyCharacter. getLineHeight()SpacePropertyInitialPropertySet. getLineHeight()SpacePropertyInlineContainer. getLineHeight()SpacePropertyInlineLevel. getLineHeight()SpacePropertyPageNumber. getLineHeight() -
Uses of SpaceProperty in org.apache.fop.fo.properties
Fields in org.apache.fop.fo.properties declared as SpaceProperty Modifier and Type Field Description SpacePropertyCommonMarginBlock. spaceAfterThe "space-after" property.SpacePropertyCommonMarginBlock. spaceBeforeThe "space-before" property.SpacePropertyCommonMarginInline. spaceEndThe "space-end" property.SpacePropertyCommonMarginInline. spaceStartThe "space-start" property.Methods in org.apache.fop.fo.properties that return SpaceProperty Modifier and Type Method Description SpacePropertyProperty. getSpace()This method expects to be overridden by subclassesSpacePropertySpaceProperty. getSpace() -
Uses of SpaceProperty in org.apache.fop.layoutmgr
Methods in org.apache.fop.layoutmgr that return SpaceProperty Modifier and Type Method Description protected SpacePropertyBlockStackingLayoutManager. getSpaceAfterProperty()protected SpacePropertyBlockStackingLayoutManager. getSpaceBeforeProperty()Constructors in org.apache.fop.layoutmgr with parameters of type SpaceProperty Constructor Description SpaceElement(Position position, SpaceProperty space, RelSide side, boolean isFirst, boolean isLast, PercentBaseContext context)Main constructor -
Uses of SpaceProperty in org.apache.fop.layoutmgr.inline
Fields in org.apache.fop.layoutmgr.inline declared as SpaceProperty Modifier and Type Field Description protected SpacePropertyInlineLayoutManager. lineHeightThe line height propertyMethods in org.apache.fop.layoutmgr.inline that return SpaceProperty Modifier and Type Method Description protected SpacePropertyInlineLayoutManager. getSpaceEnd()Get the space at the end of the inline area.protected SpacePropertyInlineStackingLayoutManager. getSpaceEnd()Get the space at the end of the inline area.protected SpacePropertyInlineLayoutManager. getSpaceStart()Get the space at the start of the inline area.protected SpacePropertyInlineStackingLayoutManager. getSpaceStart()Get the space at the start of the inline area. -
Uses of SpaceProperty in org.apache.fop.traits
Constructors in org.apache.fop.traits with parameters of type SpaceProperty Constructor Description SpaceVal(SpaceProperty spaceprop, PercentBaseContext context)Constructor for SpaceVal objects based on Space objects.
-