ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextSettings - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TextSettings

    Represents the TextSettings

    Inheritance
    System.Object
    TextSettings
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.String

    Baseline

    Represents the baseline properties default -1, it was non negative on chart style

    Declaration
    public int Baseline
    Field Value
    Type Description
    System.Int32

    Bold

    Value indicating whether font is bold.

    Declaration
    public bool? Bold
    Field Value
    Type Description
    System.Nullable<System.Boolean>

    FontColor

    Font color.

    Declaration
    public Color? FontColor
    Field Value
    Type Description
    System.Nullable<System.Drawing.Color>

    FontName

    Font name.

    Declaration
    public string FontName
    Field Value
    Type Description
    System.String

    FontSize

    Font size.

    Declaration
    public float? FontSize
    Field Value
    Type Description
    System.Nullable<System.Single>

    HasComplexScripts

    Has Complex Scripts

    Declaration
    public bool? HasComplexScripts
    Field Value
    Type Description
    System.Nullable<System.Boolean>

    HasEastAsianFont

    Has East and Asian Font

    Declaration
    public bool? HasEastAsianFont
    Field Value
    Type Description
    System.Nullable<System.Boolean>

    HasLatin

    Has Latin

    Declaration
    public bool? HasLatin
    Field Value
    Type Description
    System.Nullable<System.Boolean>

    Italic

    Value indicating whether text

    Declaration
    public bool? Italic
    Field Value
    Type Description
    System.Nullable<System.Boolean>

    Language

    Language used to display text.

    Declaration
    public string Language
    Field Value
    Type Description
    System.String

    Striked

    Value indicating whether text is striked.

    Declaration
    public bool? Striked
    Field Value
    Type Description
    System.Nullable<System.Boolean>

    Underline

    Underline style.

    Declaration
    public string Underline
    Field Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved