com.aspose.cells

Class TextTabStop

  • java.lang.Object
    • com.aspose.cells.TextTabStop
public class TextTabStop 
extends java.lang.Object

Represents tab stop.

Property Getters/Setters Summary
intgetTabAlignment()
void
setTabAlignment(intvalue)
           Specifies the alignment that is to be applied to text using this tab stop. The value of the property is TextTabAlignmentType integer constant.
doublegetTabPosition()
void
setTabPosition(doublevalue)
           Specifies the position of the tab stop relative to the left margin.
 

    • Property Getters/Setters Detail

      • getTabAlignment/setTabAlignment

        public int getTabAlignment() / public void setTabAlignment(int value)
        
        Specifies the alignment that is to be applied to text using this tab stop. The value of the property is TextTabAlignmentType integer constant.
      • getTabPosition/setTabPosition

        public double getTabPosition() / public void setTabPosition(double value)
        
        Specifies the position of the tab stop relative to the left margin.

    setTabAlignment

    public voidsetTabAlignment(intvalue)
    
    Specifies the alignment that is to be applied to text using this tab stop. The value of the property is TextTabAlignmentType integer constant.

    setTabPosition

    public voidsetTabPosition(doublevalue)
    
    Specifies the position of the tab stop relative to the left margin.