
######################
A3DPDFTableRowDescData
######################

.. c:struct:: A3DPDFTableRowDescData

   Structure to define a table row.
   
   
      23.0
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DPDFTableRowDescData.m_iNumberOfCells`
   * :c:member:`~A3DPDFTableRowDescData.m_ppCells`
   * :c:member:`~A3DPDFTableRowDescData.m_pStyle`
   
   



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

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


.. c:member:: A3DUns32 A3DPDFTableRowDescData.m_iNumberOfCells

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUns32`
      
      Number of cells in the row.
      
      This is the size of the array :c:member:`m_ppCells <A3DPDFTableRowDescData.m_ppCells>`\ .
      



.. c:member:: A3DPDFTableCellDesc** A3DPDFTableRowDescData.m_ppCells

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DPDFTableCellDesc`\ \*\*
      
      Array of cells.
      
      Equivalent to
      
      in html.
      



.. c:member:: A3DPDFTableStyleData* A3DPDFTableRowDescData.m_pStyle

      .. rst-class:: sig-pretty-signature
      
         | :c:struct:`~A3DPDFTableStyleData`\ \*
      
      Style defined at the row level.
      




