Class TextSettings
Represents the TextSettings
Inheritance
System.Object
    TextSettings
  Namespace: Syncfusion.XlsIO.Implementation.XmlReaders
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public class TextSettings : ObjectConstructors
TextSettings()
Declaration
public TextSettings()Fields
ActualFontName
Actual Font
Declaration
public string ActualFontNameField Value
| Type | 
|---|
| System.String | 
Baseline
Represents the baseline properties default -1, it was non negative on chart style
Declaration
public int BaselineField Value
| Type | 
|---|
| System.Int32 | 
Bold
Value indicating whether font is bold.
Declaration
public Nullable<bool> BoldField Value
| Type | 
|---|
| System.Nullable<System.Boolean> | 
FontColor
Font color.
Declaration
public Nullable<Color> FontColorField Value
| Type | 
|---|
| System.Nullable<Color> | 
FontName
Font name.
Declaration
public string FontNameField Value
| Type | 
|---|
| System.String | 
FontSize
Font size.
Declaration
public Nullable<float> FontSizeField Value
| Type | 
|---|
| System.Nullable<System.Single> | 
HasComplexScripts
Has Complex Scripts
Declaration
public Nullable<bool> HasComplexScriptsField Value
| Type | 
|---|
| System.Nullable<System.Boolean> | 
HasEastAsianFont
Has East and Asian Font
Declaration
public Nullable<bool> HasEastAsianFontField Value
| Type | 
|---|
| System.Nullable<System.Boolean> | 
HasLatin
Has Latin
Declaration
public Nullable<bool> HasLatinField Value
| Type | 
|---|
| System.Nullable<System.Boolean> | 
Italic
Value indicating whether text
Declaration
public Nullable<bool> ItalicField Value
| Type | 
|---|
| System.Nullable<System.Boolean> | 
Language
Language used to display text.
Declaration
public string LanguageField Value
| Type | 
|---|
| System.String | 
Striked
Value indicating whether text is striked.
Declaration
public Nullable<bool> StrikedField Value
| Type | 
|---|
| System.Nullable<System.Boolean> | 
Underline
Underline style.
Declaration
public string UnderlineField Value
| Type | 
|---|
| System.String |