Uses of Class
org.odftoolkit.odfdom.dom.type.xlink.OdfShowType

Packages that use OdfShowType
org.odftoolkit.odfdom.dom.element.draw   
org.odftoolkit.odfdom.dom.element.meta   
org.odftoolkit.odfdom.dom.element.presentation   
org.odftoolkit.odfdom.dom.element.text   
org.odftoolkit.odfdom.dom.type.xlink   
 

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

Methods in org.odftoolkit.odfdom.dom.element.draw that return OdfShowType
 OdfShowType OdfAreaPolygonElement.getShow()
          Get value of attribute xlink:show.
 OdfShowType OdfAreaRectangleElement.getShow()
          Get value of attribute xlink:show.
 OdfShowType OdfHyperlinkElement.getShow()
          Get value of attribute xlink:show.
 OdfShowType OdfAreaCircleElement.getShow()
          Get value of attribute xlink:show.
 

Methods in org.odftoolkit.odfdom.dom.element.draw with parameters of type OdfShowType
 void OdfAreaPolygonElement.setShow(OdfShowType show)
          Set value of attribute xlink:show.
 void OdfAreaRectangleElement.setShow(OdfShowType show)
          Set value of attribute xlink:show.
 void OdfHyperlinkElement.setShow(OdfShowType show)
          Set value of attribute xlink:show.
 void OdfAreaCircleElement.setShow(OdfShowType show)
          Set value of attribute xlink:show.
 

Uses of OdfShowType in org.odftoolkit.odfdom.dom.element.meta
 

Methods in org.odftoolkit.odfdom.dom.element.meta that return OdfShowType
 OdfShowType OdfHyperlinkBehaviourElement.getShow()
          Get value of attribute xlink:show.
 

Methods in org.odftoolkit.odfdom.dom.element.meta with parameters of type OdfShowType
 void OdfHyperlinkBehaviourElement.setShow(OdfShowType show)
          Set value of attribute xlink:show.
 

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

Methods in org.odftoolkit.odfdom.dom.element.presentation that return OdfShowType
 OdfShowType OdfSoundElement.getShow()
          Get value of attribute xlink:show.
 

Methods in org.odftoolkit.odfdom.dom.element.presentation with parameters of type OdfShowType
 void OdfSoundElement.setShow(OdfShowType show)
          Set value of attribute xlink:show.
 

Uses of OdfShowType in org.odftoolkit.odfdom.dom.element.text
 

Methods in org.odftoolkit.odfdom.dom.element.text that return OdfShowType
 OdfShowType OdfHyperlinkElement.getShow()
          Get value of attribute xlink:show.
 

Methods in org.odftoolkit.odfdom.dom.element.text with parameters of type OdfShowType
 void OdfHyperlinkElement.setShow(OdfShowType show)
          Set value of attribute xlink:show.
 

Uses of OdfShowType in org.odftoolkit.odfdom.dom.type.xlink
 

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

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



Copyright © 2009. All Rights Reserved.