Interface CTTrPr
-
- All Superinterfaces:
CTTrPrBase
,XmlObject
,XmlTokenSource
public interface CTTrPr extends CTTrPrBase
An XML CT_TrPr(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTTrPr.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
addNewDel()
Appends and returns a new empty "del" elementCTTrackChange
addNewIns()
Appends and returns a new empty "ins" elementCTTrPrChange
addNewTrPrChange()
Appends and returns a new empty "trPrChange" elementCTTrackChange
getDel()
Gets the "del" elementCTTrackChange
getIns()
Gets the "ins" elementCTTrPrChange
getTrPrChange()
Gets the "trPrChange" elementboolean
isSetDel()
True if has "del" elementboolean
isSetIns()
True if has "ins" elementboolean
isSetTrPrChange()
True if has "trPrChange" elementvoid
setDel(CTTrackChange del)
Sets the "del" elementvoid
setIns(CTTrackChange ins)
Sets the "ins" elementvoid
setTrPrChange(CTTrPrChange trPrChange)
Sets the "trPrChange" elementvoid
unsetDel()
Unsets the "del" elementvoid
unsetIns()
Unsets the "ins" elementvoid
unsetTrPrChange()
Unsets the "trPrChange" element-
Methods inherited from interface org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTrPrBase
addNewCantSplit, addNewCnfStyle, addNewDivId, addNewGridAfter, addNewGridBefore, addNewHidden, addNewJc, addNewTblCellSpacing, addNewTblHeader, addNewTrHeight, addNewWAfter, addNewWBefore, getCantSplitArray, getCantSplitArray, getCantSplitList, getCnfStyleArray, getCnfStyleArray, getCnfStyleList, getDivIdArray, getDivIdArray, getDivIdList, getGridAfterArray, getGridAfterArray, getGridAfterList, getGridBeforeArray, getGridBeforeArray, getGridBeforeList, getHiddenArray, getHiddenArray, getHiddenList, getJcArray, getJcArray, getJcList, getTblCellSpacingArray, getTblCellSpacingArray, getTblCellSpacingList, getTblHeaderArray, getTblHeaderArray, getTblHeaderList, getTrHeightArray, getTrHeightArray, getTrHeightList, getWAfterArray, getWAfterArray, getWAfterList, getWBeforeArray, getWBeforeArray, getWBeforeList, insertNewCantSplit, insertNewCnfStyle, insertNewDivId, insertNewGridAfter, insertNewGridBefore, insertNewHidden, insertNewJc, insertNewTblCellSpacing, insertNewTblHeader, insertNewTrHeight, insertNewWAfter, insertNewWBefore, removeCantSplit, removeCnfStyle, removeDivId, removeGridAfter, removeGridBefore, removeHidden, removeJc, removeTblCellSpacing, removeTblHeader, removeTrHeight, removeWAfter, removeWBefore, setCantSplitArray, setCantSplitArray, setCnfStyleArray, setCnfStyleArray, setDivIdArray, setDivIdArray, setGridAfterArray, setGridAfterArray, setGridBeforeArray, setGridBeforeArray, setHiddenArray, setHiddenArray, setJcArray, setJcArray, setTblCellSpacingArray, setTblCellSpacingArray, setTblHeaderArray, setTblHeaderArray, setTrHeightArray, setTrHeightArray, setWAfterArray, setWAfterArray, setWBeforeArray, setWBeforeArray, sizeOfCantSplitArray, sizeOfCnfStyleArray, sizeOfDivIdArray, sizeOfGridAfterArray, sizeOfGridBeforeArray, sizeOfHiddenArray, sizeOfJcArray, sizeOfTblCellSpacingArray, sizeOfTblHeaderArray, sizeOfTrHeightArray, sizeOfWAfterArray, sizeOfWBeforeArray
-
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
-
getIns
CTTrackChange getIns()
Gets the "ins" element
-
isSetIns
boolean isSetIns()
True if has "ins" element
-
setIns
void setIns(CTTrackChange ins)
Sets the "ins" element
-
addNewIns
CTTrackChange addNewIns()
Appends and returns a new empty "ins" element
-
unsetIns
void unsetIns()
Unsets the "ins" element
-
getDel
CTTrackChange getDel()
Gets the "del" element
-
isSetDel
boolean isSetDel()
True if has "del" element
-
setDel
void setDel(CTTrackChange del)
Sets the "del" element
-
addNewDel
CTTrackChange addNewDel()
Appends and returns a new empty "del" element
-
unsetDel
void unsetDel()
Unsets the "del" element
-
getTrPrChange
CTTrPrChange getTrPrChange()
Gets the "trPrChange" element
-
isSetTrPrChange
boolean isSetTrPrChange()
True if has "trPrChange" element
-
setTrPrChange
void setTrPrChange(CTTrPrChange trPrChange)
Sets the "trPrChange" element
-
addNewTrPrChange
CTTrPrChange addNewTrPrChange()
Appends and returns a new empty "trPrChange" element
-
unsetTrPrChange
void unsetTrPrChange()
Unsets the "trPrChange" element
-
-