Interface CTTableStyles
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_TableStyles(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTTableStyles> 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 "tableStyle" elementlonggetCount()Gets the "count" attributeGets the "defaultPivotStyle" attributeGets the "defaultTableStyle" attributeGets array of all "tableStyle" elementsgetTableStyleArray(int i) Gets ith "tableStyle" elementGets a List of "tableStyle" elementsinsertNewTableStyle(int i) Inserts and returns a new empty value (as xml) as the ith "tableStyle" elementbooleanTrue if has "count" attributebooleanTrue if has "defaultPivotStyle" attributebooleanTrue if has "defaultTableStyle" attributevoidremoveTableStyle(int i) Removes the ith "tableStyle" elementvoidsetCount(long count) Sets the "count" attributevoidsetDefaultPivotStyle(String defaultPivotStyle) Sets the "defaultPivotStyle" attributevoidsetDefaultTableStyle(String defaultTableStyle) Sets the "defaultTableStyle" attributevoidsetTableStyleArray(int i, CTTableStyle tableStyle) Sets ith "tableStyle" elementvoidsetTableStyleArray(CTTableStyle[] tableStyleArray) Sets array of all "tableStyle" elementintReturns number of "tableStyle" elementvoidUnsets the "count" attributevoidUnsets the "defaultPivotStyle" attributevoidUnsets the "defaultTableStyle" attributeGets (as xml) the "count" attributeGets (as xml) the "defaultPivotStyle" attributeGets (as xml) the "defaultTableStyle" attributevoidxsetCount(XmlUnsignedInt count) Sets (as xml) the "count" attributevoidxsetDefaultPivotStyle(XmlString defaultPivotStyle) Sets (as xml) the "defaultPivotStyle" attributevoidxsetDefaultTableStyle(XmlString defaultTableStyle) Sets (as xml) the "defaultTableStyle" 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
-
getTableStyleList
List<CTTableStyle> getTableStyleList()Gets a List of "tableStyle" elements -
getTableStyleArray
CTTableStyle[] getTableStyleArray()Gets array of all "tableStyle" elements -
getTableStyleArray
Gets ith "tableStyle" element -
sizeOfTableStyleArray
int sizeOfTableStyleArray()Returns number of "tableStyle" element -
setTableStyleArray
Sets array of all "tableStyle" element -
setTableStyleArray
Sets ith "tableStyle" element -
insertNewTableStyle
Inserts and returns a new empty value (as xml) as the ith "tableStyle" element -
addNewTableStyle
CTTableStyle addNewTableStyle()Appends and returns a new empty value (as xml) as the last "tableStyle" element -
removeTableStyle
void removeTableStyle(int i) Removes the ith "tableStyle" element -
getCount
long getCount()Gets the "count" attribute -
xgetCount
XmlUnsignedInt xgetCount()Gets (as xml) the "count" attribute -
isSetCount
boolean isSetCount()True if has "count" attribute -
setCount
void setCount(long count) Sets the "count" attribute -
xsetCount
Sets (as xml) the "count" attribute -
unsetCount
void unsetCount()Unsets the "count" attribute -
getDefaultTableStyle
String getDefaultTableStyle()Gets the "defaultTableStyle" attribute -
xgetDefaultTableStyle
XmlString xgetDefaultTableStyle()Gets (as xml) the "defaultTableStyle" attribute -
isSetDefaultTableStyle
boolean isSetDefaultTableStyle()True if has "defaultTableStyle" attribute -
setDefaultTableStyle
Sets the "defaultTableStyle" attribute -
xsetDefaultTableStyle
Sets (as xml) the "defaultTableStyle" attribute -
unsetDefaultTableStyle
void unsetDefaultTableStyle()Unsets the "defaultTableStyle" attribute -
getDefaultPivotStyle
String getDefaultPivotStyle()Gets the "defaultPivotStyle" attribute -
xgetDefaultPivotStyle
XmlString xgetDefaultPivotStyle()Gets (as xml) the "defaultPivotStyle" attribute -
isSetDefaultPivotStyle
boolean isSetDefaultPivotStyle()True if has "defaultPivotStyle" attribute -
setDefaultPivotStyle
Sets the "defaultPivotStyle" attribute -
xsetDefaultPivotStyle
Sets (as xml) the "defaultPivotStyle" attribute -
unsetDefaultPivotStyle
void unsetDefaultPivotStyle()Unsets the "defaultPivotStyle" attribute
-