Interface CTTrPr
- All Superinterfaces:
CTTrPrBase,XmlObject,XmlTokenSource
An XML CT_TrPr(@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 "del" elementAppends and returns a new empty "ins" elementAppends and returns a new empty "trPrChange" elementgetDel()Gets the "del" elementgetIns()Gets the "ins" elementGets the "trPrChange" elementbooleanisSetDel()True if has "del" elementbooleanisSetIns()True if has "ins" elementbooleanTrue if has "trPrChange" elementvoidsetDel(CTTrackChange del) Sets the "del" elementvoidsetIns(CTTrackChange ins) Sets the "ins" elementvoidsetTrPrChange(CTTrPrChange trPrChange) Sets the "trPrChange" elementvoidunsetDel()Unsets the "del" elementvoidunsetIns()Unsets the "ins" elementvoidUnsets the "trPrChange" elementMethods 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, sizeOfWBeforeArrayMethods 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
-
getIns
CTTrackChange getIns()Gets the "ins" element -
isSetIns
boolean isSetIns()True if has "ins" element -
setIns
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
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
Sets the "trPrChange" element -
addNewTrPrChange
CTTrPrChange addNewTrPrChange()Appends and returns a new empty "trPrChange" element -
unsetTrPrChange
void unsetTrPrChange()Unsets the "trPrChange" element
-