Class PdfThemeStyle
Defines pdf export theme
Inheritance
System.Object
PdfThemeStyle
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ2.GridExport
Assembly: Syncfusion.EJ2.GridExport.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 | Description |
---|---|
System.Boolean |
Border
Defines the borders of theme style.
Declaration
public PdfBorder Border { get; set; }
Property Value
Type | Description |
---|---|
PdfBorder |
Font
Defines the font of the theme.
Declaration
public PdfGridFont Font { get; set; }
Property Value
Type | Description |
---|---|
PdfGridFont |
FontColor
Defines the font color of theme style.
Declaration
public string FontColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FontName
Defines the font name of theme style.
Declaration
public string FontName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FontSize
Defines the font size of theme style.
Declaration
public double FontSize { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Italic
Defines the italic of theme style.
Declaration
public bool Italic { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Strikeout
Defines the strikeout of theme style.
Declaration
public bool Strikeout { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Underline
Defines the underline of theme style.
Declaration
public bool Underline { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |