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 element type.
 
Method Summary
methodadd(type)
Adds an element.
methodadd(value)
Reserved for internal use.
methodclear()
methodcontains(value)
Reserved for internal use.
methodget(index)
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 element type.
methodindexOf(value)
Reserved for internal use.
methoditerator()
methodremoveAt(index)
 

    • 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 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.
        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.