Class TextOptions
Namespace: Aspose.Cells.Drawing.Texts
Assembly: Aspose.Cells.dll (25.2.0)
Represents the text options.
public class TextOptions : Font
Inheritance
object ← Font ← TextOptions
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
Fill
Represents the fill format of the text.
public FillFormat Fill { get; }
Property Value
Kerning
Specifies the minimum font size at which character kerning will occur for this text run.
public double Kerning { get; set; }
Property Value
LanguageCode
Gets and sets the user interface language.
public CountryCode LanguageCode { get; set; }
Property Value
LatinName
Gets and sets the latin name.
public string LatinName { get; set; }
Property Value
Name
Gets and sets the name of the shape.
public override string Name { get; set; }
Property Value
Outline
Represents the outline format of the text.
public LineFormat Outline { get; }
Property Value
Shadow
Represents a Aspose.Cells.Drawing.ShadowEffect object that specifies shadow effect for the chart element or shape.
public ShadowEffect Shadow { get; }
Property Value
Spacing
Specifies the spacing between characters within a text run.
public double Spacing { get; set; }
Property Value
UnderlineColor
Gets or sets the color of underline.
public CellsColor UnderlineColor { get; set; }