Class PdfThemeStyle
Defines the theme options for PDF export.
Inherited Members
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 |