Uses of Class
org.apache.fop.fo.properties.StringProperty
-
Packages that use StringProperty Package Description org.apache.fop.fo.flow All the block- and inline-level flow formatting objects.org.apache.fop.fo.properties Classes representing the various property types as well as supporting data structures for the FO tree. -
-
Uses of StringProperty in org.apache.fop.fo.flow
Fields in org.apache.fop.fo.flow declared as StringProperty Modifier and Type Field Description StringProperty
MultiToggle. prSwitchTo
-
Uses of StringProperty in org.apache.fop.fo.properties
Fields in org.apache.fop.fo.properties declared as StringProperty Modifier and Type Field Description StringProperty
CommonHyphenation. country
The "country" propertystatic StringProperty
StringProperty. EMPTY_STRING_PROPERTY
canonical instance for empty stringsStringProperty
CommonHyphenation. language
The "language" propertyStringProperty
CommonHyphenation. script
The "script" propertyFields in org.apache.fop.fo.properties with type parameters of type StringProperty Modifier and Type Field Description private static PropertyCache<StringProperty>
StringProperty. CACHE
cache containing all canonical StringProperty instancesMethods in org.apache.fop.fo.properties that return StringProperty Modifier and Type Method Description static StringProperty
StringProperty. getInstance(java.lang.String str)
Return the canonical StringProperty instance corresponding to the given string valueConstructors in org.apache.fop.fo.properties with parameters of type StringProperty 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
-