Uses of Class
org.apache.fop.fo.properties.EnumProperty
-
Packages that use EnumProperty 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 EnumProperty in org.apache.fop.fo.properties
Fields in org.apache.fop.fo.properties declared as EnumProperty Modifier and Type Field Description private EnumProperty
CondLengthProperty. conditionality
private EnumProperty
EnumNumber. enumProperty
private EnumProperty
CommonFont. fontSelectionStrategy
The "font-selection-strategy" property.private EnumProperty
CommonFont. fontStretch
The "font-stretch" property.private EnumProperty
CommonFont. fontStyle
The "font-style" property.private EnumProperty
CommonFont. fontVariant
The "font-variant" property.private EnumProperty
CommonFont. fontWeight
The "font-weight" property.EnumProperty
CommonHyphenation. hyphenate
The "hyphenate" propertyFields in org.apache.fop.fo.properties with type parameters of type EnumProperty Modifier and Type Field Description private static PropertyCache<EnumProperty>
EnumProperty. CACHE
cache holding all canonical EnumProperty instancesMethods in org.apache.fop.fo.properties that return EnumProperty Modifier and Type Method Description static EnumProperty
EnumProperty. getInstance(int explicitValue, java.lang.String text)
Construct an enumeration property.Constructors in org.apache.fop.fo.properties with parameters of type EnumProperty Constructor Description CommonFont(FontFamilyProperty fontFamily, EnumProperty fontSelectionStrategy, EnumProperty fontStretch, EnumProperty fontStyle, EnumProperty fontVariant, EnumProperty fontWeight, Length fontSize, Numeric fontSizeAdjust)
Construct a CommonFont instanceCommonHyphenation(StringProperty language, StringProperty country, StringProperty script, EnumProperty hyphenate, OptionalCharacterProperty hyphenationCharacter, NumberProperty hyphenationPushCharacterCount, NumberProperty hyphenationRemainCharacterCount)
Construct a CommonHyphenation object holding the given properties
-