Uses of Class
org.odftoolkit.odfdom.dom.type.style.OdfFontFamilyGenericType

Packages that use OdfFontFamilyGenericType
org.odftoolkit.odfdom.dom.element.style   
org.odftoolkit.odfdom.dom.type.style   
 

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

Methods in org.odftoolkit.odfdom.dom.element.style that return OdfFontFamilyGenericType
 OdfFontFamilyGenericType OdfFontFaceElement.getFontFamilyGeneric()
          Get value of attribute style:font-family-generic.
 

Methods in org.odftoolkit.odfdom.dom.element.style with parameters of type OdfFontFamilyGenericType
 void OdfFontFaceElement.setFontFamilyGeneric(OdfFontFamilyGenericType fontFamilyGeneric)
          Set value of attribute style:font-family-generic.
 

Uses of OdfFontFamilyGenericType in org.odftoolkit.odfdom.dom.type.style
 

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

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



Copyright © 2009. All Rights Reserved.