Interface CTProof
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTProof extends XmlObject
An XML CT_Proof(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTProof.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description STProof.EnumgetGrammar()Gets the "grammar" attributeSTProof.EnumgetSpelling()Gets the "spelling" attributebooleanisSetGrammar()True if has "grammar" attributebooleanisSetSpelling()True if has "spelling" attributevoidsetGrammar(STProof.Enum grammar)Sets the "grammar" attributevoidsetSpelling(STProof.Enum spelling)Sets the "spelling" attributevoidunsetGrammar()Unsets the "grammar" attributevoidunsetSpelling()Unsets the "spelling" attributeSTProofxgetGrammar()Gets (as xml) the "grammar" attributeSTProofxgetSpelling()Gets (as xml) the "spelling" attributevoidxsetGrammar(STProof grammar)Sets (as xml) the "grammar" attributevoidxsetSpelling(STProof spelling)Sets (as xml) the "spelling" attribute-
Methods 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, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
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
void setSpelling(STProof.Enum spelling)
Sets the "spelling" attribute
-
xsetSpelling
void xsetSpelling(STProof spelling)
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
void setGrammar(STProof.Enum grammar)
Sets the "grammar" attribute
-
xsetGrammar
void xsetGrammar(STProof grammar)
Sets (as xml) the "grammar" attribute
-
unsetGrammar
void unsetGrammar()
Unsets the "grammar" attribute
-
-