Interface CTProof
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Proof(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionGets the "grammar" attributeGets the "spelling" attributebooleanTrue if has "grammar" attributebooleanTrue if has "spelling" attributevoidsetGrammar(STProof.Enum grammar) Sets the "grammar" attributevoidsetSpelling(STProof.Enum spelling) Sets the "spelling" attributevoidUnsets the "grammar" attributevoidUnsets the "spelling" attributeGets (as xml) the "grammar" attributeGets (as xml) the "spelling" attributevoidxsetGrammar(STProof grammar) Sets (as xml) the "grammar" attributevoidxsetSpelling(STProof spelling) Sets (as xml) the "spelling" attributeMethods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getSpelling
STProof.Enum getSpelling()Gets the "spelling" attribute -
xgetSpelling
STProof xgetSpelling()Gets (as xml) the "spelling" attribute -
isSetSpelling
boolean isSetSpelling()True if has "spelling" attribute -
setSpelling
Sets the "spelling" attribute -
xsetSpelling
Sets (as xml) the "spelling" attribute -
unsetSpelling
void unsetSpelling()Unsets the "spelling" attribute -
getGrammar
STProof.Enum getGrammar()Gets the "grammar" attribute -
xgetGrammar
STProof xgetGrammar()Gets (as xml) the "grammar" attribute -
isSetGrammar
boolean isSetGrammar()True if has "grammar" attribute -
setGrammar
Sets the "grammar" attribute -
xsetGrammar
Sets (as xml) the "grammar" attribute -
unsetGrammar
void unsetGrammar()Unsets the "grammar" attribute
-