Uses of Class
org.apache.fop.fo.properties.CommonHyphenation
-
Packages that use CommonHyphenation Package Description org.apache.fop.accessibility.fo org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree.org.apache.fop.fo.flow All the block- and inline-level flow formatting objects.org.apache.fop.fo.properties Classes representing the various property types as well as supporting data structures for the FO tree.org.apache.fop.layoutmgr.inline Layout managers for inline formatting objects and line building. -
-
Uses of CommonHyphenation in org.apache.fop.accessibility.fo
Methods in org.apache.fop.accessibility.fo with parameters of type CommonHyphenation Modifier and Type Method Description private org.xml.sax.helpers.AttributesImpl
StructureTreeEventTrigger. createLangAttribute(CommonHyphenation hyphProperties)
-
Uses of CommonHyphenation in org.apache.fop.fo
Fields in org.apache.fop.fo declared as CommonHyphenation Modifier and Type Field Description private CommonHyphenation
FOText. commonHyphenation
Methods in org.apache.fop.fo that return CommonHyphenation Modifier and Type Method Description CommonHyphenation
FOText. getCommonHyphenation()
CommonHyphenation
PropertyList. getHyphenationProps()
Constructs a CommonHyphenation object. -
Uses of CommonHyphenation in org.apache.fop.fo.flow
Fields in org.apache.fop.fo.flow declared as CommonHyphenation Modifier and Type Field Description private CommonHyphenation
Block. commonHyphenation
private CommonHyphenation
Character. commonHyphenation
Methods in org.apache.fop.fo.flow that return CommonHyphenation Modifier and Type Method Description CommonHyphenation
Block. getCommonHyphenation()
CommonHyphenation
Character. getCommonHyphenation()
-
Uses of CommonHyphenation in org.apache.fop.fo.properties
Fields in org.apache.fop.fo.properties with type parameters of type CommonHyphenation Modifier and Type Field Description private static PropertyCache<CommonHyphenation>
CommonHyphenation. CACHE
Methods in org.apache.fop.fo.properties that return CommonHyphenation Modifier and Type Method Description static CommonHyphenation
CommonHyphenation. getInstance(PropertyList propertyList)
Gets the canonicalCommonHyphenation
instance corresponding to the values of the related properties present on the givenPropertyList
-
Uses of CommonHyphenation in org.apache.fop.layoutmgr.inline
Fields in org.apache.fop.layoutmgr.inline declared as CommonHyphenation Modifier and Type Field Description private CommonHyphenation
LineLayoutManager. hyphenationProperties
-