Uses of Class
org.odftoolkit.odfdom.dom.element.text.OdfConditionalTextElement

Packages that use OdfConditionalTextElement
org.odftoolkit.odfdom.doc.element.text   
org.odftoolkit.odfdom.dom.element.text   
 

Uses of OdfConditionalTextElement in org.odftoolkit.odfdom.doc.element.text
 

Subclasses of OdfConditionalTextElement in org.odftoolkit.odfdom.doc.element.text
 class OdfConditionalText
           
 

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

Methods in org.odftoolkit.odfdom.dom.element.text that return OdfConditionalTextElement
 OdfConditionalTextElement OdfHyperlinkElement.createConditionalTextElement(String condition, String stringValueIfTrue, String stringValueIfFalse)
          Create child element text:conditional-text.
 OdfConditionalTextElement OdfParagraphElement.createConditionalTextElement(String condition, String stringValueIfTrue, String stringValueIfFalse)
          Create child element text:conditional-text.
 OdfConditionalTextElement OdfRubyBaseElement.createConditionalTextElement(String condition, String stringValueIfTrue, String stringValueIfFalse)
          Create child element text:conditional-text.
 OdfConditionalTextElement OdfHeadingElement.createConditionalTextElement(String condition, String stringValueIfTrue, String stringValueIfFalse)
          Create child element text:conditional-text.
 OdfConditionalTextElement OdfSpanElement.createConditionalTextElement(String condition, String stringValueIfTrue, String stringValueIfFalse)
          Create child element text:conditional-text.
 OdfConditionalTextElement OdfMetaElement.createConditionalTextElement(String condition, String stringValueIfTrue, String stringValueIfFalse)
          Create child element text:conditional-text.
 OdfConditionalTextElement OdfMetaFieldElement.createConditionalTextElement(String condition, String stringValueIfTrue, String stringValueIfFalse)
          Create child element text:conditional-text.
 



Copyright © 2009. All Rights Reserved.