Uses of Class
org.odftoolkit.odfdom.dom.type.OdfPresentationClasses

Packages that use OdfPresentationClasses
org.odftoolkit.odfdom.dom.element.draw   
org.odftoolkit.odfdom.dom.element.presentation   
org.odftoolkit.odfdom.dom.element.style   
org.odftoolkit.odfdom.dom.type   
 

Uses of OdfPresentationClasses in org.odftoolkit.odfdom.dom.element.draw
 

Methods in org.odftoolkit.odfdom.dom.element.draw that return OdfPresentationClasses
 OdfPresentationClasses OdfFrameElement.getPresentationClass()
          Get value of attribute presentation:class.
 OdfPresentationClasses OdfPageThumbnailElement.getPresentationClass()
          Get value of attribute presentation:class.
 

Methods in org.odftoolkit.odfdom.dom.element.draw with parameters of type OdfPresentationClasses
 void OdfFrameElement.setPresentationClass(OdfPresentationClasses presentationClass)
          Set value of attribute presentation:class.
 void OdfPageThumbnailElement.setPresentationClass(OdfPresentationClasses presentationClass)
          Set value of attribute presentation:class.
 

Uses of OdfPresentationClasses in org.odftoolkit.odfdom.dom.element.presentation
 

Methods in org.odftoolkit.odfdom.dom.element.presentation that return OdfPresentationClasses
 OdfPresentationClasses OdfPlaceholderElement.getObject()
          Get value of attribute presentation:object.
 

Methods in org.odftoolkit.odfdom.dom.element.presentation with parameters of type OdfPresentationClasses
 void OdfPlaceholderElement.init(OdfPresentationClasses object, OdfLength x, OdfLength y, OdfLength width, OdfLength height)
          Initialization of the mandatory attributes of OdfPlaceholderElement
 void OdfPlaceholderElement.setObject(OdfPresentationClasses object)
          Set value of attribute presentation:object.
 

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

Methods in org.odftoolkit.odfdom.dom.element.style with parameters of type OdfPresentationClasses
 OdfPlaceholderElement OdfPresentationPageLayoutElement.createPlaceholderElement(OdfPresentationClasses object, OdfLength x, OdfLength y, OdfLength width, OdfLength height)
          Create child element presentation:placeholder.
 

Uses of OdfPresentationClasses in org.odftoolkit.odfdom.dom.type
 

Methods in org.odftoolkit.odfdom.dom.type that return OdfPresentationClasses
static OdfPresentationClasses OdfPresentationClasses.enumValueOf(String _aString)
           
static OdfPresentationClasses OdfPresentationClasses.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OdfPresentationClasses[] OdfPresentationClasses.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.odftoolkit.odfdom.dom.type with parameters of type OdfPresentationClasses
static String OdfPresentationClasses.toString(OdfPresentationClasses _aEnum)
           
 



Copyright © 2009. All Rights Reserved.