Uses of Class
org.apache.fop.layoutmgr.SpaceSpecifier
-
Packages that use SpaceSpecifier Package Description org.apache.fop.layoutmgr FOP's layout engine. -
-
Uses of SpaceSpecifier in org.apache.fop.layoutmgr
Fields in org.apache.fop.layoutmgr declared as SpaceSpecifier Modifier and Type Field Description private 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 SpaceSpecifier Modifier and Type Method Description SpaceSpecifier
LayoutContext. getLeadingSpace()
SpaceSpecifier
LayoutContext. getTrailingSpace()
Methods in org.apache.fop.layoutmgr with parameters of type SpaceSpecifier Modifier and Type Method Description void
LayoutContext. setLeadingSpace(SpaceSpecifier space)
void
LayoutContext. setTrailingSpace(SpaceSpecifier space)
-