
###################
A3DPDFDataTableData
###################

.. c:struct:: A3DPDFDataTableData

   Structure to define a DataTable. 
   
   
      10.0 
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DPDFDataTableData.m_iNbRows`
   * :c:member:`~A3DPDFDataTableData.m_iNbCols`
   * :c:member:`~A3DPDFDataTableData.m_ppcTexts`
   
   



.. rst-class:: kind-group kind-variable

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


.. c:member:: A3DUns32 A3DPDFDataTableData.m_iNbRows

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUns32`
      
      Number of rows in the table. 
      



.. c:member:: A3DUns32 A3DPDFDataTableData.m_iNbCols

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUns32`
      
      Number of columns in the table. 
      



.. c:member:: A3DUTF8Char** A3DPDFDataTableData.m_ppcTexts

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUTF8Char`\ **
      
      Array of texts, ordered first by row : [row0col0, row0col1, row0col2, row1col0, row1col1, row1col2, ...] Table cells types can be text or image. 
      
      The widget bound to the table must support the good type. The cells of type image must contain the icon id of the image. Icon images must be previously created and stored in the document with :c:func:`~A3DPDFDocumentAddImageAsIcon2`\ , which returns the icon id. 
      




