-
Methods in org.docx4j.math that return STShp
| Modifier and Type |
Method |
Description |
static STShp |
STShp.fromValue(java.lang.String v) |
|
STShp |
CTShp.getVal() |
Gets the value of the val property.
|
static STShp |
STShp.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static STShp[] |
STShp.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Methods in org.docx4j.math with parameters of type STShp
| Modifier and Type |
Method |
Description |
void |
CTShp.setVal(STShp value) |
Sets the value of the val property.
|