
###########################
A3DPDFPageInsertTextInTable
###########################

.. c:function:: A3DStatus A3DPDFPageInsertTextInTable(A3DPDFPage *pPage, A3DPDFTable *pTable, A3DPDFText *pText, A3DInt32 iRowIndex, A3DInt32 iColumnIndex)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDFPageInsertTextInTable(:c:type:`~A3DPDFPage`\ \* **pPage**\ , :c:type:`~A3DPDFTable`\ \* **pTable**\ , :c:type:`~A3DPDFText`\ \* **pText**\ , :c:type:`~A3DInt32` **iRowIndex**\ , :c:type:`~A3DInt32` **iColumnIndex**\ )
   
   Function to insert a text in a table.
   
   **Parameters**
   
   
      **pPage**\ : The Page object to work with.
   
      **pTable**\ : The Table object to insert in the table.
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




