Class PdfStyle
Defines the styles information to customize the PDF cell.
Inherited Members
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfStyle
Constructors
PdfStyle()
Declaration
public PdfStyle()
Properties
BackgroundColor
Defines the background color.
Declaration
[JsonPropertyName("backgroundColor")]
public string BackgroundColor { get; set; }
Property Value
| Type |
|---|
| string |
Bold
Defines the font bold.
Declaration
[JsonPropertyName("bold")]
public bool Bold { get; set; }
Property Value
| Type |
|---|
| bool |
Border
Defines the grid border.
Declaration
[JsonPropertyName("border")]
public PdfBorder Border { get; set; }
Property Value
| Type |
|---|
| PdfBorder |
FontFamily
Defines the font family.
Declaration
[JsonPropertyName("fontFamily")]
public string FontFamily { get; set; }
Property Value
| Type |
|---|
| string |
FontSize
Defines the font size.
Declaration
[JsonPropertyName("fontSize")]
public int FontSize { get; set; }
Property Value
| Type |
|---|
| int |
Italic
Defines the italic font.
Declaration
[JsonPropertyName("italic")]
public bool Italic { get; set; }
Property Value
| Type |
|---|
| bool |
Strikeout
Defines the strike-out font.
Declaration
[JsonPropertyName("strikeout")]
public bool Strikeout { get; set; }
Property Value
| Type |
|---|
| bool |
TextBrushColor
Defines the brush color of font.
Declaration
[JsonPropertyName("textBrushColor")]
public string TextBrushColor { get; set; }
Property Value
| Type |
|---|
| string |
TextPenColor
Defines the pen color of font.
Declaration
[JsonPropertyName("textPenColor")]
public string TextPenColor { get; set; }
Property Value
| Type |
|---|
| string |
Underline
Defines the underlined font.
Declaration
[JsonPropertyName("underline")]
public bool Underline { get; set; }
Property Value
| Type |
|---|
| bool |