Class PdfStyle
Defines the styles information to customize the PDF cell.
Inheritance
System.Object
PdfStyle
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfStyle : Object
Constructors
PdfStyle()
Declaration
public PdfStyle()
Properties
BackgroundColor
Defines the background color.
Declaration
public string BackgroundColor { get; set; }
Property Value
Type |
---|
System.String |
Bold
Defines the font bold.
Declaration
public bool Bold { get; set; }
Property Value
Type |
---|
System.Boolean |
Border
Defines the grid border.
Declaration
public PdfBorder Border { get; set; }
Property Value
Type |
---|
PdfBorder |
FontFamily
Defines the font family.
Declaration
public string FontFamily { get; set; }
Property Value
Type |
---|
System.String |
FontSize
Defines the font size.
Declaration
public int FontSize { get; set; }
Property Value
Type |
---|
System.Int32 |
Italic
Defines the italic font.
Declaration
public bool Italic { get; set; }
Property Value
Type |
---|
System.Boolean |
Strikeout
Defines the strike-out font.
Declaration
public bool Strikeout { get; set; }
Property Value
Type |
---|
System.Boolean |
TextBrushColor
Defines the brush color of font.
Declaration
public string TextBrushColor { get; set; }
Property Value
Type |
---|
System.String |
TextPenColor
Defines the pen color of font.
Declaration
public string TextPenColor { get; set; }
Property Value
Type |
---|
System.String |
Underline
Defines the underlined font.
Declaration
public bool Underline { get; set; }
Property Value
Type |
---|
System.Boolean |