Class TextOptions

Class TextOptions

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

Represents the text options.

public class TextOptions : Font

Inheritance

objectFontTextOptions

Inherited Members

Font.Equals(Font), Font.ToString(), Font.Charset, Font.IsItalic, Font.IsBold, Font.CapsType, Font.StrikeType, Font.IsStrikeout, Font.ScriptOffset, Font.IsSuperscript, Font.IsSubscript, Font.Underline, Font.Name, Font.DoubleSize, Font.Size, Font.ThemeColor, Font.Color, Font.ArgbColor, Font.IsNormalizeHeights, Font.SchemeType, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

FarEastName

Gets and sets the FarEast name.

public string FarEastName { get; set; }

Property Value

string

Fill

Represents the fill format of the text.

public FillFormat Fill { get; }

Property Value

FillFormat

Kerning

Specifies the minimum font size at which character kerning will occur for this text run.

public double Kerning { get; set; }

Property Value

double

LanguageCode

Gets and sets the user interface language.

public CountryCode LanguageCode { get; set; }

Property Value

CountryCode

LatinName

Gets and sets the latin name.

public string LatinName { get; set; }

Property Value

string

Name

Gets and sets the name of the shape.

public override string Name { get; set; }

Property Value

string

Outline

Represents the outline format of the text.

public LineFormat Outline { get; }

Property Value

LineFormat

Shadow

Represents a Aspose.Cells.Drawing.ShadowEffect object that specifies shadow effect for the chart element or shape.

public ShadowEffect Shadow { get; }

Property Value

ShadowEffect

Spacing

Specifies the spacing between characters within a text run.

public double Spacing { get; set; }

Property Value

double

UnderlineColor

Gets or sets the color of underline.

public CellsColor UnderlineColor { get; set; }

Property Value

CellsColor