com.aspose.cells

Class LegendEntryCollection

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

Represents a collection of all the LegendEntry objects in the specified chart legend.

Property Getters/Setters Summary
intgetCount()
LegendEntryget(int index)
Gets the LegendEntry element at the specified index.
 
Method Summary
intadd(java.lang.Object value)
Reserved for internal use.
voidclear()
booleancontains(java.lang.Object value)
Reserved for internal use.
intindexOf(java.lang.Object value)
Reserved for internal use.
java.util.Iteratoriterator()
voidremoveAt(int index)
 

    • Property Getters/Setters Detail

      • getCount

        public int getCount()
        
      • get

        public LegendEntry get(int index)
        
        Gets the LegendEntry element at the specified index.
        Parameters:
        index - The zero based index of the element.
        Returns:
        The element at the specified index.
    • Method Detail

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