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 AttributeValueFontQualifier. fontFamilyAttributeValuefont family attribute valueprivate AttributeValueFontQualifier. fontStyleAttributeValuefont style attribute valueprivate AttributeValueFontQualifier. fontWeightAttributeValuefont weight attribute valueMethods in org.apache.fop.fonts.substitute that return AttributeValue Modifier and Type Method Description AttributeValueFontQualifier. getFontFamily()AttributeValueFontQualifier. getFontStyle()AttributeValueFontQualifier. getFontWeight()static AttributeValueAttributeValue. valueOf(java.lang.String valuesString)Returns anAttributeValueobject holding the value of the specifiedString.
-