Uses of Class
org.apache.fop.fonts.substitute.AttributeValue
-
Packages that use AttributeValue Package Description org.apache.fop.fonts.substitute Font substitution facilities. -
-
Uses of AttributeValue in org.apache.fop.fonts.substitute
Fields in org.apache.fop.fonts.substitute declared as AttributeValue Modifier and Type Field Description private AttributeValue
FontQualifier. fontFamilyAttributeValue
font family attribute valueprivate AttributeValue
FontQualifier. fontStyleAttributeValue
font style attribute valueprivate AttributeValue
FontQualifier. fontWeightAttributeValue
font weight attribute valueMethods in org.apache.fop.fonts.substitute that return AttributeValue Modifier and Type Method Description AttributeValue
FontQualifier. getFontFamily()
AttributeValue
FontQualifier. getFontStyle()
AttributeValue
FontQualifier. getFontWeight()
static AttributeValue
AttributeValue. valueOf(java.lang.String valuesString)
Returns anAttributeValue
object holding the value of the specifiedString
.
-