Interface CTTableStyle
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTTableStyle extends XmlObject
An XML CT_TableStyle(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTTableStyle.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 CTTableStyleElement
addNewTableStyleElement()
Appends and returns a new empty value (as xml) as the last "tableStyleElement" elementlong
getCount()
Gets the "count" attributejava.lang.String
getName()
Gets the "name" attributeboolean
getPivot()
Gets the "pivot" attributeboolean
getTable()
Gets the "table" attributeCTTableStyleElement[]
getTableStyleElementArray()
Deprecated.CTTableStyleElement
getTableStyleElementArray(int i)
Gets ith "tableStyleElement" elementjava.util.List<CTTableStyleElement>
getTableStyleElementList()
Gets a List of "tableStyleElement" elementsCTTableStyleElement
insertNewTableStyleElement(int i)
Inserts and returns a new empty value (as xml) as the ith "tableStyleElement" elementboolean
isSetCount()
True if has "count" attributeboolean
isSetPivot()
True if has "pivot" attributeboolean
isSetTable()
True if has "table" attributevoid
removeTableStyleElement(int i)
Removes the ith "tableStyleElement" elementvoid
setCount(long count)
Sets the "count" attributevoid
setName(java.lang.String name)
Sets the "name" attributevoid
setPivot(boolean pivot)
Sets the "pivot" attributevoid
setTable(boolean table)
Sets the "table" attributevoid
setTableStyleElementArray(int i, CTTableStyleElement tableStyleElement)
Sets ith "tableStyleElement" elementvoid
setTableStyleElementArray(CTTableStyleElement[] tableStyleElementArray)
Sets array of all "tableStyleElement" elementint
sizeOfTableStyleElementArray()
Returns number of "tableStyleElement" elementvoid
unsetCount()
Unsets the "count" attributevoid
unsetPivot()
Unsets the "pivot" attributevoid
unsetTable()
Unsets the "table" attributeXmlUnsignedInt
xgetCount()
Gets (as xml) the "count" attributeXmlString
xgetName()
Gets (as xml) the "name" attributeXmlBoolean
xgetPivot()
Gets (as xml) the "pivot" attributeXmlBoolean
xgetTable()
Gets (as xml) the "table" attributevoid
xsetCount(XmlUnsignedInt count)
Sets (as xml) the "count" attributevoid
xsetName(XmlString name)
Sets (as xml) the "name" attributevoid
xsetPivot(XmlBoolean pivot)
Sets (as xml) the "pivot" attributevoid
xsetTable(XmlBoolean table)
Sets (as xml) the "table" 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
-
getTableStyleElementList
java.util.List<CTTableStyleElement> getTableStyleElementList()
Gets a List of "tableStyleElement" elements
-
getTableStyleElementArray
@Deprecated CTTableStyleElement[] getTableStyleElementArray()
Deprecated.Gets array of all "tableStyleElement" elements
-
getTableStyleElementArray
CTTableStyleElement getTableStyleElementArray(int i)
Gets ith "tableStyleElement" element
-
sizeOfTableStyleElementArray
int sizeOfTableStyleElementArray()
Returns number of "tableStyleElement" element
-
setTableStyleElementArray
void setTableStyleElementArray(CTTableStyleElement[] tableStyleElementArray)
Sets array of all "tableStyleElement" element
-
setTableStyleElementArray
void setTableStyleElementArray(int i, CTTableStyleElement tableStyleElement)
Sets ith "tableStyleElement" element
-
insertNewTableStyleElement
CTTableStyleElement insertNewTableStyleElement(int i)
Inserts and returns a new empty value (as xml) as the ith "tableStyleElement" element
-
addNewTableStyleElement
CTTableStyleElement addNewTableStyleElement()
Appends and returns a new empty value (as xml) as the last "tableStyleElement" element
-
removeTableStyleElement
void removeTableStyleElement(int i)
Removes the ith "tableStyleElement" element
-
getName
java.lang.String getName()
Gets the "name" attribute
-
xgetName
XmlString xgetName()
Gets (as xml) the "name" attribute
-
setName
void setName(java.lang.String name)
Sets the "name" attribute
-
xsetName
void xsetName(XmlString name)
Sets (as xml) the "name" attribute
-
getPivot
boolean getPivot()
Gets the "pivot" attribute
-
xgetPivot
XmlBoolean xgetPivot()
Gets (as xml) the "pivot" attribute
-
isSetPivot
boolean isSetPivot()
True if has "pivot" attribute
-
setPivot
void setPivot(boolean pivot)
Sets the "pivot" attribute
-
xsetPivot
void xsetPivot(XmlBoolean pivot)
Sets (as xml) the "pivot" attribute
-
unsetPivot
void unsetPivot()
Unsets the "pivot" attribute
-
getTable
boolean getTable()
Gets the "table" attribute
-
xgetTable
XmlBoolean xgetTable()
Gets (as xml) the "table" attribute
-
isSetTable
boolean isSetTable()
True if has "table" attribute
-
setTable
void setTable(boolean table)
Sets the "table" attribute
-
xsetTable
void xsetTable(XmlBoolean table)
Sets (as xml) the "table" attribute
-
unsetTable
void unsetTable()
Unsets the "table" attribute
-
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
-
-