Uses of Class
org.odftoolkit.odfdom.dom.type.table.OdfVisibilityType

Packages that use OdfVisibilityType
org.odftoolkit.odfdom.dom.element.table   
org.odftoolkit.odfdom.dom.type.table   
 

Uses of OdfVisibilityType in org.odftoolkit.odfdom.dom.element.table
 

Methods in org.odftoolkit.odfdom.dom.element.table that return OdfVisibilityType
 OdfVisibilityType OdfTableColumnElement.getVisibility()
          Get value of attribute table:visibility.
 OdfVisibilityType OdfTableRowElement.getVisibility()
          Get value of attribute table:visibility.
 

Methods in org.odftoolkit.odfdom.dom.element.table with parameters of type OdfVisibilityType
 void OdfTableColumnElement.setVisibility(OdfVisibilityType visibility)
          Set value of attribute table:visibility.
 void OdfTableRowElement.setVisibility(OdfVisibilityType visibility)
          Set value of attribute table:visibility.
 

Uses of OdfVisibilityType in org.odftoolkit.odfdom.dom.type.table
 

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

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



Copyright © 2009. All Rights Reserved.