eDocEngine VCL Professional Help » Symbol Reference » Namespaces of Helper Classes » gtCstDocEng Namespace » TgtTableSettings Class

Gnostice eDocEngine VCL Developer Guide
TgtTableSettings Class

This class specifies settings for a table rendered on a page.

Pascal
public TgtTableSettings = class(TPersistent);
C++
public: class TgtTableSettings : public TPersistent;

gtCstDocEng

Properties
 
Name 
Description 
 
Specifies whether cells needs to resized to accommodate the width of cell text. 
 
Specifies width of the columns in the table. 
 
Specifies whether a header row will be rendered for the tables. 
 
 
 
Specifies height of rows in the table. 
 
Specifies height of the header row of the table. 
Methods
 
Name 
Description