aspose.cells

Class TextTabStopCollection

Represents the list of all tab stops.

Constructor Summary
 
Property Getters/Setters Summary
functiongetCount()
functionget(index)
Gets TextTabStop by the index.
 
Method Summary
functionadd(tabAlignment, tabPosition)
Adds a tab stop.
functionadd(value)
Reserved for internal use.
functionclear()
functioncontains(value)
Reserved for internal use.
functionget(index)
Reserved for internal use.
functionindexOf(value)
Reserved for internal use.
functioniterator()
functionremoveAt(index)
 

    • Constructor Detail

      • TextTabStopCollection

        function TextTabStopCollection()
    • Property Getters/Setters Detail

      • getCount : Number 

        function getCount()
        
    • Method Detail

      • add

        function add(tabAlignment, tabPosition)
        Adds a tab stop.
        Parameters:
        tabAlignment: Number - A TextTabAlignmentType value.
        tabPosition: Number -
        Returns:
      • clear

        function clear()
      • removeAt

        function removeAt(index)
      • iterator

        function iterator()
      • get

        function get(index)
        Reserved for internal use.
      • contains

        function contains(value)
        Reserved for internal use.
      • add

        function add(value)
        Reserved for internal use.
      • indexOf

        function indexOf(value)
        Reserved for internal use.