| Package | Description |
|---|---|
| org.docx4j.wml |
| Modifier and Type | Field and Description |
|---|---|
protected STProof |
CTProof.grammar |
protected STProof |
CTProof.spelling |
| Modifier and Type | Method and Description |
|---|---|
static STProof |
STProof.fromValue(String v) |
STProof |
CTProof.getGrammar()
Gets the value of the grammar property.
|
STProof |
CTProof.getSpelling()
Gets the value of the spelling property.
|
static STProof |
STProof.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STProof[] |
STProof.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CTProof.setGrammar(STProof value)
Sets the value of the grammar property.
|
void |
CTProof.setSpelling(STProof value)
Sets the value of the spelling property.
|
Copyright © 2007-2021. All Rights Reserved.