Interface CTTcPrInner
-
- All Superinterfaces:
CTTcPrBase
,XmlObject
,XmlTokenSource
- All Known Subinterfaces:
CTTcPr
public interface CTTcPrInner extends CTTcPrBase
An XML CT_TcPrInner(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTTcPrInner.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 CTTrackChange
addNewCellDel()
Appends and returns a new empty "cellDel" elementCTTrackChange
addNewCellIns()
Appends and returns a new empty "cellIns" elementCTCellMergeTrackChange
addNewCellMerge()
Appends and returns a new empty "cellMerge" elementCTTrackChange
getCellDel()
Gets the "cellDel" elementCTTrackChange
getCellIns()
Gets the "cellIns" elementCTCellMergeTrackChange
getCellMerge()
Gets the "cellMerge" elementboolean
isSetCellDel()
True if has "cellDel" elementboolean
isSetCellIns()
True if has "cellIns" elementboolean
isSetCellMerge()
True if has "cellMerge" elementvoid
setCellDel(CTTrackChange cellDel)
Sets the "cellDel" elementvoid
setCellIns(CTTrackChange cellIns)
Sets the "cellIns" elementvoid
setCellMerge(CTCellMergeTrackChange cellMerge)
Sets the "cellMerge" elementvoid
unsetCellDel()
Unsets the "cellDel" elementvoid
unsetCellIns()
Unsets the "cellIns" elementvoid
unsetCellMerge()
Unsets the "cellMerge" element-
Methods inherited from interface org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPrBase
addNewCnfStyle, addNewGridSpan, addNewHideMark, addNewHMerge, addNewNoWrap, addNewShd, addNewTcBorders, addNewTcFitText, addNewTcMar, addNewTcW, addNewTextDirection, addNewVAlign, addNewVMerge, getCnfStyle, getGridSpan, getHideMark, getHMerge, getNoWrap, getShd, getTcBorders, getTcFitText, getTcMar, getTcW, getTextDirection, getVAlign, getVMerge, isSetCnfStyle, isSetGridSpan, isSetHideMark, isSetHMerge, isSetNoWrap, isSetShd, isSetTcBorders, isSetTcFitText, isSetTcMar, isSetTcW, isSetTextDirection, isSetVAlign, isSetVMerge, setCnfStyle, setGridSpan, setHideMark, setHMerge, setNoWrap, setShd, setTcBorders, setTcFitText, setTcMar, setTcW, setTextDirection, setVAlign, setVMerge, unsetCnfStyle, unsetGridSpan, unsetHideMark, unsetHMerge, unsetNoWrap, unsetShd, unsetTcBorders, unsetTcFitText, unsetTcMar, unsetTcW, unsetTextDirection, unsetVAlign, unsetVMerge
-
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
-
getCellIns
CTTrackChange getCellIns()
Gets the "cellIns" element
-
isSetCellIns
boolean isSetCellIns()
True if has "cellIns" element
-
setCellIns
void setCellIns(CTTrackChange cellIns)
Sets the "cellIns" element
-
addNewCellIns
CTTrackChange addNewCellIns()
Appends and returns a new empty "cellIns" element
-
unsetCellIns
void unsetCellIns()
Unsets the "cellIns" element
-
getCellDel
CTTrackChange getCellDel()
Gets the "cellDel" element
-
isSetCellDel
boolean isSetCellDel()
True if has "cellDel" element
-
setCellDel
void setCellDel(CTTrackChange cellDel)
Sets the "cellDel" element
-
addNewCellDel
CTTrackChange addNewCellDel()
Appends and returns a new empty "cellDel" element
-
unsetCellDel
void unsetCellDel()
Unsets the "cellDel" element
-
getCellMerge
CTCellMergeTrackChange getCellMerge()
Gets the "cellMerge" element
-
isSetCellMerge
boolean isSetCellMerge()
True if has "cellMerge" element
-
setCellMerge
void setCellMerge(CTCellMergeTrackChange cellMerge)
Sets the "cellMerge" element
-
addNewCellMerge
CTCellMergeTrackChange addNewCellMerge()
Appends and returns a new empty "cellMerge" element
-
unsetCellMerge
void unsetCellMerge()
Unsets the "cellMerge" element
-
-