eDocEngine VCL Professional Help » Symbol Reference » Namespaces of Helper Classes » gtCstDocEng Namespace » IgtDocumentSettings Interface

Gnostice eDocEngine VCL Developer Guide
IgtDocumentSettings Interface

IgtDocumentSettings types define properties and methods that specify settings for content creation.

Pascal
public IgtDocumentSettings = interface(IUnknown);
C++
public: __interface IgtDocumentSettings : public IUnknown;

gtCstDocEng

Properties
 
Name 
Description 
 
Specifies background color of the document. 
 
Specifies background image of the document. 
 
Specifies position of background image. 
 
Specifies brush used to fill various page elements in the document. 
 
Specifies default font used for rendering text in the document. 
 
Specifies generic document information properties for all engines. 
 
Specifies text identifying the output format. 
 
Specifies file extension for the output document. 
 
Specifies filename of the document. 
 
Font 
Specifies default font used for text elements in the document. 
 
Specifies border settings for images and text boxes in the document. 
 
Specifies image settings for the document. 
 
Page 
Specifies page settings. 
 
Specifies settings for page borders. 
 
Pen 
Specifies pen used to stroke page elements in the document. 
 
Specifies document creation settings of the engine. 
 
Specifies settings for tables. 
 
Specifies text formatting settings. 
Methods
 
Name 
Description 
 
Returns current background color of the document. 
 
Returns current position of background image for the document. 
 
Returns current background image of the document. 
 
Returns current brush used to filling page elements in the document. 
 
Returns default font used in the document. 
 
Returns current document information properties of the document. 
 
Returns string containing the description metadata for the current document. 
 
Returns current file extension of the current document. 
 
Returns file name of the document. 
 
Returns current font used to render text in the document. 
 
Returns current border settings used for images and text boxes in the document. 
 
Returns current image settings for the document. 
 
Returns current page settings for the document. 
 
Returns current border settings for pages in the document. 
 
Returns pen used to stroke page elements on the document. 
 
Returns current engine settings. 
 
Returns current table settings. 
 
Returns current text formatting settings for text rendered on the document. 
 
Sets specified color for the background of the document. 
 
Sets specified position for the background image of the document. 
 
Sets specified image for the background of the document. 
 
Sets specified brush for text rendering operations on the document. 
 
Sets specified font for text elements in the document. 
 
Sets specified document information properties for the document. 
 
Sets specified text string as the description of the document. 
 
Sets specified extension for the document. 
 
Sets specified file name for the document. 
 
Sets specified default font for the document. 
 
Sets specified border for images and text boxes in the document. 
 
Sets specified image settings for the document. 
 
Sets specified page settings for the document. 
 
Sets specified border settings for pages in the document. 
 
Sets specified pen for stroking page elements in the document. 
 
Sets specified settings for the engine. 
 
Sets specified table settings for the document. 
 
Sets specified text formatting for the document.