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 class
CTProof.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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.Enum
getGrammar()
Gets the "grammar" attributeSTProof.Enum
getSpelling()
Gets the "spelling" attributeboolean
isSetGrammar()
True if has "grammar" attributeboolean
isSetSpelling()
True if has "spelling" attributevoid
setGrammar(STProof.Enum grammar)
Sets the "grammar" attributevoid
setSpelling(STProof.Enum spelling)
Sets the "spelling" attributevoid
unsetGrammar()
Unsets the "grammar" attributevoid
unsetSpelling()
Unsets the "spelling" attributeSTProof
xgetGrammar()
Gets (as xml) the "grammar" attributeSTProof
xgetSpelling()
Gets (as xml) the "spelling" attributevoid
xsetGrammar(STProof grammar)
Sets (as xml) the "grammar" attributevoid
xsetSpelling(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
-
-