Contents - Index - Previous - Next


TableAttrs property




Declaration
property TableAttrs: TProfDHTMLEditTableAttrs;

Description

Specifies the default display characteristics of new tables in the document. The value of the property is used by the InsertTable method.

Use TableAttrs to specify values for the options on the HTML <TABLE> tag. The property lets you specify the alignment of the table in the document, its color and border size, the offset of data within each table cell, etc.

The property publishes the following members:
  Align: THTMLAlign;
  Background: TFileName;
  BgColor: TColor;
  BorderColor: TColor;
  BorderSize: Byte;
  CellPadding: Byte;
  CellSpacing: Byte;
  Width: Word;
  WidthInPercent: Boolean;