Uses of Class
org.docx4j.vml.spreadsheetDrawing.STObjectType
| Package | Description |
|---|---|
| org.docx4j.vml.spreadsheetDrawing |
-
Uses of STObjectType in org.docx4j.vml.spreadsheetDrawing
Fields in org.docx4j.vml.spreadsheetDrawing declared as STObjectType Modifier and Type Field Description protected STObjectTypeCTClientData. objectTypeMethods in org.docx4j.vml.spreadsheetDrawing that return STObjectType Modifier and Type Method Description static STObjectTypeSTObjectType. fromValue(java.lang.String v)STObjectTypeCTClientData. getObjectType()Gets the value of the objectType property.static STObjectTypeSTObjectType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STObjectType[]STObjectType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.vml.spreadsheetDrawing with parameters of type STObjectType Modifier and Type Method Description voidCTClientData. setObjectType(STObjectType value)Sets the value of the objectType property.