com.aspose.cells

Class TableStyleElementCollection

  • java.lang.Object
  • All Implemented Interfaces:
    java.lang.Iterable
    public class TableStyleElementCollection 
    extends CollectionBase

Represents all elements of the table style.

Property Getters/Setters Summary
intgetCount()
TableStyleElementget(int index)
Gets an element of the table style by the index.
TableStyleElementgetByTableStyleElementType(int type)
Gets the element of the table style by the TableStyleElementType
 
Method Summary
intadd(int type)
Adds an element.
intadd(java.lang.Object value)
Reserved for internal use.
voidclear()
booleancontains(java.lang.Object value)
Reserved for internal use.
TableStyleElementgetTableStyleElementWithIndex(int index)
Gets an element of the table style by the index.
TableStyleElementgetTableStyleElementWithType(int type)
Gets the element of the table style by the TableStyleElementType
intindexOf(java.lang.Object value)
Reserved for internal use.
java.util.Iteratoriterator()
voidremoveAt(int index)
 

    • Method Detail

      • getTableStyleElementWithIndex

        public TableStyleElement getTableStyleElementWithIndex(int 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

        public TableStyleElement getTableStyleElementWithType(int 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

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

        public void clear()
      • removeAt

        public void removeAt(int index)
      • iterator

        public java.util.Iterator iterator()
      • contains

        public boolean contains(java.lang.Object value)
        Reserved for internal use.
      • add

        public int add(java.lang.Object value)
        Reserved for internal use.
      • indexOf

        public int indexOf(java.lang.Object value)
        Reserved for internal use.