Uses of Class
org.apache.fop.layoutmgr.SpaceSpecifier
Packages that use SpaceSpecifier
-
Uses of SpaceSpecifier in org.apache.fop.layoutmgr
Fields in org.apache.fop.layoutmgr declared as SpaceSpecifierModifier and TypeFieldDescriptionprivate SpaceSpecifier
LayoutContext.leadingSpace
Current pending space-before or space-start from ancestor areasprivate SpaceSpecifier
LayoutContext.trailingSpace
Current pending space-after or space-end from preceding areaMethods in org.apache.fop.layoutmgr that return SpaceSpecifierModifier and TypeMethodDescriptionLayoutContext.getLeadingSpace()
LayoutContext.getTrailingSpace()
Methods in org.apache.fop.layoutmgr with parameters of type SpaceSpecifierModifier and TypeMethodDescriptionvoid
LayoutContext.setLeadingSpace
(SpaceSpecifier space) void
LayoutContext.setTrailingSpace
(SpaceSpecifier space)