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
Methods 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)
-