TableStyleElementCollection
Source: aspose.
Represents all elements of the table style.
Methods
add(type) → Number
Adds an element.
Parameter
Name | Type | Optional | Description |
---|---|---|---|
type |
Number |
|
TableStyleElementType |
- Returns
-
Number
Returns the index of the element in the list.
add()
Reserved for internal use.
clear()
contains()
Reserved for internal use.
get(index) → TableStyleElement
Gets an element of the table style by the index.
Parameter
Name | Type | Optional | Description |
---|---|---|---|
index |
Number |
|
The index. |
- Returns
-
TableStyleElement
Returns TableStyleElement object
get()
Reserved for internal use.
getByTableStyleElementType(type) → TableStyleElement
Gets the element of the table style by the element type.
Parameter
Name | Type | Optional | Description |
---|---|---|---|
type |
Number |
|
TableStyleElementType |
- Returns
-
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.