Interface CTTableStyles
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTTableStyles extends XmlObject
An XML CT_TableStyles(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTTableStyles.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 Deprecated Methods Modifier and Type Method Description CTTableStyleaddNewTableStyle()Appends and returns a new empty value (as xml) as the last "tableStyle" elementlonggetCount()Gets the "count" attributejava.lang.StringgetDefaultPivotStyle()Gets the "defaultPivotStyle" attributejava.lang.StringgetDefaultTableStyle()Gets the "defaultTableStyle" attributeCTTableStyle[]getTableStyleArray()Deprecated.CTTableStylegetTableStyleArray(int i)Gets ith "tableStyle" elementjava.util.List<CTTableStyle>getTableStyleList()Gets a List of "tableStyle" elementsCTTableStyleinsertNewTableStyle(int i)Inserts and returns a new empty value (as xml) as the ith "tableStyle" elementbooleanisSetCount()True if has "count" attributebooleanisSetDefaultPivotStyle()True if has "defaultPivotStyle" attributebooleanisSetDefaultTableStyle()True if has "defaultTableStyle" attributevoidremoveTableStyle(int i)Removes the ith "tableStyle" elementvoidsetCount(long count)Sets the "count" attributevoidsetDefaultPivotStyle(java.lang.String defaultPivotStyle)Sets the "defaultPivotStyle" attributevoidsetDefaultTableStyle(java.lang.String defaultTableStyle)Sets the "defaultTableStyle" attributevoidsetTableStyleArray(int i, CTTableStyle tableStyle)Sets ith "tableStyle" elementvoidsetTableStyleArray(CTTableStyle[] tableStyleArray)Sets array of all "tableStyle" elementintsizeOfTableStyleArray()Returns number of "tableStyle" elementvoidunsetCount()Unsets the "count" attributevoidunsetDefaultPivotStyle()Unsets the "defaultPivotStyle" attributevoidunsetDefaultTableStyle()Unsets the "defaultTableStyle" attributeXmlUnsignedIntxgetCount()Gets (as xml) the "count" attributeXmlStringxgetDefaultPivotStyle()Gets (as xml) the "defaultPivotStyle" attributeXmlStringxgetDefaultTableStyle()Gets (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" 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
-
getTableStyleList
java.util.List<CTTableStyle> getTableStyleList()
Gets a List of "tableStyle" elements
-
getTableStyleArray
@Deprecated CTTableStyle[] getTableStyleArray()
Deprecated.Gets array of all "tableStyle" elements
-
getTableStyleArray
CTTableStyle getTableStyleArray(int i)
Gets ith "tableStyle" element
-
sizeOfTableStyleArray
int sizeOfTableStyleArray()
Returns number of "tableStyle" element
-
setTableStyleArray
void setTableStyleArray(CTTableStyle[] tableStyleArray)
Sets array of all "tableStyle" element
-
setTableStyleArray
void setTableStyleArray(int i, CTTableStyle tableStyle)Sets ith "tableStyle" element
-
insertNewTableStyle
CTTableStyle insertNewTableStyle(int i)
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
void xsetCount(XmlUnsignedInt count)
Sets (as xml) the "count" attribute
-
unsetCount
void unsetCount()
Unsets the "count" attribute
-
getDefaultTableStyle
java.lang.String getDefaultTableStyle()
Gets the "defaultTableStyle" attribute
-
xgetDefaultTableStyle
XmlString xgetDefaultTableStyle()
Gets (as xml) the "defaultTableStyle" attribute
-
isSetDefaultTableStyle
boolean isSetDefaultTableStyle()
True if has "defaultTableStyle" attribute
-
setDefaultTableStyle
void setDefaultTableStyle(java.lang.String defaultTableStyle)
Sets the "defaultTableStyle" attribute
-
xsetDefaultTableStyle
void xsetDefaultTableStyle(XmlString defaultTableStyle)
Sets (as xml) the "defaultTableStyle" attribute
-
unsetDefaultTableStyle
void unsetDefaultTableStyle()
Unsets the "defaultTableStyle" attribute
-
getDefaultPivotStyle
java.lang.String getDefaultPivotStyle()
Gets the "defaultPivotStyle" attribute
-
xgetDefaultPivotStyle
XmlString xgetDefaultPivotStyle()
Gets (as xml) the "defaultPivotStyle" attribute
-
isSetDefaultPivotStyle
boolean isSetDefaultPivotStyle()
True if has "defaultPivotStyle" attribute
-
setDefaultPivotStyle
void setDefaultPivotStyle(java.lang.String defaultPivotStyle)
Sets the "defaultPivotStyle" attribute
-
xsetDefaultPivotStyle
void xsetDefaultPivotStyle(XmlString defaultPivotStyle)
Sets (as xml) the "defaultPivotStyle" attribute
-
unsetDefaultPivotStyle
void unsetDefaultPivotStyle()
Unsets the "defaultPivotStyle" attribute
-
-