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 StringPropertyMultiToggle. 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 StringPropertyCommonHyphenation. countryThe "country" propertystatic StringPropertyStringProperty. EMPTY_STRING_PROPERTYcanonical instance for empty stringsStringPropertyCommonHyphenation. languageThe "language" propertyStringPropertyCommonHyphenation. scriptThe "script" propertyMethods in org.apache.fop.fo.properties that return StringProperty Modifier and Type Method Description static StringPropertyStringProperty. getInstance(java.lang.String str)Return the canonical StringProperty instance corresponding to the given string value
-