Uses of Class
org.odftoolkit.odfdom.dom.attribute.table.TableModeAttribute.Value

Packages that use TableModeAttribute.Value
org.odftoolkit.odfdom.dom.attribute.table   
 

Uses of TableModeAttribute.Value in org.odftoolkit.odfdom.dom.attribute.table
 

Methods in org.odftoolkit.odfdom.dom.attribute.table that return TableModeAttribute.Value
static TableModeAttribute.Value TableModeAttribute.Value.enumValueOf(String value)
           
 TableModeAttribute.Value TableModeAttribute.getEnumValue()
           
static TableModeAttribute.Value TableModeAttribute.Value.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TableModeAttribute.Value[] TableModeAttribute.Value.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.odftoolkit.odfdom.dom.attribute.table with parameters of type TableModeAttribute.Value
 void TableModeAttribute.setEnumValue(TableModeAttribute.Value attrValue)
           
 



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