alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class PdfThemeStyle

    Defines pdf export theme.

    Inheritance
    object
    PdfThemeStyle
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.Grids.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
    bool

    Border

    Defines the borders of theme style.

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

    Font

    Defines the font of the theme.

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

    FontColor

    Defines the font color of theme style.

    Declaration
    public string? FontColor { get; set; }
    Property Value
    Type
    string

    FontName

    Defines the font name of theme style.

    Declaration
    public string? FontName { get; set; }
    Property Value
    Type
    string

    FontSize

    Defines the font size of theme style.

    Declaration
    public double FontSize { get; set; }
    Property Value
    Type
    double

    Italic

    Defines the italic of theme style.

    Declaration
    public bool Italic { get; set; }
    Property Value
    Type
    bool

    Strikeout

    Defines the strikeout of theme style.

    Declaration
    public bool Strikeout { get; set; }
    Property Value
    Type
    bool

    Underline

    Defines the underline of theme style.

    Declaration
    public bool Underline { get; set; }
    Property Value
    Type
    bool
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved