Class PdfThemeStyle
Defines pdf export theme.
Inheritance
System.Object
PdfThemeStyle
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfThemeStyle : Object
Constructors
PdfThemeStyle()
Declaration
public PdfThemeStyle()
Properties
Bold
Defines the bold of theme style.
Declaration
public bool Bold { get; set; }
Property Value
Type |
---|
System.Boolean |
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 |
---|
System.String |
FontName
Defines the font name of theme style.
Declaration
public string FontName { get; set; }
Property Value
Type |
---|
System.String |
FontSize
Defines the font size of theme style.
Declaration
public double FontSize { get; set; }
Property Value
Type |
---|
System.Double |
Italic
Defines the italic of theme style.
Declaration
public bool Italic { get; set; }
Property Value
Type |
---|
System.Boolean |
Strikeout
Defines the strikeout of theme style.
Declaration
public bool Strikeout { get; set; }
Property Value
Type |
---|
System.Boolean |
Underline
Defines the underline of theme style.
Declaration
public bool Underline { get; set; }
Property Value
Type |
---|
System.Boolean |