Uses of Class
org.docx4j.dml.chart.STShape
| Package | Description |
|---|---|
| org.docx4j.dml.chart |
-
Uses of STShape in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as STShape Modifier and Type Field Description protected STShapeCTShape. valMethods in org.docx4j.dml.chart that return STShape Modifier and Type Method Description static STShapeSTShape. fromValue(java.lang.String v)STShapeCTShape. getVal()Gets the value of the val property.static STShapeSTShape. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STShape[]STShape. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.dml.chart with parameters of type STShape Modifier and Type Method Description voidCTShape. setVal(STShape value)Sets the value of the val property.