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 OptionalCharacterPropertyCommonHyphenation. hyphenationCharacterThe "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. CACHEcache containing all canonical OptionalCharacterProperty instancesMethods in org.apache.fop.fo.properties that return OptionalCharacterProperty Modifier and Type Method Description static OptionalCharacterPropertyOptionalCharacterProperty. 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
-