Uses of Enum
org.docx4j.dml.STTextShapeType
Packages that use STTextShapeType
-
Uses of STTextShapeType in org.docx4j.dml
Fields in org.docx4j.dml declared as STTextShapeTypeMethods in org.docx4j.dml that return STTextShapeTypeModifier and TypeMethodDescriptionstatic STTextShapeTypeCTPresetTextShape.getPrst()Gets the value of the prst property.static STTextShapeTypeReturns the enum constant of this type with the specified name.static STTextShapeType[]STTextShapeType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.dml with parameters of type STTextShapeTypeModifier and TypeMethodDescriptionvoidCTPresetTextShape.setPrst(STTextShapeType value) Sets the value of the prst property.