-
Methods in org.docx4j.math that return STJc
| Modifier and Type |
Method |
Description |
static STJc |
STJc.fromValue(java.lang.String v) |
|
STJc |
CTOMathJc.getVal() |
Gets the value of the val property.
|
static STJc |
STJc.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static STJc[] |
STJc.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 STJc
| Modifier and Type |
Method |
Description |
void |
CTOMathJc.setVal(STJc value) |
Sets the value of the val property.
|