.. _group__a3d__pdf__table__module:

############
Table Module
############

Module to create tables on a PDF page. 

**Parameters**


   **pPage**\ : The Page object to work with. 

   **pTable**\ : The Table object to insert on the page. 

   **iPosLeft**\ : 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**\ : 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.


**Returns**


   A3D_SUCCESS in case of success or an error code


.. rst-class:: kind-group kind-topic

.. rubric:: Topics
   :class: kind-group-title


.. rst-class:: api-xref-list


* :ref:`Table From API Module <group__a3d__pdf__tablefromapi__module>`

.. rst-class:: kind-group kind-function

.. rubric:: Functions
   :class: kind-group-title


.. rst-class:: api-xref-list


* :c:func:`~A3DPDFPageInsertTable`

.. toctree::
   :maxdepth: 1
   :hidden:

   a3d_pdf_tablefromapi_module
   ../functions/A3DPDFPageInsertTable


