Uses of Class
org.docx4j.wml.STProof
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of STProof in org.docx4j.wml
Fields in org.docx4j.wml declared as STProof Modifier and Type Field Description protected STProofCTProof. grammarprotected STProofCTProof. spellingMethods in org.docx4j.wml that return STProof Modifier and Type Method Description static STProofSTProof. fromValue(java.lang.String v)STProofCTProof. getGrammar()Gets the value of the grammar property.STProofCTProof. getSpelling()Gets the value of the spelling property.static STProofSTProof. valueOf(java.lang.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.Methods in org.docx4j.wml with parameters of type STProof Modifier and Type Method Description voidCTProof. setGrammar(STProof value)Sets the value of the grammar property.voidCTProof. setSpelling(STProof value)Sets the value of the spelling property.