Uses of Enum
org.odftoolkit.odfdom.dom.attribute.table.TableModeAttribute.Value
Packages that use TableModeAttribute.Value
-
Uses of TableModeAttribute.Value in org.odftoolkit.odfdom.dom.attribute.table
Methods in org.odftoolkit.odfdom.dom.attribute.table that return TableModeAttribute.ValueModifier and TypeMethodDescriptionstatic TableModeAttribute.ValueTableModeAttribute.Value.enumValueOf(String value) TableModeAttribute.getEnumValue()static TableModeAttribute.ValueReturns 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.ValueModifier and TypeMethodDescriptionvoidTableModeAttribute.setEnumValue(TableModeAttribute.Value attrValue)