A3DPDFTableDescData

struct A3DPDFTableDescData

Structure to define a table from API.

23.0

Variables

A3DUns32 A3DPDFTableDescData.m_iNumberOfRows

Number of rows in the table.

This is the size of the array m_ppRows.

A3DPDFTableRowDesc **A3DPDFTableDescData.m_ppRows

Array of rows.

Equivalent to

in html.

A3DPDFTableStyleData *A3DPDFTableDescData.m_pStyle

Style defined at the table level.