Uses of Class
org.apache.fop.fo.properties.OptionalCharacterProperty
Packages that use OptionalCharacterProperty
Package
Description
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 OptionalCharacterPropertyModifier and TypeFieldDescriptionCommonHyphenation.hyphenationCharacterThe "hyphenation-character" propertyFields in org.apache.fop.fo.properties with type parameters of type OptionalCharacterPropertyModifier and TypeFieldDescriptionprivate static final PropertyCache<OptionalCharacterProperty> OptionalCharacterProperty.CACHEcache containing all canonical OptionalCharacterProperty instancesMethods in org.apache.fop.fo.properties that return OptionalCharacterPropertyModifier and TypeMethodDescriptionstatic OptionalCharacterPropertyOptionalCharacterProperty.getInstance(Character character) Get character property instance for character.Constructors in org.apache.fop.fo.properties with parameters of type OptionalCharacterPropertyModifierConstructorDescriptionprivateCommonHyphenation(StringProperty language, StringProperty country, StringProperty script, EnumProperty hyphenate, OptionalCharacterProperty hyphenationCharacter, NumberProperty hyphenationPushCharacterCount, NumberProperty hyphenationRemainCharacterCount) Construct a CommonHyphenation object holding the given properties