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" propertyFields in org.apache.fop.fo.properties with type parameters of type StringProperty Modifier and Type Field Description private static PropertyCache<StringProperty>StringProperty. CACHEcache containing all canonical StringProperty instancesMethods 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 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
-