|
LibreOffice Module oox (master) 1
|
#include <datatablemodel.hxx>
Public Member Functions | |
| DataTableModel () | |
| text formatting. More... | |
Public Attributes | |
| bool | mbShowHBorder: 1 |
| bool | mbShowVBorder: 1 |
| Show Horizontal Border. More... | |
| bool | mbShowOutline: 1 |
| Show Vertical Border. More... | |
| bool | mbShowKeys: 1 |
| Show outline. More... | |
| ModelRef< Shape > | mxShapeProp |
| ModelRef< TextBody > | mxTextProp |
| frame formatting. More... | |
Definition at line 24 of file datatablemodel.hxx.
|
inline |
text formatting.
Definition at line 34 of file datatablemodel.hxx.
| bool oox::drawingml::chart::DataTableModel::mbShowHBorder |
Definition at line 26 of file datatablemodel.hxx.
Referenced by oox::drawingml::chart::DataTableConverter::convertFromModel(), and oox::drawingml::chart::DataTableContext::onCreateContext().
| bool oox::drawingml::chart::DataTableModel::mbShowKeys |
Show outline.
Definition at line 29 of file datatablemodel.hxx.
Referenced by oox::drawingml::chart::DataTableConverter::convertFromModel(), and oox::drawingml::chart::DataTableContext::onCreateContext().
| bool oox::drawingml::chart::DataTableModel::mbShowOutline |
Show Vertical Border.
Definition at line 28 of file datatablemodel.hxx.
Referenced by oox::drawingml::chart::DataTableConverter::convertFromModel(), and oox::drawingml::chart::DataTableContext::onCreateContext().
| bool oox::drawingml::chart::DataTableModel::mbShowVBorder |
Show Horizontal Border.
Definition at line 27 of file datatablemodel.hxx.
Referenced by oox::drawingml::chart::DataTableConverter::convertFromModel(), and oox::drawingml::chart::DataTableContext::onCreateContext().
Definition at line 31 of file datatablemodel.hxx.
Referenced by oox::drawingml::chart::DataTableConverter::convertFromModel(), and oox::drawingml::chart::DataTableContext::onCreateContext().
frame formatting.
Definition at line 32 of file datatablemodel.hxx.
Referenced by oox::drawingml::chart::DataTableConverter::convertFromModel(), and oox::drawingml::chart::DataTableContext::onCreateContext().