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 EnumProperty
CondLengthProperty.conditionality
private final EnumProperty
EnumNumber.enumProperty
private final EnumProperty
CommonFont.fontSelectionStrategy
The "font-selection-strategy" property.private final EnumProperty
CommonFont.fontStretch
The "font-stretch" property.private final EnumProperty
CommonFont.fontStyle
The "font-style" property.private final EnumProperty
CommonFont.fontVariant
The "font-variant" property.private final EnumProperty
CommonFont.fontWeight
The "font-weight" property.final EnumProperty
CommonHyphenation.hyphenate
The "hyphenate" propertyFields in org.apache.fop.fo.properties with type parameters of type EnumPropertyModifier and TypeFieldDescriptionprivate static final PropertyCache
<EnumProperty> EnumProperty.CACHE
cache holding all canonical EnumProperty instancesMethods in org.apache.fop.fo.properties that return EnumPropertyModifier and TypeMethodDescriptionstatic EnumProperty
EnumProperty.getInstance
(int explicitValue, String text) Construct an enumeration property.Constructors in org.apache.fop.fo.properties with parameters of type EnumPropertyModifierConstructorDescriptionprivate
CommonFont
(FontFamilyProperty fontFamily, EnumProperty fontSelectionStrategy, EnumProperty fontStretch, EnumProperty fontStyle, EnumProperty fontVariant, EnumProperty fontWeight, Length fontSize, Numeric fontSizeAdjust) Construct a CommonFont instanceprivate
CommonHyphenation
(StringProperty language, StringProperty country, StringProperty script, EnumProperty hyphenate, OptionalCharacterProperty hyphenationCharacter, NumberProperty hyphenationPushCharacterCount, NumberProperty hyphenationRemainCharacterCount) Construct a CommonHyphenation object holding the given properties