Interface CTTblPrExBase
-
- All Superinterfaces:
XmlObject,XmlTokenSource
- All Known Subinterfaces:
CTTblPrEx
public interface CTTblPrExBase extends XmlObject
An XML CT_TblPrExBase(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTTblPrExBase>Factorystatic 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 CTJcTableaddNewJc()Appends and returns a new empty "jc" elementCTShdaddNewShd()Appends and returns a new empty "shd" elementCTTblBordersaddNewTblBorders()Appends and returns a new empty "tblBorders" elementCTTblCellMaraddNewTblCellMar()Appends and returns a new empty "tblCellMar" elementCTTblWidthaddNewTblCellSpacing()Appends and returns a new empty "tblCellSpacing" elementCTTblWidthaddNewTblInd()Appends and returns a new empty "tblInd" elementCTTblLayoutTypeaddNewTblLayout()Appends and returns a new empty "tblLayout" elementCTTblLookaddNewTblLook()Appends and returns a new empty "tblLook" elementCTTblWidthaddNewTblW()Appends and returns a new empty "tblW" elementCTJcTablegetJc()Gets the "jc" elementCTShdgetShd()Gets the "shd" elementCTTblBordersgetTblBorders()Gets the "tblBorders" elementCTTblCellMargetTblCellMar()Gets the "tblCellMar" elementCTTblWidthgetTblCellSpacing()Gets the "tblCellSpacing" elementCTTblWidthgetTblInd()Gets the "tblInd" elementCTTblLayoutTypegetTblLayout()Gets the "tblLayout" elementCTTblLookgetTblLook()Gets the "tblLook" elementCTTblWidthgetTblW()Gets the "tblW" elementbooleanisSetJc()True if has "jc" elementbooleanisSetShd()True if has "shd" elementbooleanisSetTblBorders()True if has "tblBorders" elementbooleanisSetTblCellMar()True if has "tblCellMar" elementbooleanisSetTblCellSpacing()True if has "tblCellSpacing" elementbooleanisSetTblInd()True if has "tblInd" elementbooleanisSetTblLayout()True if has "tblLayout" elementbooleanisSetTblLook()True if has "tblLook" elementbooleanisSetTblW()True if has "tblW" elementvoidsetJc(CTJcTable jc)Sets the "jc" elementvoidsetShd(CTShd shd)Sets the "shd" elementvoidsetTblBorders(CTTblBorders tblBorders)Sets the "tblBorders" elementvoidsetTblCellMar(CTTblCellMar tblCellMar)Sets the "tblCellMar" elementvoidsetTblCellSpacing(CTTblWidth tblCellSpacing)Sets the "tblCellSpacing" elementvoidsetTblInd(CTTblWidth tblInd)Sets the "tblInd" elementvoidsetTblLayout(CTTblLayoutType tblLayout)Sets the "tblLayout" elementvoidsetTblLook(CTTblLook tblLook)Sets the "tblLook" elementvoidsetTblW(CTTblWidth tblW)Sets the "tblW" elementvoidunsetJc()Unsets the "jc" elementvoidunsetShd()Unsets the "shd" elementvoidunsetTblBorders()Unsets the "tblBorders" elementvoidunsetTblCellMar()Unsets the "tblCellMar" elementvoidunsetTblCellSpacing()Unsets the "tblCellSpacing" elementvoidunsetTblInd()Unsets the "tblInd" elementvoidunsetTblLayout()Unsets the "tblLayout" elementvoidunsetTblLook()Unsets the "tblLook" elementvoidunsetTblW()Unsets the "tblW" element-
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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTTblPrExBase> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getTblW
CTTblWidth getTblW()
Gets the "tblW" element
-
isSetTblW
boolean isSetTblW()
True if has "tblW" element
-
setTblW
void setTblW(CTTblWidth tblW)
Sets the "tblW" element
-
addNewTblW
CTTblWidth addNewTblW()
Appends and returns a new empty "tblW" element
-
unsetTblW
void unsetTblW()
Unsets the "tblW" element
-
getJc
CTJcTable getJc()
Gets the "jc" element
-
isSetJc
boolean isSetJc()
True if has "jc" element
-
setJc
void setJc(CTJcTable jc)
Sets the "jc" element
-
addNewJc
CTJcTable addNewJc()
Appends and returns a new empty "jc" element
-
unsetJc
void unsetJc()
Unsets the "jc" element
-
getTblCellSpacing
CTTblWidth getTblCellSpacing()
Gets the "tblCellSpacing" element
-
isSetTblCellSpacing
boolean isSetTblCellSpacing()
True if has "tblCellSpacing" element
-
setTblCellSpacing
void setTblCellSpacing(CTTblWidth tblCellSpacing)
Sets the "tblCellSpacing" element
-
addNewTblCellSpacing
CTTblWidth addNewTblCellSpacing()
Appends and returns a new empty "tblCellSpacing" element
-
unsetTblCellSpacing
void unsetTblCellSpacing()
Unsets the "tblCellSpacing" element
-
getTblInd
CTTblWidth getTblInd()
Gets the "tblInd" element
-
isSetTblInd
boolean isSetTblInd()
True if has "tblInd" element
-
setTblInd
void setTblInd(CTTblWidth tblInd)
Sets the "tblInd" element
-
addNewTblInd
CTTblWidth addNewTblInd()
Appends and returns a new empty "tblInd" element
-
unsetTblInd
void unsetTblInd()
Unsets the "tblInd" element
-
getTblBorders
CTTblBorders getTblBorders()
Gets the "tblBorders" element
-
isSetTblBorders
boolean isSetTblBorders()
True if has "tblBorders" element
-
setTblBorders
void setTblBorders(CTTblBorders tblBorders)
Sets the "tblBorders" element
-
addNewTblBorders
CTTblBorders addNewTblBorders()
Appends and returns a new empty "tblBorders" element
-
unsetTblBorders
void unsetTblBorders()
Unsets the "tblBorders" element
-
getShd
CTShd getShd()
Gets the "shd" element
-
isSetShd
boolean isSetShd()
True if has "shd" element
-
setShd
void setShd(CTShd shd)
Sets the "shd" element
-
addNewShd
CTShd addNewShd()
Appends and returns a new empty "shd" element
-
unsetShd
void unsetShd()
Unsets the "shd" element
-
getTblLayout
CTTblLayoutType getTblLayout()
Gets the "tblLayout" element
-
isSetTblLayout
boolean isSetTblLayout()
True if has "tblLayout" element
-
setTblLayout
void setTblLayout(CTTblLayoutType tblLayout)
Sets the "tblLayout" element
-
addNewTblLayout
CTTblLayoutType addNewTblLayout()
Appends and returns a new empty "tblLayout" element
-
unsetTblLayout
void unsetTblLayout()
Unsets the "tblLayout" element
-
getTblCellMar
CTTblCellMar getTblCellMar()
Gets the "tblCellMar" element
-
isSetTblCellMar
boolean isSetTblCellMar()
True if has "tblCellMar" element
-
setTblCellMar
void setTblCellMar(CTTblCellMar tblCellMar)
Sets the "tblCellMar" element
-
addNewTblCellMar
CTTblCellMar addNewTblCellMar()
Appends and returns a new empty "tblCellMar" element
-
unsetTblCellMar
void unsetTblCellMar()
Unsets the "tblCellMar" element
-
getTblLook
CTTblLook getTblLook()
Gets the "tblLook" element
-
isSetTblLook
boolean isSetTblLook()
True if has "tblLook" element
-
setTblLook
void setTblLook(CTTblLook tblLook)
Sets the "tblLook" element
-
addNewTblLook
CTTblLook addNewTblLook()
Appends and returns a new empty "tblLook" element
-
unsetTblLook
void unsetTblLook()
Unsets the "tblLook" element
-
-