31#ifndef _PDF_PUBLISH_TABLE_INCLUDED_
32#define _PDF_PUBLISH_TABLE_INCLUDED_
#define SMARTPTR(classname)
#define PDFPUBLISH_TOOLKIT
void getButton(const OdUInt32 row, const OdUInt32 column, OdButtonPtr &button) const
void setTextMargins(const OdUInt32 left, const OdUInt32 right, const OdUInt32 bottom, const OdUInt32 top)
void getTextMargins(OdUInt32 &left, OdUInt32 &right, OdUInt32 &bottom, OdUInt32 &top) const
void setText(const OdUInt32 row, const OdUInt32 column, const OdTextPtr &text, const double rotation=0., const Table::TextAlignment alignment=Table::kCenter)
void getTextField(const OdUInt32 row, const OdUInt32 column, OdTextFieldPtr &text_field) const
void setLink(const OdUInt32 row, const OdUInt32 column, const OdLinkPtr &link)
void getLink(const OdUInt32 row, const OdUInt32 column, OdLinkPtr &link) const
ODRX_DECLARE_MEMBERS(OdTable)
void setButton(const OdUInt32 row, const OdUInt32 column, const OdButtonPtr &button)
void setTextField(const OdUInt32 row, const OdUInt32 column, const OdTextFieldPtr &text_field)
void getText(const OdUInt32 row, const OdUInt32 column, OdTextPtr &text, double &rotation, Table::TextAlignment &alignment) const