Class TextSettings
Represents the TextSettings
Inheritance
System.Object
    TextSettings
  Inherited Members
      System.Object.Equals(System.Object)
    
      System.Object.Equals(System.Object, System.Object)
    
      System.Object.GetHashCode()
    
      System.Object.GetType()
    
      System.Object.MemberwiseClone()
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
      System.Object.ToString()
    
Namespace: Syncfusion.XlsIO.Implementation.XmlReaders
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public class TextSettings
  Constructors
TextSettings()
Declaration
public TextSettings()
  Fields
ActualFontName
Actual Font
Declaration
public string ActualFontName
  Field Value
| Type | 
|---|
| System.String | 
Baseline
Represents the baseline properties default -1, it was non negative on chart style
Declaration
public int Baseline
  Field Value
| Type | 
|---|
| System.Int32 | 
Bold
Value indicating whether font is bold.
Declaration
public bool? Bold
  Field Value
| Type | 
|---|
| System.Nullable<System.Boolean> | 
FontColor
Font color.
Declaration
public Color? FontColor
  Field Value
| Type | 
|---|
| System.Nullable<System.Drawing.Color> | 
FontName
Font name.
Declaration
public string FontName
  Field Value
| Type | 
|---|
| System.String | 
FontSize
Font size.
Declaration
public float? FontSize
  Field Value
| Type | 
|---|
| System.Nullable<System.Single> | 
HasComplexScripts
Has Complex Scripts
Declaration
public bool? HasComplexScripts
  Field Value
| Type | 
|---|
| System.Nullable<System.Boolean> | 
HasEastAsianFont
Has East and Asian Font
Declaration
public bool? HasEastAsianFont
  Field Value
| Type | 
|---|
| System.Nullable<System.Boolean> | 
HasLatin
Has Latin
Declaration
public bool? HasLatin
  Field Value
| Type | 
|---|
| System.Nullable<System.Boolean> | 
Italic
Value indicating whether text
Declaration
public bool? Italic
  Field Value
| Type | 
|---|
| System.Nullable<System.Boolean> | 
Language
Language used to display text.
Declaration
public string Language
  Field Value
| Type | 
|---|
| System.String | 
Striked
Value indicating whether text is striked.
Declaration
public bool? Striked
  Field Value
| Type | 
|---|
| System.Nullable<System.Boolean> | 
Underline
Underline style.
Declaration
public string Underline
  Field Value
| Type | 
|---|
| System.String |