Uses of Class
org.docx4j.vml.officedrawing.STOLEType
| Package | Description |
|---|---|
| org.docx4j.vml.officedrawing |
-
Uses of STOLEType in org.docx4j.vml.officedrawing
Fields in org.docx4j.vml.officedrawing declared as STOLEType Modifier and Type Field Description protected STOLETypeCTOLEObject. typeMethods in org.docx4j.vml.officedrawing that return STOLEType Modifier and Type Method Description static STOLETypeSTOLEType. fromValue(java.lang.String v)STOLETypeCTOLEObject. getType()Gets the value of the type property.static STOLETypeSTOLEType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STOLEType[]STOLEType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.vml.officedrawing with parameters of type STOLEType Modifier and Type Method Description voidCTOLEObject. setType(STOLEType value)Sets the value of the type property.