Uses of Class
org.apache.fop.traits.SpaceVal
-
Packages that use SpaceVal Package Description org.apache.fop.layoutmgr FOP's layout engine.org.apache.fop.traits Trait classes and other supporting data structures. -
-
Uses of SpaceVal in org.apache.fop.layoutmgr
Methods in org.apache.fop.layoutmgr with parameters of type SpaceVal Modifier and Type Method Description void
SpaceSpecifier. addSpace(SpaceVal space)
Add a new space to the sequence. -
Uses of SpaceVal in org.apache.fop.traits
Methods in org.apache.fop.traits that return SpaceVal Modifier and Type Method Description static SpaceVal
SpaceVal. makeLetterSpacing(Property letterSpacing)
static SpaceVal
SpaceVal. makeWordSpacing(Property wordSpacing, SpaceVal letterSpacing, Font fs)
Methods in org.apache.fop.traits with parameters of type SpaceVal Modifier and Type Method Description static SpaceVal
SpaceVal. makeWordSpacing(Property wordSpacing, SpaceVal letterSpacing, Font fs)
-