
#######################
A3DPDFTableCellDescData
#######################

.. c:struct:: A3DPDFTableCellDescData

   Structure to define a table cell. 
   
   
      23.0 
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DPDFTableCellDescData.m_iRowSpan`
   * :c:member:`~A3DPDFTableCellDescData.m_iColSpan`
   * :c:member:`~A3DPDFTableCellDescData.m_pcCellString`
   * :c:member:`~A3DPDFTableCellDescData.m_pStyle`
   
   



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

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


.. c:member:: A3DUns8 A3DPDFTableCellDescData.m_iRowSpan

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUns8`
      
      Row span to merge :c:member:`m_iRowSpan <A3DPDFTableCellDescData.m_iRowSpan>` cells vertically. 
      
      Default value is 1. If the value is not 1, the width of the corresponding cells must be specified accordingly: m_iRowSpan \* style.m_iRowHeight must be equal to the total height of the merged cells. 
      



.. c:member:: A3DUns8 A3DPDFTableCellDescData.m_iColSpan

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUns8`
      
      Col span to merge :c:member:`m_iColSpan <A3DPDFTableCellDescData.m_iColSpan>` cells horizontally. 
      
      Default value is 1. If the value is not 1, the width of the corresponding cells must be specified accordingly: m_iColSpan \* style.m_iColumnWidth must be equal to the total width of the merged cells. 
      



.. c:member:: A3DUTF8Char* A3DPDFTableCellDescData.m_pcCellString

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUTF8Char`\ *
      
      Cell text content. 
      
      '\n' are processed as carriage return to define different lines in the string. 
      



.. c:member:: A3DPDFTableStyleData* A3DPDFTableCellDescData.m_pStyle

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




