Interface CTTrackChangesView
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTTrackChangesView extends XmlObject
An XML CT_TrackChangesView(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTTrackChangesView.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 STOnOff.Enum
getComments()
Gets the "comments" attributeSTOnOff.Enum
getFormatting()
Gets the "formatting" attributeSTOnOff.Enum
getInkAnnotations()
Gets the "inkAnnotations" attributeSTOnOff.Enum
getInsDel()
Gets the "insDel" attributeSTOnOff.Enum
getMarkup()
Gets the "markup" attributeboolean
isSetComments()
True if has "comments" attributeboolean
isSetFormatting()
True if has "formatting" attributeboolean
isSetInkAnnotations()
True if has "inkAnnotations" attributeboolean
isSetInsDel()
True if has "insDel" attributeboolean
isSetMarkup()
True if has "markup" attributevoid
setComments(STOnOff.Enum comments)
Sets the "comments" attributevoid
setFormatting(STOnOff.Enum formatting)
Sets the "formatting" attributevoid
setInkAnnotations(STOnOff.Enum inkAnnotations)
Sets the "inkAnnotations" attributevoid
setInsDel(STOnOff.Enum insDel)
Sets the "insDel" attributevoid
setMarkup(STOnOff.Enum markup)
Sets the "markup" attributevoid
unsetComments()
Unsets the "comments" attributevoid
unsetFormatting()
Unsets the "formatting" attributevoid
unsetInkAnnotations()
Unsets the "inkAnnotations" attributevoid
unsetInsDel()
Unsets the "insDel" attributevoid
unsetMarkup()
Unsets the "markup" attributeSTOnOff
xgetComments()
Gets (as xml) the "comments" attributeSTOnOff
xgetFormatting()
Gets (as xml) the "formatting" attributeSTOnOff
xgetInkAnnotations()
Gets (as xml) the "inkAnnotations" attributeSTOnOff
xgetInsDel()
Gets (as xml) the "insDel" attributeSTOnOff
xgetMarkup()
Gets (as xml) the "markup" attributevoid
xsetComments(STOnOff comments)
Sets (as xml) the "comments" attributevoid
xsetFormatting(STOnOff formatting)
Sets (as xml) the "formatting" attributevoid
xsetInkAnnotations(STOnOff inkAnnotations)
Sets (as xml) the "inkAnnotations" attributevoid
xsetInsDel(STOnOff insDel)
Sets (as xml) the "insDel" attributevoid
xsetMarkup(STOnOff markup)
Sets (as xml) the "markup" 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
-
getMarkup
STOnOff.Enum getMarkup()
Gets the "markup" attribute
-
xgetMarkup
STOnOff xgetMarkup()
Gets (as xml) the "markup" attribute
-
isSetMarkup
boolean isSetMarkup()
True if has "markup" attribute
-
setMarkup
void setMarkup(STOnOff.Enum markup)
Sets the "markup" attribute
-
xsetMarkup
void xsetMarkup(STOnOff markup)
Sets (as xml) the "markup" attribute
-
unsetMarkup
void unsetMarkup()
Unsets the "markup" attribute
-
getComments
STOnOff.Enum getComments()
Gets the "comments" attribute
-
xgetComments
STOnOff xgetComments()
Gets (as xml) the "comments" attribute
-
isSetComments
boolean isSetComments()
True if has "comments" attribute
-
setComments
void setComments(STOnOff.Enum comments)
Sets the "comments" attribute
-
xsetComments
void xsetComments(STOnOff comments)
Sets (as xml) the "comments" attribute
-
unsetComments
void unsetComments()
Unsets the "comments" attribute
-
getInsDel
STOnOff.Enum getInsDel()
Gets the "insDel" attribute
-
xgetInsDel
STOnOff xgetInsDel()
Gets (as xml) the "insDel" attribute
-
isSetInsDel
boolean isSetInsDel()
True if has "insDel" attribute
-
setInsDel
void setInsDel(STOnOff.Enum insDel)
Sets the "insDel" attribute
-
xsetInsDel
void xsetInsDel(STOnOff insDel)
Sets (as xml) the "insDel" attribute
-
unsetInsDel
void unsetInsDel()
Unsets the "insDel" attribute
-
getFormatting
STOnOff.Enum getFormatting()
Gets the "formatting" attribute
-
xgetFormatting
STOnOff xgetFormatting()
Gets (as xml) the "formatting" attribute
-
isSetFormatting
boolean isSetFormatting()
True if has "formatting" attribute
-
setFormatting
void setFormatting(STOnOff.Enum formatting)
Sets the "formatting" attribute
-
xsetFormatting
void xsetFormatting(STOnOff formatting)
Sets (as xml) the "formatting" attribute
-
unsetFormatting
void unsetFormatting()
Unsets the "formatting" attribute
-
getInkAnnotations
STOnOff.Enum getInkAnnotations()
Gets the "inkAnnotations" attribute
-
xgetInkAnnotations
STOnOff xgetInkAnnotations()
Gets (as xml) the "inkAnnotations" attribute
-
isSetInkAnnotations
boolean isSetInkAnnotations()
True if has "inkAnnotations" attribute
-
setInkAnnotations
void setInkAnnotations(STOnOff.Enum inkAnnotations)
Sets the "inkAnnotations" attribute
-
xsetInkAnnotations
void xsetInkAnnotations(STOnOff inkAnnotations)
Sets (as xml) the "inkAnnotations" attribute
-
unsetInkAnnotations
void unsetInkAnnotations()
Unsets the "inkAnnotations" attribute
-
-