Aspose::Pdf::Table class

Table class

Represents a table that can be added to the page.

class Table : public Aspose::Pdf::BaseParagraph

Methods

MethodDescription
Clone() overrideClone the table.
get_Alignment() constGets the table alignment.
get_BackgroundColor() constGets table background color.
get_Border() constGets the border.
get_BreakText() constGets break text for table.
get_Broken() constGets table vertial broken;.
get_ColumnAdjustment() constGets the table column adjustment.
get_ColumnWidths() constGets the column widths of the table.
get_CornerStyle() constGets the styles of the border corners.
get_DefaultCellBorder() constGets default cell border;.
get_DefaultCellPadding() constGets the default cell padding.
get_DefaultCellTextState()Gets the default cell text state.
get_DefaultColumnWidth() constGets default cell border;.
get_IsBordersIncluded() constGets border included in column widhts.
get_IsBroken() constGets the table is broken - will be truncated for next page.
get_Left() constGets the table left coordinate.
get_RepeatingColumnsCount() constGets the maximum columns count for table.
get_RepeatingRowsCount() constGets the first rows count repeated for several pages.
get_RepeatingRowsStyle() constGets the style for repeating rows.
get_Rows() constGets the rows of the table.
get_Top() constGets 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