Uses of Class
org.apache.fop.fo.properties.OptionalCharacterProperty
-
Packages that use OptionalCharacterProperty Package Description org.apache.fop.fo.properties Classes representing the various property types as well as supporting data structures for the FO tree. -
-
Uses of OptionalCharacterProperty in org.apache.fop.fo.properties
Fields in org.apache.fop.fo.properties declared as OptionalCharacterProperty Modifier and Type Field Description OptionalCharacterProperty
CommonHyphenation. hyphenationCharacter
The "hyphenation-character" propertyFields in org.apache.fop.fo.properties with type parameters of type OptionalCharacterProperty Modifier and Type Field Description private static PropertyCache<OptionalCharacterProperty>
OptionalCharacterProperty. CACHE
cache containing all canonical OptionalCharacterProperty instancesMethods in org.apache.fop.fo.properties that return OptionalCharacterProperty Modifier and Type Method Description static OptionalCharacterProperty
OptionalCharacterProperty. getInstance(java.lang.Character character)
Get character property instance for character.Constructors in org.apache.fop.fo.properties with parameters of type OptionalCharacterProperty Constructor Description CommonHyphenation(StringProperty language, StringProperty country, StringProperty script, EnumProperty hyphenate, OptionalCharacterProperty hyphenationCharacter, NumberProperty hyphenationPushCharacterCount, NumberProperty hyphenationRemainCharacterCount)
Construct a CommonHyphenation object holding the given properties
-