Uses of Class
org.odftoolkit.odfdom.dom.type.text.OdfIndexScopeType

Packages that use OdfIndexScopeType
org.odftoolkit.odfdom.dom.element.text   
org.odftoolkit.odfdom.dom.type.text   
 

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

Methods in org.odftoolkit.odfdom.dom.element.text that return OdfIndexScopeType
 OdfIndexScopeType OdfTableOfContentSourceElement.getIndexScope()
          Get value of attribute text:index-scope.
 OdfIndexScopeType OdfIllustrationIndexSourceElement.getIndexScope()
          Get value of attribute text:index-scope.
 OdfIndexScopeType OdfAlphabeticalIndexSourceElement.getIndexScope()
          Get value of attribute text:index-scope.
 OdfIndexScopeType OdfUserIndexSourceElement.getIndexScope()
          Get value of attribute text:index-scope.
 OdfIndexScopeType OdfObjectIndexSourceElement.getIndexScope()
          Get value of attribute text:index-scope.
 OdfIndexScopeType OdfTableIndexSourceElement.getIndexScope()
          Get value of attribute text:index-scope.
 

Methods in org.odftoolkit.odfdom.dom.element.text with parameters of type OdfIndexScopeType
 void OdfTableOfContentSourceElement.setIndexScope(OdfIndexScopeType indexScope)
          Set value of attribute text:index-scope.
 void OdfIllustrationIndexSourceElement.setIndexScope(OdfIndexScopeType indexScope)
          Set value of attribute text:index-scope.
 void OdfAlphabeticalIndexSourceElement.setIndexScope(OdfIndexScopeType indexScope)
          Set value of attribute text:index-scope.
 void OdfUserIndexSourceElement.setIndexScope(OdfIndexScopeType indexScope)
          Set value of attribute text:index-scope.
 void OdfObjectIndexSourceElement.setIndexScope(OdfIndexScopeType indexScope)
          Set value of attribute text:index-scope.
 void OdfTableIndexSourceElement.setIndexScope(OdfIndexScopeType indexScope)
          Set value of attribute text:index-scope.
 

Uses of OdfIndexScopeType in org.odftoolkit.odfdom.dom.type.text
 

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

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



Copyright © 2009. All Rights Reserved.