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 class
CTTblStylePr.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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 CTPPr
addNewPPr()
Appends and returns a new empty "pPr" elementCTRPr
addNewRPr()
Appends and returns a new empty "rPr" elementCTTblPrBase
addNewTblPr()
Appends and returns a new empty "tblPr" elementCTTcPr
addNewTcPr()
Appends and returns a new empty "tcPr" elementCTTrPr
addNewTrPr()
Appends and returns a new empty "trPr" elementCTPPr
getPPr()
Gets the "pPr" elementCTRPr
getRPr()
Gets the "rPr" elementCTTblPrBase
getTblPr()
Gets the "tblPr" elementCTTcPr
getTcPr()
Gets the "tcPr" elementCTTrPr
getTrPr()
Gets the "trPr" elementSTTblStyleOverrideType.Enum
getType()
Gets the "type" attributeboolean
isSetPPr()
True if has "pPr" elementboolean
isSetRPr()
True if has "rPr" elementboolean
isSetTblPr()
True if has "tblPr" elementboolean
isSetTcPr()
True if has "tcPr" elementboolean
isSetTrPr()
True if has "trPr" elementvoid
setPPr(CTPPr pPr)
Sets the "pPr" elementvoid
setRPr(CTRPr rPr)
Sets the "rPr" elementvoid
setTblPr(CTTblPrBase tblPr)
Sets the "tblPr" elementvoid
setTcPr(CTTcPr tcPr)
Sets the "tcPr" elementvoid
setTrPr(CTTrPr trPr)
Sets the "trPr" elementvoid
setType(STTblStyleOverrideType.Enum type)
Sets the "type" attributevoid
unsetPPr()
Unsets the "pPr" elementvoid
unsetRPr()
Unsets the "rPr" elementvoid
unsetTblPr()
Unsets the "tblPr" elementvoid
unsetTcPr()
Unsets the "tcPr" elementvoid
unsetTrPr()
Unsets the "trPr" elementSTTblStyleOverrideType
xgetType()
Gets (as xml) the "type" attributevoid
xsetType(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
-
-