Uses of Class
org.odftoolkit.odfdom.dom.attribute.office.OfficeValueTypeAttribute.Value
-
Packages that use OfficeValueTypeAttribute.Value Package Description org.odftoolkit.odfdom.changes org.odftoolkit.odfdom.dom.attribute.office org.odftoolkit.odfdom.incubator.doc.office -
-
Uses of OfficeValueTypeAttribute.Value in org.odftoolkit.odfdom.changes
Methods in org.odftoolkit.odfdom.changes that return OfficeValueTypeAttribute.Value Modifier and Type Method Description static OfficeValueTypeAttribute.Value
MapHelper. detectFormatType(String code)
-
Uses of OfficeValueTypeAttribute.Value in org.odftoolkit.odfdom.dom.attribute.office
Methods in org.odftoolkit.odfdom.dom.attribute.office that return OfficeValueTypeAttribute.Value Modifier and Type Method Description static OfficeValueTypeAttribute.Value
OfficeValueTypeAttribute.Value. enumValueOf(String value)
OfficeValueTypeAttribute.Value
OfficeValueTypeAttribute. getEnumValue()
static OfficeValueTypeAttribute.Value
OfficeValueTypeAttribute.Value. valueOf(String name)
Returns the enum constant of this type with the specified name.static OfficeValueTypeAttribute.Value[]
OfficeValueTypeAttribute.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.office with parameters of type OfficeValueTypeAttribute.Value Modifier and Type Method Description void
OfficeValueTypeAttribute. setEnumValue(OfficeValueTypeAttribute.Value attrValue)
-
Uses of OfficeValueTypeAttribute.Value in org.odftoolkit.odfdom.incubator.doc.office
Methods in org.odftoolkit.odfdom.incubator.doc.office with parameters of type OfficeValueTypeAttribute.Value Modifier and Type Method Description DataStyleElement
OdfOfficeAutomaticStyles. createDataStyle(OfficeValueTypeAttribute.Value type, String numberFormatCode, String newDataStyleName)
-