|
LibreOffice Module hwpfilter (master) 1
|
#include <hbox.h>
Public Member Functions | |
| Table () | |
Public Attributes | |
| Columns | columns |
| Rows | rows |
| std::vector< std::unique_ptr< TCell > > | cells |
| TxtBox * | box |
| TxtBox* Table::box |
Definition at line 517 of file hbox.h.
Referenced by HwpReader::makeTableStyle().
| std::vector<std::unique_ptr<TCell> > Table::cells |
Definition at line 516 of file hbox.h.
Referenced by HwpReader::makeTable(), and HwpReader::makeTableStyle().
| Columns Table::columns |
Definition at line 514 of file hbox.h.
Referenced by HwpReader::makeTable(), and HwpReader::makeTableStyle().
| Rows Table::rows |
Definition at line 515 of file hbox.h.
Referenced by HwpReader::makeTableStyle().