Structure to define a table. More...
Data Fields | |
A3DUns16 | m_usStructSize |
A3DUTF8Char * | m_pcHtmlTable |
A3DUTF8Char * | m_pcHtmlStyle |
Structure to define a table.
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.