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