Uses of Interface
org.apache.fop.fo.properties.ShorthandParser
-
Packages that use ShorthandParser Package Description org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree.org.apache.fop.fo.properties Classes representing the various property types as well as supporting data structures for the FO tree. -
-
Uses of ShorthandParser in org.apache.fop.fo
Classes in org.apache.fop.fo that implement ShorthandParser Modifier and Type Class Description (package private) class
BorderShorthandParser
-
Uses of ShorthandParser in org.apache.fop.fo.properties
Classes in org.apache.fop.fo.properties that implement ShorthandParser Modifier and Type Class Description static class
BackgroundPositionShorthand.Parser
Inner class to provide shorthand parsing capabilitiesclass
BorderSpacingShorthandParser
Shorthand parser for the "border-spacing" shorthand property.class
BoxCornerPropShorthandParser
Shorthand property parser for Box rounded corner propertiesclass
BoxPropShorthandParser
Shorthand property parser for Box propertiesclass
FontShorthandParser
A shorthand parser for the font shorthand propertyclass
GenericShorthandParser
Generic shorthand parser for ListPropertiesclass
PageBreakShorthandParser
Shorthand parser for page-break-before, page-break-after and page-break-inside.class
PositionShorthandParser
A shorthand parser for the position shorthand.class
VerticalAlignShorthandParser
A shorthand parser for the vertical-align shorthand.class
WhiteSpaceShorthandParser
Shorthand parser for the white-space property; Sets the values for white-space-treament, linefeed-treatment, white-space-collapse and wrap-optionclass
XMLLangShorthandParser
A parser for the xml:lang property.Fields in org.apache.fop.fo.properties declared as ShorthandParser Modifier and Type Field Description private ShorthandParser
PropertyMaker. datatypeParser
Methods in org.apache.fop.fo.properties with parameters of type ShorthandParser Modifier and Type Method Description void
PropertyMaker. setDatatypeParser(ShorthandParser parser)
Set the shorthand datatype parser.
-