Uses of Class
org.odftoolkit.odfdom.dom.type.svg.OdfFontVariantType

Packages that use OdfFontVariantType
org.odftoolkit.odfdom.dom.element.style   
org.odftoolkit.odfdom.dom.type.svg   
 

Uses of OdfFontVariantType in org.odftoolkit.odfdom.dom.element.style
 

Methods in org.odftoolkit.odfdom.dom.element.style that return OdfFontVariantType
 OdfFontVariantType OdfFontFaceElement.getFontVariant()
          Get value of attribute svg:font-variant.
 

Methods in org.odftoolkit.odfdom.dom.element.style with parameters of type OdfFontVariantType
 void OdfFontFaceElement.setFontVariant(OdfFontVariantType fontVariant)
          Set value of attribute svg:font-variant.
 

Uses of OdfFontVariantType in org.odftoolkit.odfdom.dom.type.svg
 

Methods in org.odftoolkit.odfdom.dom.type.svg that return OdfFontVariantType
static OdfFontVariantType OdfFontVariantType.enumValueOf(String stringValue)
          String to enum, turns a String into its corresponding enum constant
static OdfFontVariantType OdfFontVariantType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OdfFontVariantType[] OdfFontVariantType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.odftoolkit.odfdom.dom.type.svg with parameters of type OdfFontVariantType
static String OdfFontVariantType.toString(OdfFontVariantType enumeration)
          enum to String, gets the name of this enum constant as a string.
 



Copyright © 2009. All Rights Reserved.