Interface CTTblStylePr
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTTblStylePr extends XmlObject
An XML CT_TblStylePr(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTTblStylePr.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 CTPPraddNewPPr()Appends and returns a new empty "pPr" elementCTRPraddNewRPr()Appends and returns a new empty "rPr" elementCTTblPrBaseaddNewTblPr()Appends and returns a new empty "tblPr" elementCTTcPraddNewTcPr()Appends and returns a new empty "tcPr" elementCTTrPraddNewTrPr()Appends and returns a new empty "trPr" elementCTPPrgetPPr()Gets the "pPr" elementCTRPrgetRPr()Gets the "rPr" elementCTTblPrBasegetTblPr()Gets the "tblPr" elementCTTcPrgetTcPr()Gets the "tcPr" elementCTTrPrgetTrPr()Gets the "trPr" elementSTTblStyleOverrideType.EnumgetType()Gets the "type" attributebooleanisSetPPr()True if has "pPr" elementbooleanisSetRPr()True if has "rPr" elementbooleanisSetTblPr()True if has "tblPr" elementbooleanisSetTcPr()True if has "tcPr" elementbooleanisSetTrPr()True if has "trPr" elementvoidsetPPr(CTPPr pPr)Sets the "pPr" elementvoidsetRPr(CTRPr rPr)Sets the "rPr" elementvoidsetTblPr(CTTblPrBase tblPr)Sets the "tblPr" elementvoidsetTcPr(CTTcPr tcPr)Sets the "tcPr" elementvoidsetTrPr(CTTrPr trPr)Sets the "trPr" elementvoidsetType(STTblStyleOverrideType.Enum type)Sets the "type" attributevoidunsetPPr()Unsets the "pPr" elementvoidunsetRPr()Unsets the "rPr" elementvoidunsetTblPr()Unsets the "tblPr" elementvoidunsetTcPr()Unsets the "tcPr" elementvoidunsetTrPr()Unsets the "trPr" elementSTTblStyleOverrideTypexgetType()Gets (as xml) the "type" attributevoidxsetType(STTblStyleOverrideType type)Sets (as xml) the "type" attribute-
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
-
getPPr
CTPPr getPPr()
Gets the "pPr" element
-
isSetPPr
boolean isSetPPr()
True if has "pPr" element
-
setPPr
void setPPr(CTPPr pPr)
Sets the "pPr" element
-
addNewPPr
CTPPr addNewPPr()
Appends and returns a new empty "pPr" element
-
unsetPPr
void unsetPPr()
Unsets the "pPr" element
-
getRPr
CTRPr getRPr()
Gets the "rPr" element
-
isSetRPr
boolean isSetRPr()
True if has "rPr" element
-
setRPr
void setRPr(CTRPr rPr)
Sets the "rPr" element
-
addNewRPr
CTRPr addNewRPr()
Appends and returns a new empty "rPr" element
-
unsetRPr
void unsetRPr()
Unsets the "rPr" element
-
getTblPr
CTTblPrBase getTblPr()
Gets the "tblPr" element
-
isSetTblPr
boolean isSetTblPr()
True if has "tblPr" element
-
setTblPr
void setTblPr(CTTblPrBase tblPr)
Sets the "tblPr" element
-
addNewTblPr
CTTblPrBase addNewTblPr()
Appends and returns a new empty "tblPr" element
-
unsetTblPr
void unsetTblPr()
Unsets the "tblPr" element
-
getTrPr
CTTrPr getTrPr()
Gets the "trPr" element
-
isSetTrPr
boolean isSetTrPr()
True if has "trPr" element
-
setTrPr
void setTrPr(CTTrPr trPr)
Sets the "trPr" element
-
addNewTrPr
CTTrPr addNewTrPr()
Appends and returns a new empty "trPr" element
-
unsetTrPr
void unsetTrPr()
Unsets the "trPr" element
-
getTcPr
CTTcPr getTcPr()
Gets the "tcPr" element
-
isSetTcPr
boolean isSetTcPr()
True if has "tcPr" element
-
setTcPr
void setTcPr(CTTcPr tcPr)
Sets the "tcPr" element
-
addNewTcPr
CTTcPr addNewTcPr()
Appends and returns a new empty "tcPr" element
-
unsetTcPr
void unsetTcPr()
Unsets the "tcPr" element
-
getType
STTblStyleOverrideType.Enum getType()
Gets the "type" attribute
-
xgetType
STTblStyleOverrideType xgetType()
Gets (as xml) the "type" attribute
-
setType
void setType(STTblStyleOverrideType.Enum type)
Sets the "type" attribute
-
xsetType
void xsetType(STTblStyleOverrideType type)
Sets (as xml) the "type" attribute
-
-