Interface CTTcPrInner
- All Superinterfaces:
CTTcPrBase,XmlObject,XmlTokenSource
- All Known Subinterfaces:
CTTcPr
An XML CT_TcPrInner(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTTcPrInner> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "cellDel" elementAppends and returns a new empty "cellIns" elementAppends and returns a new empty "cellMerge" elementGets the "cellDel" elementGets the "cellIns" elementGets the "cellMerge" elementbooleanTrue if has "cellDel" elementbooleanTrue if has "cellIns" elementbooleanTrue if has "cellMerge" elementvoidsetCellDel(CTTrackChange cellDel) Sets the "cellDel" elementvoidsetCellIns(CTTrackChange cellIns) Sets the "cellIns" elementvoidsetCellMerge(CTCellMergeTrackChange cellMerge) Sets the "cellMerge" elementvoidUnsets the "cellDel" elementvoidUnsets the "cellIns" elementvoidUnsets the "cellMerge" elementMethods inherited from interface org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPrBase
addNewCnfStyle, addNewGridSpan, addNewHeaders, addNewHideMark, addNewHMerge, addNewNoWrap, addNewShd, addNewTcBorders, addNewTcFitText, addNewTcMar, addNewTcW, addNewTextDirection, addNewVAlign, addNewVMerge, getCnfStyle, getGridSpan, getHeaders, getHideMark, getHMerge, getNoWrap, getShd, getTcBorders, getTcFitText, getTcMar, getTcW, getTextDirection, getVAlign, getVMerge, isSetCnfStyle, isSetGridSpan, isSetHeaders, isSetHideMark, isSetHMerge, isSetNoWrap, isSetShd, isSetTcBorders, isSetTcFitText, isSetTcMar, isSetTcW, isSetTextDirection, isSetVAlign, isSetVMerge, setCnfStyle, setGridSpan, setHeaders, setHideMark, setHMerge, setNoWrap, setShd, setTcBorders, setTcFitText, setTcMar, setTcW, setTextDirection, setVAlign, setVMerge, unsetCnfStyle, unsetGridSpan, unsetHeaders, unsetHideMark, unsetHMerge, unsetNoWrap, unsetShd, unsetTcBorders, unsetTcFitText, unsetTcMar, unsetTcW, unsetTextDirection, unsetVAlign, unsetVMergeMethods 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, valueHashCodeMethods 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
-
getCellIns
CTTrackChange getCellIns()Gets the "cellIns" element -
isSetCellIns
boolean isSetCellIns()True if has "cellIns" element -
setCellIns
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
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
Sets the "cellMerge" element -
addNewCellMerge
CTCellMergeTrackChange addNewCellMerge()Appends and returns a new empty "cellMerge" element -
unsetCellMerge
void unsetCellMerge()Unsets the "cellMerge" element
-