Uses of Class
org.odftoolkit.odfdom.dom.attribute.table.TableDisplayMemberModeAttribute.Value
-
Packages that use TableDisplayMemberModeAttribute.Value Package Description org.odftoolkit.odfdom.dom.attribute.table -
-
Uses of TableDisplayMemberModeAttribute.Value in org.odftoolkit.odfdom.dom.attribute.table
Methods in org.odftoolkit.odfdom.dom.attribute.table that return TableDisplayMemberModeAttribute.Value Modifier and Type Method Description static TableDisplayMemberModeAttribute.ValueTableDisplayMemberModeAttribute.Value. enumValueOf(String value)TableDisplayMemberModeAttribute.ValueTableDisplayMemberModeAttribute. getEnumValue()static TableDisplayMemberModeAttribute.ValueTableDisplayMemberModeAttribute.Value. valueOf(String name)Returns the enum constant of this type with the specified name.static TableDisplayMemberModeAttribute.Value[]TableDisplayMemberModeAttribute.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 TableDisplayMemberModeAttribute.Value Modifier and Type Method Description voidTableDisplayMemberModeAttribute. setEnumValue(TableDisplayMemberModeAttribute.Value attrValue)
-