ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfThemeStyle - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PdfThemeStyle

    Defines pdf export theme

    Inheritance
    System.Object
    PdfThemeStyle
    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.EJ2.GridExport
    Assembly: Syncfusion.EJ2.GridExport.dll
    Syntax
    public class PdfThemeStyle

    Constructors

    PdfThemeStyle()

    Declaration
    public PdfThemeStyle()

    Properties

    Bold

    Defines the bold of theme style.

    Declaration
    public bool Bold { get; set; }
    Property Value
    Type Description
    System.Boolean

    Border

    Defines the borders of theme style.

    Declaration
    public PdfBorder Border { get; set; }
    Property Value
    Type Description
    PdfBorder

    Font

    Defines the font of the theme.

    Declaration
    public PdfGridFont Font { get; set; }
    Property Value
    Type Description
    PdfGridFont

    FontColor

    Defines the font color of theme style.

    Declaration
    public string FontColor { get; set; }
    Property Value
    Type Description
    System.String

    FontName

    Defines the font name of theme style.

    Declaration
    public string FontName { get; set; }
    Property Value
    Type Description
    System.String

    FontSize

    Defines the font size of theme style.

    Declaration
    public double FontSize { get; set; }
    Property Value
    Type Description
    System.Double

    Italic

    Defines the italic of theme style.

    Declaration
    public bool Italic { get; set; }
    Property Value
    Type Description
    System.Boolean

    Strikeout

    Defines the strikeout of theme style.

    Declaration
    public bool Strikeout { get; set; }
    Property Value
    Type Description
    System.Boolean

    Underline

    Defines the underline of theme style.

    Declaration
    public bool Underline { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved