Class PdfThemeStyle
Defines pdf export theme.
Inherited Members
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 |