Contents
- Index
- Previous
- Next
TableCellAttrs property
Declaration
property TableCellAttrs: TProfDHTMLEditTableCellAttrs;
Description
Specifies the default display characteristics of table cells in new tables. The value of the property is used by the InsertTable method.
The property publishes the following members:
Align: THTMLAlign;
VAlign: THTMLVAlign;
Background: TFileName;
BgColor: TColor;
BorderColor: TColor;
NoWrap: Boolean;
Width: Word;
WidthInPercent: Boolean;
Height: Word;
HeightInPercent: Boolean;
ObjectClass: WideString;