www.gnostice.com 

TextFormatting

Top  Previous  Next

This property contains the settings like Alignment, Linespacing etc that can be used while rendering paragraphs into the document.

 

 

 

 

Syntax

 

 

[VC++]

CgtTextFormattingX GetTextFormatting();

 

[C#]

public abstract new eDocEngineX.gtTextFormattingX TextFormatting [  get]

 

[VB]

Property TextFormatting As gtTextFormattingX

 

 

 

Remarks

 

 

 

The TextFormatting property specifies various settings for the paragraphs that are rendered in the document. You can specify the text alignment, line spacing, indents, etc using this property.

 

 

 

 

Requirements

 

 

Header: gttextformattingx.h

 

 

 

 

Example Code

 

 

For an example code, see Formatting.

 

 

 

 

See Also

 

 

gtTextFormattingX