#include <ContentTree.h>
Friends | |
class | FlowDocument |
class | ElementRef< Table > |
class | TableCell |
Additional Inherited Members | |
Public Attributes inherited from pdftron::Layout::ContentElement | |
TRN_ContentElement | m_impl |
Protected Member Functions inherited from pdftron::Layout::ContentNode | |
ContentNode (TRN_ContentNode impl) | |
Protected Member Functions inherited from pdftron::Layout::ContentElement | |
ContentElement (TRN_ContentElement impl) | |
A Table is a content node that contains a grid of cells.
Definition at line 785 of file ContentTree.h.
pdftron::Layout::Table::~Table | ( | ) |
TableRow pdftron::Layout::Table::AddTableRow | ( | ) |
Add a new row to the table
void pdftron::Layout::Table::Destroy | ( | ) |
double pdftron::Layout::Table::GetBorderThickness | ( | ) |
Get the border thickness of the table
double pdftron::Layout::Table::GetDefaultRowHeight | ( | ) |
Get default row height of the table
UInt32 pdftron::Layout::Table::GetNumColumns | ( | ) |
Get the number of rows in the table
UInt32 pdftron::Layout::Table::GetNumRows | ( | ) |
Get the number of rows in the table
Get a cell from the table
column | The column index of the cell to retrieve |
row | The row index of the cell to retrieve |
Set the cell's border thickness and color
thickness | The thickness of the border in points |
red | The red component of the border color |
green | The green component of the border color |
blue | The blue component of the border color |
void pdftron::Layout::Table::SetDefaultColumnWidth | ( | double | val | ) |
Set default column weight of the table
val | The default column weight |
void pdftron::Layout::Table::SetDefaultRowHeight | ( | double | val | ) |
Set default row height of the table
val | The default row height |
|
friend |
Definition at line 788 of file ContentTree.h.
|
friend |
Definition at line 787 of file ContentTree.h.
|
friend |
Definition at line 789 of file ContentTree.h.