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 classCTTrackChangesView.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 STOnOff.EnumgetComments()Gets the "comments" attributeSTOnOff.EnumgetFormatting()Gets the "formatting" attributeSTOnOff.EnumgetInkAnnotations()Gets the "inkAnnotations" attributeSTOnOff.EnumgetInsDel()Gets the "insDel" attributeSTOnOff.EnumgetMarkup()Gets the "markup" attributebooleanisSetComments()True if has "comments" attributebooleanisSetFormatting()True if has "formatting" attributebooleanisSetInkAnnotations()True if has "inkAnnotations" attributebooleanisSetInsDel()True if has "insDel" attributebooleanisSetMarkup()True if has "markup" attributevoidsetComments(STOnOff.Enum comments)Sets the "comments" attributevoidsetFormatting(STOnOff.Enum formatting)Sets the "formatting" attributevoidsetInkAnnotations(STOnOff.Enum inkAnnotations)Sets the "inkAnnotations" attributevoidsetInsDel(STOnOff.Enum insDel)Sets the "insDel" attributevoidsetMarkup(STOnOff.Enum markup)Sets the "markup" attributevoidunsetComments()Unsets the "comments" attributevoidunsetFormatting()Unsets the "formatting" attributevoidunsetInkAnnotations()Unsets the "inkAnnotations" attributevoidunsetInsDel()Unsets the "insDel" attributevoidunsetMarkup()Unsets the "markup" attributeSTOnOffxgetComments()Gets (as xml) the "comments" attributeSTOnOffxgetFormatting()Gets (as xml) the "formatting" attributeSTOnOffxgetInkAnnotations()Gets (as xml) the "inkAnnotations" attributeSTOnOffxgetInsDel()Gets (as xml) the "insDel" attributeSTOnOffxgetMarkup()Gets (as xml) the "markup" attributevoidxsetComments(STOnOff comments)Sets (as xml) the "comments" attributevoidxsetFormatting(STOnOff formatting)Sets (as xml) the "formatting" attributevoidxsetInkAnnotations(STOnOff inkAnnotations)Sets (as xml) the "inkAnnotations" attributevoidxsetInsDel(STOnOff insDel)Sets (as xml) the "insDel" attributevoidxsetMarkup(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
-
-