All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.TextTabStop.html Maven / Gradle / Ivy

There is a newer version: 23.1
Show newest version





TextTabStop




com.aspose.cells
Class TextTabStop

java.lang.Object
    extended by com.aspose.cells.TextTabStop

public class TextTabStop 
extends java.lang.Object

Represents tab stop.


Property Getters/Setters Summary
intgetTabAlignment()
voidsetTabAlignment(int)
           Specifies the alignment that is to be applied to text using this tab stop. The value of the property is TextTabAlignmentType integer constant.
doublegetTabPosition()
voidsetTabPosition(double)
           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.

setTabAlignment

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.

setTabPosition

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

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy