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. Default value is 1.

A3DUns8 m_iColSpan

Col span. Default value is 1.

A3DUTF8Char *m_pcCellString

Cell text content. ‘

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

A3DPDFTableStyleData *m_pStyle

Style defined at the cell level.