A3DPDFTableRowDescData

Fields

A3DUns32

m_iNumberOfCells

A3DPDFTableCellDesc **

m_ppCells

A3DPDFTableStyleData *

m_pStyle

Detailed Description

struct A3DPDFTableRowDescData

Structure to define a table row.

Version

23.0

Public Members

A3DUns32 m_iNumberOfCells

Number of cells in the row. This is the size of the array m_ppCells.

A3DPDFTableCellDesc **m_ppCells

Array of cells. Equivalent to

in html.

A3DPDFTableStyleData *m_pStyle

Style defined at the row level.