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.ValueMapHelper. 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.ValueOfficeValueTypeAttribute.Value. enumValueOf(String value)OfficeValueTypeAttribute.ValueOfficeValueTypeAttribute. getEnumValue()static OfficeValueTypeAttribute.ValueOfficeValueTypeAttribute.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 voidOfficeValueTypeAttribute. 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 DataStyleElementOdfOfficeAutomaticStyles. createDataStyle(OfficeValueTypeAttribute.Value type, String numberFormatCode, String newDataStyleName)
-