Online Documentation for Advanced PDF Generator for RAD Studio

TRenderCell.AddText


procedure AddText(_Text: WideString; _Font: TFont; _Align: TRenderTextAlign = rtaLeft; _Link: String = '');

 

Description

Use this method to add a text to the last paragraph of the cell. The _Font parameter defines a text font, the _Align parameter defines a text alignment. The _Link parameter defines a target link for the added text. For more information about linking see the TRenderAtom.LinkName and the TRenderAtom.LinkTarget topics.

 


See also:

AddItem

AddParagraph

AddTextItem

TRenderAtom Class

TRenderAtom.LinkName

TRenderAtom.LinkTarget

TRenderTextAlign Type