Uses of Enum
org.docx4j.vml.spreadsheetDrawing.STObjectType
Packages that use STObjectType
-
Uses of STObjectType in org.docx4j.vml.spreadsheetDrawing
Fields in org.docx4j.vml.spreadsheetDrawing declared as STObjectTypeMethods in org.docx4j.vml.spreadsheetDrawing that return STObjectTypeModifier and TypeMethodDescriptionstatic STObjectTypeCTClientData.getObjectType()Gets the value of the objectType property.static STObjectTypeReturns 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 STObjectTypeModifier and TypeMethodDescriptionvoidCTClientData.setObjectType(STObjectType value) Sets the value of the objectType property.