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

Packages that use TextVariableDeclsElement
org.odftoolkit.odfdom.dom   
org.odftoolkit.odfdom.dom.element.office   
org.odftoolkit.odfdom.dom.element.style   
 

Uses of TextVariableDeclsElement in org.odftoolkit.odfdom.dom
 

Methods in org.odftoolkit.odfdom.dom with parameters of type TextVariableDeclsElement
 void DefaultElementVisitor.visit(TextVariableDeclsElement ele)
          A method to visit "text:variable-decls" elements
 

Uses of TextVariableDeclsElement in org.odftoolkit.odfdom.dom.element.office
 

Methods in org.odftoolkit.odfdom.dom.element.office that return TextVariableDeclsElement
 TextVariableDeclsElement OfficeTextElement.newTextVariableDeclsElement()
          Create child element text:variable-decls.
 TextVariableDeclsElement OfficeSpreadsheetElement.newTextVariableDeclsElement()
          Create child element text:variable-decls.
 TextVariableDeclsElement OfficePresentationElement.newTextVariableDeclsElement()
          Create child element text:variable-decls.
 TextVariableDeclsElement OfficeDrawingElement.newTextVariableDeclsElement()
          Create child element text:variable-decls.
 TextVariableDeclsElement OfficeChartElement.newTextVariableDeclsElement()
          Create child element text:variable-decls.
 

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

Methods in org.odftoolkit.odfdom.dom.element.style that return TextVariableDeclsElement
 TextVariableDeclsElement StyleHeaderLeftElement.newTextVariableDeclsElement()
          Create child element text:variable-decls.
 TextVariableDeclsElement StyleHeaderElement.newTextVariableDeclsElement()
          Create child element text:variable-decls.
 TextVariableDeclsElement StyleFooterLeftElement.newTextVariableDeclsElement()
          Create child element text:variable-decls.
 TextVariableDeclsElement StyleFooterElement.newTextVariableDeclsElement()
          Create child element text:variable-decls.
 



Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.