TableStyleElementCollection
TableStyleElementCollection class
Represents all elements of the table style.
Methods
| Name | Description |
|---|---|
| add(type) | Adds an element. |
| add() | Reserved for internal use. |
| clear() | |
| contains() | Reserved for internal use. |
| get(index) | Gets an element of the table style by the index. |
| get() | Reserved for internal use. |
| getByTableStyleElementType(type) | Gets the element of the table style by the element type. |
| getCount() | |
| getTableStyleElementWithIndex() | Gets an element of the table style by the index. NOTE: This member is now obsolete. Instead, please use Aspose.Cells.Tab |
| getTableStyleElementWithType() | Gets the element of the table style by the element type. NOTE: This member is now obsolete. Instead, please use Aspose.C |
| indexOf() | Reserved for internal use. |
| iterator() | |
| removeAt() |
add(type)
Adds an element.
| Parameter | Type | Description |
|---|---|---|
| type | Number | TableStyleElementType |
Returns: Number — Number Returns the index of the element in the list.
add()
Reserved for internal use.
clear()
contains()
Reserved for internal use.
get(index)
Gets an element of the table style by the index.
| Parameter | Type | Description |
|---|---|---|
| index | Number | The index. |
Returns: TableStyleElement — TableStyleElement Returns TableStyleElement object
get()
Reserved for internal use.
getByTableStyleElementType(type)
Gets the element of the table style by the element type.
| Parameter | Type | Description |
|---|---|---|
| type | Number | TableStyleElementType |
Returns: TableStyleElement — TableStyleElement Returns TableStyleElement object
getCount()
getTableStyleElementWithIndex()
Gets an element of the table style by the index. NOTE: This member is now obsolete. Instead, please use Aspose.Cells.Tables.TableStyleElementCollection.this[int index] property. This property will be removed 12 months later since JANUARY 2012. Aspose apologizes for any inconvenience you may have experienced.
getTableStyleElementWithType()
Gets the element of the table style by the element type. NOTE: This member is now obsolete. Instead, please use Aspose.Cells.Tables.TableStyleElementCollection.this[TableStyleElementType type] property. This property will be removed 12 months later since JANUARY 2012. Aspose apologizes for any inconvenience you may have experienced.
indexOf()
Reserved for internal use.