< Home

< Programming Guide

< Supported File Formats

REFERENCE MANUAL

Data Fields
A3DPDFTableData Struct Reference

Structure to define a table. More...

Data Fields

A3DUns16 m_usStructSize
 
A3DUTF8Charm_pcHtmlTable
 
A3DUTF8Charm_pcHtmlStyle
 

Detailed Description

Structure to define a table.

Version
5.1

Field Documentation

A3DUns16 A3DPDFTableData::m_usStructSize

Reserved; must be initialized with A3D_INITIALIZE_DATA.

A3DUTF8Char* A3DPDFTableData::m_pcHtmlTable

String for definition of the table in a HTML format. See example in Table Module.

A3DUTF8Char* A3DPDFTableData::m_pcHtmlStyle

String for definition of the table style in a CSS format. See example in Table Module.