Interface CTTrackChangesView
- All Superinterfaces:
XmlObject
,XmlTokenSource
An XML CT_TrackChangesView(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory
<CTTrackChangesView> static final SchemaType
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
Method Summary
Modifier and TypeMethodDescriptionGets the "comments" attributeGets the "formatting" attributeGets the "inkAnnotations" attributeGets the "insDel" attributeGets the "markup" attributeboolean
True if has "comments" attributeboolean
True if has "formatting" attributeboolean
True if has "inkAnnotations" attributeboolean
True if has "insDel" attributeboolean
True if has "markup" attributevoid
setComments
(Object comments) Sets the "comments" attributevoid
setFormatting
(Object formatting) Sets the "formatting" attributevoid
setInkAnnotations
(Object inkAnnotations) Sets the "inkAnnotations" attributevoid
Sets the "insDel" attributevoid
Sets the "markup" attributevoid
Unsets the "comments" attributevoid
Unsets the "formatting" attributevoid
Unsets the "inkAnnotations" attributevoid
Unsets the "insDel" attributevoid
Unsets the "markup" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff
Gets (as xml) the "comments" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff
Gets (as xml) the "formatting" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff
Gets (as xml) the "inkAnnotations" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff
Gets (as xml) the "insDel" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff
Gets (as xml) the "markup" attributevoid
xsetComments
(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff comments) Sets (as xml) the "comments" attributevoid
xsetFormatting
(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff formatting) Sets (as xml) the "formatting" attributevoid
xsetInkAnnotations
(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff inkAnnotations) Sets (as xml) the "inkAnnotations" attributevoid
xsetInsDel
(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff insDel) Sets (as xml) the "insDel" attributevoid
xsetMarkup
(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff markup) Sets (as xml) the "markup" 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, valueHashCode
Methods 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
-
getMarkup
Object getMarkup()Gets the "markup" attribute -
xgetMarkup
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff xgetMarkup()Gets (as xml) the "markup" attribute -
isSetMarkup
boolean isSetMarkup()True if has "markup" attribute -
setMarkup
Sets the "markup" attribute -
unsetMarkup
void unsetMarkup()Unsets the "markup" attribute -
getComments
Object getComments()Gets the "comments" attribute -
xgetComments
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff xgetComments()Gets (as xml) the "comments" attribute -
isSetComments
boolean isSetComments()True if has "comments" attribute -
setComments
Sets the "comments" attribute -
unsetComments
void unsetComments()Unsets the "comments" attribute -
getInsDel
Object getInsDel()Gets the "insDel" attribute -
xgetInsDel
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff xgetInsDel()Gets (as xml) the "insDel" attribute -
isSetInsDel
boolean isSetInsDel()True if has "insDel" attribute -
setInsDel
Sets the "insDel" attribute -
unsetInsDel
void unsetInsDel()Unsets the "insDel" attribute -
getFormatting
Object getFormatting()Gets the "formatting" attribute -
xgetFormatting
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff xgetFormatting()Gets (as xml) the "formatting" attribute -
isSetFormatting
boolean isSetFormatting()True if has "formatting" attribute -
setFormatting
Sets the "formatting" attribute -
unsetFormatting
void unsetFormatting()Unsets the "formatting" attribute -
getInkAnnotations
Object getInkAnnotations()Gets the "inkAnnotations" attribute -
xgetInkAnnotations
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff xgetInkAnnotations()Gets (as xml) the "inkAnnotations" attribute -
isSetInkAnnotations
boolean isSetInkAnnotations()True if has "inkAnnotations" attribute -
setInkAnnotations
Sets the "inkAnnotations" attribute -
unsetInkAnnotations
void unsetInkAnnotations()Unsets the "inkAnnotations" attribute
-