Interface CTTblStylePr
- All Superinterfaces:
XmlObject
,XmlTokenSource
An XML CT_TblStylePr(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory
<CTTblStylePr> static final SchemaType
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "pPr" elementAppends and returns a new empty "rPr" elementAppends and returns a new empty "tblPr" elementAppends and returns a new empty "tcPr" elementAppends and returns a new empty "trPr" elementgetPPr()
Gets the "pPr" elementgetRPr()
Gets the "rPr" elementgetTblPr()
Gets the "tblPr" elementgetTcPr()
Gets the "tcPr" elementgetTrPr()
Gets the "trPr" elementgetType()
Gets the "type" attributeboolean
isSetPPr()
True if has "pPr" elementboolean
isSetRPr()
True if has "rPr" elementboolean
True if has "tblPr" elementboolean
True if has "tcPr" elementboolean
True if has "trPr" elementvoid
setPPr
(CTPPrGeneral pPr) Sets the "pPr" elementvoid
Sets the "rPr" elementvoid
setTblPr
(CTTblPrBase tblPr) Sets the "tblPr" elementvoid
Sets the "tcPr" elementvoid
Sets the "trPr" elementvoid
Sets the "type" attributevoid
unsetPPr()
Unsets the "pPr" elementvoid
unsetRPr()
Unsets the "rPr" elementvoid
Unsets the "tblPr" elementvoid
Unsets the "tcPr" elementvoid
Unsets the "trPr" elementxgetType()
Gets (as xml) the "type" attributevoid
Sets (as xml) the "type" attributeMethods 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 Details
-
Factory
-
type
-
-
Method Details
-
getPPr
CTPPrGeneral getPPr()Gets the "pPr" element -
isSetPPr
boolean isSetPPr()True if has "pPr" element -
setPPr
Sets the "pPr" element -
addNewPPr
CTPPrGeneral 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
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
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
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
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
Sets the "type" attribute -
xsetType
Sets (as xml) the "type" attribute
-