[]
Represents a style for each element of the table.
[TypeConverter(typeof(TableElementStyle._a))]
public sealed class TableElementStyle : ICloneable, ISerializable, ISerializeSupport, IComparable<TableElementStyle>
<TypeConverter(GetType(TableElementStyle._a))>
Public NotInheritable Class TableElementStyle
Implements ICloneable, ISerializable, ISerializeSupport, IComparable(Of TableElementStyle)
Name | Description |
---|---|
TableElementStyle(TableBorder, Color, Color, RegularBoldItalicFontStyle) | Creates a style with the information. |
TableElementStyle(TableBorder, Color, Color, RegularBoldItalicFontStyle, StrikeoutFontStyle, UnderlineFontStyle) | Creates a style with the information. |
Name | Description |
---|---|
BackColor | Gets the backcolor of the element. |
Border | Gets the element border. |
FontStyle | Gets the font style of the element. |
ForeColor | Gets the forecolor of the element. |
IsEmpty | Gets whether style is empty. |
StrikeOut | Gets the strikethrough font style. |
Underline | Gets the underline font style. |
Name | Description |
---|---|
Clone() | Clone this TableElementStyle object. |
CompareTo(TableElementStyle) | Compares this instance to a specified object and returns an indication of their relative values. |
Compose(TableElementStyle, bool, bool, bool, bool) | Compose a style into this style |