[]
Creates a style with the information.
public TableElementStyle(TableBorder border, Color backColor, Color foreColor, RegularBoldItalicFontStyle fontStyle)
Public Sub New(border As TableBorder, backColor As Color, foreColor As Color, fontStyle As RegularBoldItalicFontStyle)
Type | Name | Description |
---|---|---|
TableBorder | border | Border of the element |
Color | backColor | Backcolor of the element |
Color | foreColor | Forecolor of the element |
RegularBoldItalicFontStyle | fontStyle | Font style of the element |
Creates a style with the information.
public TableElementStyle(TableBorder border, Color backColor, Color foreColor, RegularBoldItalicFontStyle fontStyle, StrikeoutFontStyle strikethrough, UnderlineFontStyle underline)
Public Sub New(border As TableBorder, backColor As Color, foreColor As Color, fontStyle As RegularBoldItalicFontStyle, strikethrough As StrikeoutFontStyle, underline As UnderlineFontStyle)
Type | Name | Description |
---|---|---|
TableBorder | border | Border of the element |
Color | backColor | Backcolor of the element |
Color | foreColor | Forecolor of the element |
RegularBoldItalicFontStyle | fontStyle | Font style of the element |
StrikeoutFontStyle | strikethrough | Font style strikeout |
UnderlineFontStyle | underline | Font style underline |