Interface CTTcPr
- All Superinterfaces:
CTTcPrBase,CTTcPrInner,XmlObject,XmlTokenSource
An XML CT_TcPr(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "tcPrChange" elementGets the "tcPrChange" elementbooleanTrue if has "tcPrChange" elementvoidsetTcPrChange(CTTcPrChange tcPrChange) Sets the "tcPrChange" elementvoidUnsets the "tcPrChange" 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.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPrInner
addNewCellDel, addNewCellIns, addNewCellMerge, getCellDel, getCellIns, getCellMerge, isSetCellDel, isSetCellIns, isSetCellMerge, setCellDel, setCellIns, setCellMerge, unsetCellDel, unsetCellIns, unsetCellMergeMethods 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
-
getTcPrChange
CTTcPrChange getTcPrChange()Gets the "tcPrChange" element -
isSetTcPrChange
boolean isSetTcPrChange()True if has "tcPrChange" element -
setTcPrChange
Sets the "tcPrChange" element -
addNewTcPrChange
CTTcPrChange addNewTcPrChange()Appends and returns a new empty "tcPrChange" element -
unsetTcPrChange
void unsetTcPrChange()Unsets the "tcPrChange" element
-