A3DPDFTableRowDescData

struct A3DPDFTableRowDescData

Structure to define a table row.

23.0

Variables

A3DUns32 A3DPDFTableRowDescData.m_iNumberOfCells

Number of cells in the row.

This is the size of the array m_ppCells.

A3DPDFTableCellDesc **A3DPDFTableRowDescData.m_ppCells

Array of cells.

Equivalent to

in html.

A3DPDFTableStyleData *A3DPDFTableRowDescData.m_pStyle

Style defined at the row level.