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 class
CTTableStyles.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 Deprecated Methods Modifier and Type Method Description CTTableStyle
addNewTableStyle()
Appends and returns a new empty value (as xml) as the last "tableStyle" elementlong
getCount()
Gets the "count" attributejava.lang.String
getDefaultPivotStyle()
Gets the "defaultPivotStyle" attributejava.lang.String
getDefaultTableStyle()
Gets the "defaultTableStyle" attributeCTTableStyle[]
getTableStyleArray()
Deprecated.CTTableStyle
getTableStyleArray(int i)
Gets ith "tableStyle" elementjava.util.List<CTTableStyle>
getTableStyleList()
Gets a List of "tableStyle" elementsCTTableStyle
insertNewTableStyle(int i)
Inserts and returns a new empty value (as xml) as the ith "tableStyle" elementboolean
isSetCount()
True if has "count" attributeboolean
isSetDefaultPivotStyle()
True if has "defaultPivotStyle" attributeboolean
isSetDefaultTableStyle()
True if has "defaultTableStyle" attributevoid
removeTableStyle(int i)
Removes the ith "tableStyle" elementvoid
setCount(long count)
Sets the "count" attributevoid
setDefaultPivotStyle(java.lang.String defaultPivotStyle)
Sets the "defaultPivotStyle" attributevoid
setDefaultTableStyle(java.lang.String defaultTableStyle)
Sets the "defaultTableStyle" attributevoid
setTableStyleArray(int i, CTTableStyle tableStyle)
Sets ith "tableStyle" elementvoid
setTableStyleArray(CTTableStyle[] tableStyleArray)
Sets array of all "tableStyle" elementint
sizeOfTableStyleArray()
Returns number of "tableStyle" elementvoid
unsetCount()
Unsets the "count" attributevoid
unsetDefaultPivotStyle()
Unsets the "defaultPivotStyle" attributevoid
unsetDefaultTableStyle()
Unsets the "defaultTableStyle" attributeXmlUnsignedInt
xgetCount()
Gets (as xml) the "count" attributeXmlString
xgetDefaultPivotStyle()
Gets (as xml) the "defaultPivotStyle" attributeXmlString
xgetDefaultTableStyle()
Gets (as xml) the "defaultTableStyle" attributevoid
xsetCount(XmlUnsignedInt count)
Sets (as xml) the "count" attributevoid
xsetDefaultPivotStyle(XmlString defaultPivotStyle)
Sets (as xml) the "defaultPivotStyle" attributevoid
xsetDefaultTableStyle(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
-
-