com.aspose.cells

Class TextTabStopCollection

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

Represents the list of all tab stops.

Constructor Summary
 
Property Getters/Setters Summary
intgetCount()
TextTabStopget(int index)
Gets TextTabStop by the index.
 
Method Summary
intadd(int tabAlignment, double tabPosition)
Adds a tab stop.
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)
 

    • Constructor Detail

      • TextTabStopCollection

        public TextTabStopCollection()
    • Property Getters/Setters Detail

      • getCount

        public int getCount()
        
    • Method Detail

      • add

        public int add(int tabAlignment, double tabPosition)
        Adds a tab stop.
        Parameters:
        tabAlignment - A TextTabAlignmentType value.
        tabPosition -
        Returns:
      • 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.