Class TextSettings
Represents the TextSettings
Inheritance
System.Object
TextSettings
Namespace: Syncfusion.XlsIO.Implementation.XmlReaders
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class TextSettings : Object
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 Nullable<bool> Bold
Field Value
Type |
---|
System.Nullable<System.Boolean> |
FontColor
Font color.
Declaration
public Nullable<Color> FontColor
Field Value
Type |
---|
System.Nullable<Windows.UI.Color> |
FontName
Font name.
Declaration
public string FontName
Field Value
Type |
---|
System.String |
FontSize
Font size.
Declaration
public Nullable<float> FontSize
Field Value
Type |
---|
System.Nullable<System.Single> |
HasComplexScripts
Has Complex Scripts
Declaration
public Nullable<bool> HasComplexScripts
Field Value
Type |
---|
System.Nullable<System.Boolean> |
HasEastAsianFont
Has East and Asian Font
Declaration
public Nullable<bool> HasEastAsianFont
Field Value
Type |
---|
System.Nullable<System.Boolean> |
HasLatin
Has Latin
Declaration
public Nullable<bool> HasLatin
Field Value
Type |
---|
System.Nullable<System.Boolean> |
Italic
Value indicating whether text
Declaration
public Nullable<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 Nullable<bool> Striked
Field Value
Type |
---|
System.Nullable<System.Boolean> |
Underline
Underline style.
Declaration
public string Underline
Field Value
Type |
---|
System.String |