Uses of Class
org.docx4j.dml.STTextShapeType
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of STTextShapeType in org.docx4j.dml
Fields in org.docx4j.dml declared as STTextShapeType Modifier and Type Field Description protected STTextShapeTypeCTPresetTextShape. prstMethods in org.docx4j.dml that return STTextShapeType Modifier and Type Method Description static STTextShapeTypeSTTextShapeType. fromValue(java.lang.String v)STTextShapeTypeCTPresetTextShape. getPrst()Gets the value of the prst property.static STTextShapeTypeSTTextShapeType. valueOf(java.lang.String name)Returns 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 STTextShapeType Modifier and Type Method Description voidCTPresetTextShape. setPrst(STTextShapeType value)Sets the value of the prst property.