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