alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class PdfThemeStyle

    Defines the theme options for PDF export.

    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.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PdfThemeStyle

    Constructors

    PdfThemeStyle()

    Declaration
    public PdfThemeStyle()

    Properties

    Bold

    Defines the bold of theme style.

    Declaration
    [JsonPropertyName("bold")]
    public bool Bold { get; set; }
    Property Value
    Type
    bool

    Border

    Defines the borders of theme style.

    Declaration
    [JsonPropertyName("border")]
    public PdfBorder Border { get; set; }
    Property Value
    Type
    PdfBorder

    Font

    Defines the font of the theme.

    Declaration
    [JsonPropertyName("font")]
    public object Font { get; set; }
    Property Value
    Type
    object

    FontColor

    Defines the font color of theme style.

    Declaration
    [JsonPropertyName("fontColor")]
    public string FontColor { get; set; }
    Property Value
    Type
    string

    FontName

    Defines the font name of theme style.

    Declaration
    [JsonPropertyName("fontName")]
    public string FontName { get; set; }
    Property Value
    Type
    string

    FontSize

    Defines the font size of theme style.

    Declaration
    [JsonPropertyName("fontSize")]
    public int FontSize { get; set; }
    Property Value
    Type
    int

    Italic

    Defines the italic of theme style.

    Declaration
    [JsonPropertyName("italic")]
    public bool Italic { get; set; }
    Property Value
    Type
    bool

    Strikeout

    Defines the strikeout of theme style.

    Declaration
    [JsonPropertyName("strikeout")]
    public bool Strikeout { get; set; }
    Property Value
    Type
    bool

    Underline

    Defines the underline of theme style.

    Declaration
    [JsonPropertyName("underline")]
    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