A3DPDFTableCellDescData
Fields
A3DUns8 |
m_iRowSpan |
A3DUns8 |
m_iColSpan |
A3DUTF8Char * |
m_pcCellString |
A3DPDFTableStyleData * | m_pStyle |
Detailed Description
-
struct
A3DPDFTableCellDescData
Structure to define a table cell.
- Version
- 23.0
Public Members
-
A3DUns8
m_iRowSpan
Row span to merge 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.
-
A3DUns8
m_iColSpan
Col span to merge 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.
-
A3DUTF8Char *
m_pcCellString
Cell text content. ‘\n’ are treated as carriage return to define different lines in the string.
-
A3DPDFTableStyleData *
m_pStyle
Style defined at the cell level.