Interface CTTblPr
-
- All Superinterfaces:
CTTblPrBase,XmlObject,XmlTokenSource
public interface CTTblPr extends CTTblPrBase
An XML CT_TblPr(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTTblPr.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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 CTTblPrChangeaddNewTblPrChange()Appends and returns a new empty "tblPrChange" elementCTTblPrChangegetTblPrChange()Gets the "tblPrChange" elementbooleanisSetTblPrChange()True if has "tblPrChange" elementvoidsetTblPrChange(CTTblPrChange tblPrChange)Sets the "tblPrChange" elementvoidunsetTblPrChange()Unsets the "tblPrChange" element-
Methods inherited from interface org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase
addNewBidiVisual, addNewJc, addNewShd, addNewTblBorders, addNewTblCellMar, addNewTblCellSpacing, addNewTblInd, addNewTblLayout, addNewTblLook, addNewTblOverlap, addNewTblpPr, addNewTblStyle, addNewTblStyleColBandSize, addNewTblStyleRowBandSize, addNewTblW, getBidiVisual, getJc, getShd, getTblBorders, getTblCellMar, getTblCellSpacing, getTblInd, getTblLayout, getTblLook, getTblOverlap, getTblpPr, getTblStyle, getTblStyleColBandSize, getTblStyleRowBandSize, getTblW, isSetBidiVisual, isSetJc, isSetShd, isSetTblBorders, isSetTblCellMar, isSetTblCellSpacing, isSetTblInd, isSetTblLayout, isSetTblLook, isSetTblOverlap, isSetTblpPr, isSetTblStyle, isSetTblStyleColBandSize, isSetTblStyleRowBandSize, isSetTblW, setBidiVisual, setJc, setShd, setTblBorders, setTblCellMar, setTblCellSpacing, setTblInd, setTblLayout, setTblLook, setTblOverlap, setTblpPr, setTblStyle, setTblStyleColBandSize, setTblStyleRowBandSize, setTblW, unsetBidiVisual, unsetJc, unsetShd, unsetTblBorders, unsetTblCellMar, unsetTblCellSpacing, unsetTblInd, unsetTblLayout, unsetTblLook, unsetTblOverlap, unsetTblpPr, unsetTblStyle, unsetTblStyleColBandSize, unsetTblStyleRowBandSize, unsetTblW
-
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
-
getTblPrChange
CTTblPrChange getTblPrChange()
Gets the "tblPrChange" element
-
isSetTblPrChange
boolean isSetTblPrChange()
True if has "tblPrChange" element
-
setTblPrChange
void setTblPrChange(CTTblPrChange tblPrChange)
Sets the "tblPrChange" element
-
addNewTblPrChange
CTTblPrChange addNewTblPrChange()
Appends and returns a new empty "tblPrChange" element
-
unsetTblPrChange
void unsetTblPrChange()
Unsets the "tblPrChange" element
-
-