
########################
A3DPDFTableRowDescCreate
########################

.. c:function:: A3DStatus A3DPDFTableRowDescCreate(const A3DPDFTableRowDescData *pRowDescData, A3DPDFTableRowDesc **ppRowDesc)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDFTableRowDescCreate(*const* :c:struct:`~A3DPDFTableRowDescData`\ * **pRowDescData**\ , :c:type:`~A3DPDFTableRowDesc`\ ** **ppRowDesc**\ )
   
   Function to create a row in a table on a PDF page, from an API definition. 
   
   **Parameters**
   
   
      **pDoc**\ : The Document object to work with. 
   
      **pRowDescData**\ : The row description. 
   
      **ppRowDesc**\ : The Table object created.
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




