CFx SDK Documentation
2020SP3
|
Go to the documentation of this file.
31 #ifndef _PDF_PUBLISH_TABLE_CREATOR_INCLUDED_
32 #define _PDF_PUBLISH_TABLE_CREATOR_INCLUDED_
47 class OdTableCreatorImpl;
52 friend class OdTableCreatorImpl;
53 OdTableCreatorImpl* m_pImpl;
93 #endif // _PDF_PUBLISH_TABLE_CREATOR_INCLUDED_
OdTablePtr createTable() const
void setCellFillColor(const OdUInt32 row, const OdUInt32 column, const ODCOLORREF fill_color)
ODRX_DECLARE_MEMBERS(OdTableCreator)
bool getParticularRowHeight(const OdUInt32 row, OdUInt32 &row_height) const
void setParticularColumnWidth(const OdUInt32 col, const OdUInt32 column_width)
void setColumnCount(const OdUInt32 column_count)
void getCellBorderThickness(const OdUInt32 row, const OdUInt32 column, Border::Thickness &border_thickness) const
void getCellBorderColor(const OdUInt32 row, const OdUInt32 column, ODCOLORREF &border_color) const
#define PDFPUBLISH_TOOLKIT
void getRowCount(OdUInt32 &row_count) const
void getColumnCount(OdUInt32 &column_count) const
void setCellBorderColor(const OdUInt32 row, const OdUInt32 column, const ODCOLORREF border_color)
void setCellBorderThickness(const OdUInt32 row, const OdUInt32 column, const Border::Thickness border_thickness)
virtual ~OdTableCreator()
void setRowCount(const OdUInt32 row_count)
void getCellFillColor(const OdUInt32 row, const OdUInt32 column, ODCOLORREF &fill_color) const
bool getParticularColumnWidth(const OdUInt32 col, OdUInt32 &column_width) const
void setParticularRowHeight(const OdUInt32 row, const OdUInt32 row_height)