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

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

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

Methods in org.odftoolkit.odfdom.dom.element.style that return OdfFontPitchType
 OdfFontPitchType OdfFontFaceElement.getFontPitch()
          Get value of attribute style:font-pitch.
 

Methods in org.odftoolkit.odfdom.dom.element.style with parameters of type OdfFontPitchType
 void OdfFontFaceElement.setFontPitch(OdfFontPitchType fontPitch)
          Set value of attribute style:font-pitch.
 

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

Methods in org.odftoolkit.odfdom.dom.type.style that return OdfFontPitchType
static OdfFontPitchType OdfFontPitchType.enumValueOf(String stringValue)
          String to enum, turns a String into its corresponding enum constant
static OdfFontPitchType OdfFontPitchType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OdfFontPitchType[] OdfFontPitchType.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 OdfFontPitchType
static String OdfFontPitchType.toString(OdfFontPitchType enumeration)
          enum to String, gets the name of this enum constant as a string.
 



Copyright © 2009. All Rights Reserved.