Uses of Class
org.apache.fop.fo.properties.SpaceProperty
Packages that use SpaceProperty
Package
Description
Classes, constants and basic infrastructure for the FO tree.
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.
FOP's layout engine.
Layout managers for inline formatting objects and line building.
Trait classes and other supporting data structures.
-
Uses of SpaceProperty in org.apache.fop.fo
Methods in org.apache.fop.fo that return SpaceProperty -
Uses of SpaceProperty in org.apache.fop.fo.flow
Fields in org.apache.fop.fo.flow declared as SpacePropertyModifier and TypeFieldDescriptionprotected SpaceProperty
ChangeBar.lineHeight
The actual line height.Methods in org.apache.fop.fo.flow that return SpacePropertyModifier and TypeMethodDescriptionAbstractGraphics.getLineHeight()
AbstractPageNumberCitation.getLineHeight()
Block.getLineHeight()
ChangeBar.getLineHeight()
Returns the line height.Character.getLineHeight()
InitialPropertySet.getLineHeight()
InlineContainer.getLineHeight()
InlineLevel.getLineHeight()
PageNumber.getLineHeight()
-
Uses of SpaceProperty in org.apache.fop.fo.properties
Fields in org.apache.fop.fo.properties declared as SpacePropertyModifier and TypeFieldDescriptionCommonMarginBlock.spaceAfter
The "space-after" property.CommonMarginBlock.spaceBefore
The "space-before" property.CommonMarginInline.spaceEnd
The "space-end" property.CommonMarginInline.spaceStart
The "space-start" property.Methods in org.apache.fop.fo.properties that return SpaceProperty -
Uses of SpaceProperty in org.apache.fop.layoutmgr
Methods in org.apache.fop.layoutmgr that return SpacePropertyModifier and TypeMethodDescriptionprotected SpaceProperty
BlockStackingLayoutManager.getSpaceAfterProperty()
protected SpaceProperty
BlockStackingLayoutManager.getSpaceBeforeProperty()
Constructors in org.apache.fop.layoutmgr with parameters of type SpacePropertyModifierConstructorDescriptionSpaceElement
(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 SpacePropertyModifier and TypeFieldDescriptionprotected SpaceProperty
InlineLayoutManager.lineHeight
The line height propertyMethods in org.apache.fop.layoutmgr.inline that return SpacePropertyModifier and TypeMethodDescriptionprotected SpaceProperty
InlineLayoutManager.getSpaceEnd()
Get the space at the end of the inline area.protected SpaceProperty
InlineStackingLayoutManager.getSpaceEnd()
Get the space at the end of the inline area.protected SpaceProperty
InlineLayoutManager.getSpaceStart()
Get the space at the start of the inline area.protected SpaceProperty
InlineStackingLayoutManager.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 SpacePropertyModifierConstructorDescriptionSpaceVal
(SpaceProperty spaceprop, PercentBaseContext context) Constructor for SpaceVal objects based on Space objects.