Online Documentation for Advanced PDF Generator for RAD Studio

TRenderCell.AddItem


procedure AddItem(X, Y: Integer; Item: TRenderAtom);

 

Description

The AddItem method places the Item object to the current cell by specified coordinates. Use this method to place objects (tables, images, words, etc.) to a definite place in the cell.

 

Note: The cell becomes solid if any coordinate differs from 0. A solid cell cannot be split into pages, and no word wrapping is available.

 

 


See also:

AddParagraph

AddText

AddTextItem

TRenderAtom Class