Uses of Enum
org.odftoolkit.odfdom.dom.attribute.table.TableDataTypeAttribute.Value
Packages that use TableDataTypeAttribute.Value
-
Uses of TableDataTypeAttribute.Value in org.odftoolkit.odfdom.dom.attribute.table
Methods in org.odftoolkit.odfdom.dom.attribute.table that return TableDataTypeAttribute.ValueModifier and TypeMethodDescriptionstatic TableDataTypeAttribute.ValueTableDataTypeAttribute.Value.enumValueOf(String value) TableDataTypeAttribute.getEnumValue()static TableDataTypeAttribute.ValueReturns the enum constant of this type with the specified name.static TableDataTypeAttribute.Value[]TableDataTypeAttribute.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 TableDataTypeAttribute.ValueModifier and TypeMethodDescriptionvoidTableDataTypeAttribute.setEnumValue(TableDataTypeAttribute.Value attrValue)