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" propertyMethods 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 value
-