Interface CTTableStyleList
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_TableStyleList(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTTableStyleList> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty value (as xml) as the last "tblStyle" elementgetDef()Gets the "def" attributeGets array of all "tblStyle" elementsgetTblStyleArray(int i) Gets ith "tblStyle" elementGets a List of "tblStyle" elementsinsertNewTblStyle(int i) Inserts and returns a new empty value (as xml) as the ith "tblStyle" elementvoidremoveTblStyle(int i) Removes the ith "tblStyle" elementvoidSets the "def" attributevoidsetTblStyleArray(int i, CTTableStyle tblStyle) Sets ith "tblStyle" elementvoidsetTblStyleArray(CTTableStyle[] tblStyleArray) Sets array of all "tblStyle" elementintReturns number of "tblStyle" elementorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuidxgetDef()Gets (as xml) the "def" attributevoidxsetDef(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid def) Sets (as xml) the "def" 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, valueHashCodeMethods 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
-
getTblStyleList
List<CTTableStyle> getTblStyleList()Gets a List of "tblStyle" elements -
getTblStyleArray
CTTableStyle[] getTblStyleArray()Gets array of all "tblStyle" elements -
getTblStyleArray
Gets ith "tblStyle" element -
sizeOfTblStyleArray
int sizeOfTblStyleArray()Returns number of "tblStyle" element -
setTblStyleArray
Sets array of all "tblStyle" element -
setTblStyleArray
Sets ith "tblStyle" element -
insertNewTblStyle
Inserts and returns a new empty value (as xml) as the ith "tblStyle" element -
addNewTblStyle
CTTableStyle addNewTblStyle()Appends and returns a new empty value (as xml) as the last "tblStyle" element -
removeTblStyle
void removeTblStyle(int i) Removes the ith "tblStyle" element -
getDef
String getDef()Gets the "def" attribute -
xgetDef
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid xgetDef()Gets (as xml) the "def" attribute -
setDef
Sets the "def" attribute
-