Interface CTTblPr
- All Superinterfaces:
CTTblPrBase,XmlObject,XmlTokenSource
An XML CT_TblPr(@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 "tblPrChange" elementGets the "tblPrChange" elementbooleanTrue if has "tblPrChange" elementvoidsetTblPrChange(CTTblPrChange tblPrChange) Sets the "tblPrChange" elementvoidUnsets the "tblPrChange" elementMethods inherited from interface org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase
addNewBidiVisual, addNewJc, addNewShd, addNewTblBorders, addNewTblCaption, addNewTblCellMar, addNewTblCellSpacing, addNewTblDescription, addNewTblInd, addNewTblLayout, addNewTblLook, addNewTblOverlap, addNewTblpPr, addNewTblStyle, addNewTblStyleColBandSize, addNewTblStyleRowBandSize, addNewTblW, getBidiVisual, getJc, getShd, getTblBorders, getTblCaption, getTblCellMar, getTblCellSpacing, getTblDescription, getTblInd, getTblLayout, getTblLook, getTblOverlap, getTblpPr, getTblStyle, getTblStyleColBandSize, getTblStyleRowBandSize, getTblW, isSetBidiVisual, isSetJc, isSetShd, isSetTblBorders, isSetTblCaption, isSetTblCellMar, isSetTblCellSpacing, isSetTblDescription, isSetTblInd, isSetTblLayout, isSetTblLook, isSetTblOverlap, isSetTblpPr, isSetTblStyle, isSetTblStyleColBandSize, isSetTblStyleRowBandSize, isSetTblW, setBidiVisual, setJc, setShd, setTblBorders, setTblCaption, setTblCellMar, setTblCellSpacing, setTblDescription, setTblInd, setTblLayout, setTblLook, setTblOverlap, setTblpPr, setTblStyle, setTblStyleColBandSize, setTblStyleRowBandSize, setTblW, unsetBidiVisual, unsetJc, unsetShd, unsetTblBorders, unsetTblCaption, unsetTblCellMar, unsetTblCellSpacing, unsetTblDescription, unsetTblInd, unsetTblLayout, unsetTblLook, unsetTblOverlap, unsetTblpPr, unsetTblStyle, unsetTblStyleColBandSize, unsetTblStyleRowBandSize, unsetTblWMethods 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
-
getTblPrChange
CTTblPrChange getTblPrChange()Gets the "tblPrChange" element -
isSetTblPrChange
boolean isSetTblPrChange()True if has "tblPrChange" element -
setTblPrChange
Sets the "tblPrChange" element -
addNewTblPrChange
CTTblPrChange addNewTblPrChange()Appends and returns a new empty "tblPrChange" element -
unsetTblPrChange
void unsetTblPrChange()Unsets the "tblPrChange" element
-