Uses of Class
org.apache.fop.fo.properties.CharacterProperty
-
Packages that use CharacterProperty 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 CharacterProperty in org.apache.fop.fo.properties
Fields in org.apache.fop.fo.properties with type parameters of type CharacterProperty Modifier and Type Field Description private static PropertyCache<CharacterProperty>
CharacterProperty. CACHE
cache containing all canonical CharacterProperty instancesMethods in org.apache.fop.fo.properties that return CharacterProperty Modifier and Type Method Description static CharacterProperty
CharacterProperty. getInstance(char character)
Get character property instance for character.
-