A3DPDFTableData Struct Reference
Structure to define a table. More...
Data Fields | |
| A3DUTF8Char * | m_pcHtmlStyle |
| A3DUTF8Char * | m_pcHtmlTable |
| A3DUns16 | m_usStructSize |
Detailed Description
Structure to define a table.
- Version
- 5.1
Field Documentation
| A3DUTF8Char* A3DPDFTableData::m_pcHtmlStyle |
String for definition of the table style in a CSS format. See example in Table Module.
| A3DUTF8Char* A3DPDFTableData::m_pcHtmlTable |
String for definition of the table in a HTML format. See example in Table Module.
| A3DUns16 A3DPDFTableData::m_usStructSize |
Reserved; must be initialized with A3D_INITIALIZE_DATA.
