Class PdfThemeStyle
Defines the theme options for PDF export.
Inheritance
System.Object
PdfThemeStyle
Namespace: Syncfusion.Blazor.PivotView
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 object Font { get; set; }
Property Value
Type |
---|
System.Object |
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 int FontSize { get; set; }
Property Value
Type |
---|
System.Int32 |
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 |