Uses of Enum
org.docx4j.wml.STProof
Packages that use STProof
-
Uses of STProof in org.docx4j.wml
Fields in org.docx4j.wml declared as STProofModifier and TypeFieldDescriptionprotected STProofCTProof.grammarprotected STProofCTProof.spellingMethods in org.docx4j.wml that return STProofModifier and TypeMethodDescriptionstatic STProofCTProof.getGrammar()Gets the value of the grammar property.CTProof.getSpelling()Gets the value of the spelling property.static STProofReturns 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 STProofModifier and TypeMethodDescriptionvoidCTProof.setGrammar(STProof value) Sets the value of the grammar property.voidCTProof.setSpelling(STProof value) Sets the value of the spelling property.