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 EnumPropertyCondLengthProperty. conditionalityprivate EnumPropertyEnumNumber. enumPropertyprivate EnumPropertyCommonFont. fontSelectionStrategyThe "font-selection-strategy" property.private EnumPropertyCommonFont. fontStretchThe "font-stretch" property.private EnumPropertyCommonFont. fontStyleThe "font-style" property.private EnumPropertyCommonFont. fontVariantThe "font-variant" property.private EnumPropertyCommonFont. fontWeightThe "font-weight" property.EnumPropertyCommonHyphenation. hyphenateThe "hyphenate" propertyFields in org.apache.fop.fo.properties with type parameters of type EnumProperty Modifier and Type Field Description private static PropertyCache<EnumProperty>EnumProperty. CACHEcache holding all canonical EnumProperty instancesMethods in org.apache.fop.fo.properties that return EnumProperty Modifier and Type Method Description static EnumPropertyEnumProperty. 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
-