Interface CTTcPr
-
- All Superinterfaces:
CTTcPrBase
,CTTcPrInner
,XmlObject
,XmlTokenSource
public interface CTTcPr extends CTTcPrInner
An XML CT_TcPr(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTTcPr.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 CTTcPrChange
addNewTcPrChange()
Appends and returns a new empty "tcPrChange" elementCTTcPrChange
getTcPrChange()
Gets the "tcPrChange" elementboolean
isSetTcPrChange()
True if has "tcPrChange" elementvoid
setTcPrChange(CTTcPrChange tcPrChange)
Sets the "tcPrChange" elementvoid
unsetTcPrChange()
Unsets the "tcPrChange" 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.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPrInner
addNewCellDel, addNewCellIns, addNewCellMerge, getCellDel, getCellIns, getCellMerge, isSetCellDel, isSetCellIns, isSetCellMerge, setCellDel, setCellIns, setCellMerge, unsetCellDel, unsetCellIns, unsetCellMerge
-
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
-
getTcPrChange
CTTcPrChange getTcPrChange()
Gets the "tcPrChange" element
-
isSetTcPrChange
boolean isSetTcPrChange()
True if has "tcPrChange" element
-
setTcPrChange
void setTcPrChange(CTTcPrChange tcPrChange)
Sets the "tcPrChange" element
-
addNewTcPrChange
CTTcPrChange addNewTcPrChange()
Appends and returns a new empty "tcPrChange" element
-
unsetTcPrChange
void unsetTcPrChange()
Unsets the "tcPrChange" element
-
-