A3DPDFTableDescData

Fields

A3DUns32

m_iNumberOfRows

A3DPDFTableRowDesc **

m_ppRows

A3DPDFTableStyleData *

m_pStyle

Detailed Description

struct A3DPDFTableDescData

Structure to define a table from API.

Version

23.0

Public Members

A3DUns32 m_iNumberOfRows

Number of rows in the table. This is the size of the array m_ppRows.

A3DPDFTableRowDesc **m_ppRows

Array of rows. Equivalent to

in html.

A3DPDFTableStyleData *m_pStyle

Style defined at the table level.