asposecells.api
Class TableStyleElementCollection

Represents all elements of the table style.

Property Getters/Setters Summary
methodgetCount()
          
methodget(index)
           Gets an element of the table style by the index.
methodgetByTableStyleElementType(type)
           Gets the element of the table style by the TableStyleElementType
 
Method Summary
methodadd(type)
           Adds an element.
methodadd(value)→ inherited from CollectionBase
          Reserved for internal use.
methodclear()→ inherited from CollectionBase
          
methodcontains(value)→ inherited from CollectionBase
          Reserved for internal use.
methodget(index)→ inherited from CollectionBase
          Reserved for internal use.
methodgetTableStyleElementWithIndex(index)
           Gets an element of the table style by the index.
methodgetTableStyleElementWithType(type)
           Gets the element of the table style by the TableStyleElementType
methodindexOf(value)→ inherited from CollectionBase
          Reserved for internal use.
methoditerator()→ inherited from CollectionBase
          
methodremoveAt(index)→ inherited from CollectionBase
          
 

Property Getters/Setters Detail

getCount : int 

int getCount()

get : TableStyleElement 

TableStyleElement get(index)
Gets an element of the table style by the index.
Parameters:
index - The index.
Returns:
Returns TableStyleElement object

getByTableStyleElementType : TableStyleElement 

TableStyleElement getByTableStyleElementType(type)
Gets the element of the table style by the TableStyleElementType
Parameters:
type - A TableStyleElementType value. The element type.
Returns:
Returns TableStyleElement object

Method Detail

getTableStyleElementWithIndex

TableStyleElement getTableStyleElementWithIndex(index)
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

TableStyleElement getTableStyleElementWithType(type)
Gets the element of the table style by the TableStyleElementType 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.
Parameters:
type - A TableStyleElementType value.

add

int add(type)
Adds an element.
Parameters:
type: int - A TableStyleElementType value. The type of the element
Returns:
Returns the index of the element in the list.

clear

 clear()

removeAt

 removeAt(index)

iterator

Iterator iterator()

get

Object get(index)
Reserved for internal use.

contains

boolean contains(value)
Reserved for internal use.

add

int add(value)
Reserved for internal use.

indexOf

int indexOf(value)
Reserved for internal use.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.