Uses of Class
org.apache.fop.fo.properties.EnumProperty
Packages that use EnumProperty
Package
Description
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 EnumPropertyModifier and TypeFieldDescriptionprivate EnumPropertyCondLengthProperty.conditionalityprivate final EnumPropertyEnumNumber.enumPropertyprivate final EnumPropertyCommonFont.fontSelectionStrategyThe "font-selection-strategy" property.private final EnumPropertyCommonFont.fontStretchThe "font-stretch" property.private final EnumPropertyCommonFont.fontStyleThe "font-style" property.private final EnumPropertyCommonFont.fontVariantThe "font-variant" property.private final EnumPropertyCommonFont.fontWeightThe "font-weight" property.final EnumPropertyCommonHyphenation.hyphenateThe "hyphenate" propertyFields in org.apache.fop.fo.properties with type parameters of type EnumPropertyModifier and TypeFieldDescriptionprivate static final PropertyCache<EnumProperty> EnumProperty.CACHEcache holding all canonical EnumProperty instancesMethods in org.apache.fop.fo.properties that return EnumPropertyModifier and TypeMethodDescriptionstatic EnumPropertyEnumProperty.getInstance(int explicitValue, String text) Construct an enumeration property.Constructors in org.apache.fop.fo.properties with parameters of type EnumPropertyModifierConstructorDescriptionprivateCommonFont(FontFamilyProperty fontFamily, EnumProperty fontSelectionStrategy, EnumProperty fontStretch, EnumProperty fontStyle, EnumProperty fontVariant, EnumProperty fontWeight, Length fontSize, Numeric fontSizeAdjust) Construct a CommonFont instanceprivateCommonHyphenation(StringProperty language, StringProperty country, StringProperty script, EnumProperty hyphenate, OptionalCharacterProperty hyphenationCharacter, NumberProperty hyphenationPushCharacterCount, NumberProperty hyphenationRemainCharacterCount) Construct a CommonHyphenation object holding the given properties