Table Module

Functions

A3DStatus

A3DPDFPageInsertTable

Detailed Description

group a3d_pdf_table_module

Module to create tables on a PDF page.

Function Documentation

A3DStatus A3DPDFPageInsertTable(A3DPDFPage *pPage, A3DPDFTable *pTable, const A3DInt32 iPosLeft, const A3DInt32 iPosTop)

Function to insert a table in a page.

Version

5.1

Warning

The positioning is not defined as in the other insertion functions (for texts or images). Here, the position is specified from the top of the page.

Parameters
  • pPage[inout] The Page object to work with.

  • pTable[in] The Table object to insert on the page.

  • iPosLeft[in] The x coordinate of the insertion point of the table. The insertion point is the top left corner of the table. The coordinate origin (0, 0) is the bottom left of the page. The unit is point.

  • iPosTop[in] The y coordinate of the insertion point of the table. The insertion point is the top left corner of the table. The coordinate origin (0, 0) is the bottom left of the page. The unit is point.

Return values

A3D_SUCCESS

Returns

A3D_SUCCESS in case of success or an error code