#include <PdfTable.h>
Inheritance diagram for PoDoFo::PdfTableModel:
Public Member Functions | |
virtual PdfString | GetText (int col, int row) const =0 |
virtual EPdfAlignment | GetAlignment (int col, int row) const =0 |
virtual EPdfVerticalAlignment | GetVerticalAlignment (int col, int row) const =0 |
virtual PdfFont * | GetFont (int col, int row) const =0 |
virtual bool | HasBackgroundColor (int col, int row) const =0 |
virtual PdfColor | GetBackgroundColor (int col, int row) const =0 |
virtual PdfColor | GetForegroundColor (int col, int row) const =0 |
virtual bool | HasWordWrap (int col, int row) const =0 |
virtual bool | HasBorders () const =0 |
virtual double | GetBorderWidth () const =0 |
virtual PdfColor | GetBorderColor (int col, int row) const =0 |
virtual bool | HasImage (int col, int row) const =0 |
virtual PdfImage * | GetImage (int col, int row) const =0 |
You can implement your own PdfTableModel to supply data to a PdfTable. PdfSimpleTableModel is an example of a simple model.
|
Implemented in PoDoFo::PdfSimpleTableModel. |
|
Implemented in PoDoFo::PdfSimpleTableModel. |
|
Implemented in PoDoFo::PdfSimpleTableModel. |
|
Implemented in PoDoFo::PdfSimpleTableModel. |
|
Implemented in PoDoFo::PdfSimpleTableModel. |
|
Implemented in PoDoFo::PdfSimpleTableModel. |
|
Implemented in PoDoFo::PdfSimpleTableModel. |
|
Implemented in PoDoFo::PdfSimpleTableModel. |
|
Implemented in PoDoFo::PdfSimpleTableModel. |
|
Implemented in PoDoFo::PdfSimpleTableModel. |
|
Implemented in PoDoFo::PdfSimpleTableModel. |
|
Implemented in PoDoFo::PdfSimpleTableModel. |
|
Implemented in PoDoFo::PdfSimpleTableModel. |