A3DPDFTableCellDescData

struct A3DPDFTableCellDescData

Structure to define a table cell.

23.0

Variables

A3DUns8 A3DPDFTableCellDescData.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 A3DPDFTableCellDescData.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 *A3DPDFTableCellDescData.m_pcCellString

Cell text content.

‘n’ are treated as carriage return to define different lines in the string.

A3DPDFTableStyleData *A3DPDFTableCellDescData.m_pStyle

Style defined at the cell level.