Class TextTabStop

Class TextTabStop

Namespace: Aspose.Cells.Drawing.Texts
Assembly: Aspose.Cells.dll (25.2.0)

Represents tab stop.

public class TextTabStop

Inheritance

objectTextTabStop

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

TabAlignment

Specifies the alignment that is to be applied to text using this tab stop.

public TextTabAlignmentType TabAlignment { get; set; }

Property Value

TextTabAlignmentType

TabPosition

Specifies the position of the tab stop relative to the left margin.

public double TabPosition { get; set; }

Property Value

double