Aspose::Pdf::Table class
Contents
[
Hide
]Table class
Represents a table that can be added to the page.
class Table : public Aspose::Pdf::BaseParagraph
Methods
Method | Description |
---|---|
Clone() override | Clone the table. |
get_Alignment() const | Gets the table alignment. |
get_BackgroundColor() const | Gets table background color. |
get_Border() const | Gets the border. |
get_BreakText() const | Gets break text for table. |
get_Broken() const | Gets table vertial broken;. |
get_ColumnAdjustment() const | Gets the table column adjustment. |
get_ColumnWidths() const | Gets the column widths of the table. |
get_CornerStyle() const | Gets the styles of the border corners. |
get_DefaultCellBorder() const | Gets default cell border;. |
get_DefaultCellPadding() const | Gets the default cell padding. |
get_DefaultCellTextState() | Gets the default cell text state. |
get_DefaultColumnWidth() const | Gets default cell border;. |
get_IsBordersIncluded() const | Gets border included in column widhts. |
get_IsBroken() const | Gets the table is broken - will be truncated for next page. |
get_Left() const | Gets the table left coordinate. |
get_RepeatingColumnsCount() const | Gets the maximum columns count for table. |
get_RepeatingRowsCount() const | Gets the first rows count repeated for several pages. |
get_RepeatingRowsStyle() const | Gets the style for repeating rows. |
get_Rows() const | Gets the rows of the table. |
get_Top() const | Gets the table top coordinate. |
GetHeight(System::SharedPtr<Page>) | Get height. |
GetWidth() | Get width. |
set_Alignment(Aspose::Pdf::HorizontalAlignment) | Sets the table alignment. |
set_BackgroundColor(System::SharedPtr<Color>) | Sets table background color. |
set_Border(System::SharedPtr<BorderInfo>) | Sets the border. |
set_BreakText(System::SharedPtr<Text::TextFragment>) | Sets break text for table. |
set_Broken(TableBroken) | Sets table vertial broken;. |
set_ColumnAdjustment(Aspose::Pdf::ColumnAdjustment) | Sets the table column adjustment. |
set_ColumnWidths(System::String) | Gets the column widths of the table. |
set_CornerStyle(BorderCornerStyle) | Sets the styles of the border corners. |
set_DefaultCellBorder(System::SharedPtr<BorderInfo>) | Gets default cell border;. |
set_DefaultCellPadding(System::SharedPtr<MarginInfo>) | Sets the default cell padding. |
set_DefaultCellTextState(System::SharedPtr<Text::TextState>) | Sets the default cell text state. |
set_DefaultColumnWidth(System::String) | Gets default cell border;. |
set_IsBordersIncluded(bool) | Sets border included in column widhts. |
set_IsBroken(bool) | Sets the table is broken - will be truncated for next page. |
set_Left(float) | Sets the table left coordinate. |
set_RepeatingColumnsCount(int32_t) | Sets the maximum columns count for table. |
set_RepeatingRowsCount(int32_t) | Gets the first rows count repeated for several pages. |
set_RepeatingRowsStyle(System::SharedPtr<Text::TextState>) | Gets the style for repeating rows. |
set_Top(float) | Sets the table top coordinate. |
SetColumnTextState(int32_t, System::SharedPtr<Text::TextState>) | Set height. |
Table() | Default ctor. |
See Also
- Class BaseParagraph
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++