Aspose::Pdf::Table class

Table class

Represents a table that can be added to the page.

class Table : public Aspose::Pdf::BaseParagraph

Methods

MethodDescription
BaseParagraph()
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;.
virtual get_HorizontalAlignment()Gets a horizontal alignment of paragraph.
virtual get_Hyperlink()Gets the fragment hyperlink(for pdf generator).
get_IsBordersIncluded() constGets border included in column widhts.
get_IsBroken() constGets the table is broken - will be truncated for next page.
get_IsFirstParagraphInColumn() constGets a bool value that indicates whether this paragraph will be at next column. Default is false.(for pdf generation)
get_IsInLineParagraph() constGets a paragraph is inline. Default is false.(for pdf generation)
get_IsInNewPage() constGets a bool value that force this paragraph generates at new page. Default is false.(for pdf generation)
get_IsKeptWithNext() constGets a bool value that indicates whether current paragraph remains in the same page along with next paragraph. Default is false.(for pdf generation)
get_Left() constGets the table left coordinate.
get_Margin()Gets a outer margin for paragraph (for pdf generation)
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.
virtual get_VerticalAlignment()Gets a vertical alignment of paragraph.
get_ZIndex() constGets a int value that indicates the Z-order of the graph. A graph with larger ZIndex will be placed over the graph with smaller ZIndex. ZIndex can be negative. Graph with negative ZIndex will be placed behind the text in the page.
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;.
virtual set_HorizontalAlignment(Aspose::Pdf::HorizontalAlignment)Sets a horizontal alignment of paragraph.
virtual set_Hyperlink(System::SharedPtr<Aspose::Pdf::Hyperlink>)Sets the fragment hyperlink(for pdf generator).
set_IsBordersIncluded(bool)Sets border included in column widhts.
set_IsBroken(bool)Sets the table is broken - will be truncated for next page.
set_IsFirstParagraphInColumn(bool)Sets a bool value that indicates whether this paragraph will be at next column. Default is false.(for pdf generation)
set_IsInLineParagraph(bool)Sets a paragraph is inline. Default is false.(for pdf generation)
set_IsInNewPage(bool)Sets a bool value that force this paragraph generates at new page. Default is false.(for pdf generation)
set_IsKeptWithNext(bool)Sets a bool value that indicates whether current paragraph remains in the same page along with next paragraph. Default is false.(for pdf generation)
set_Left(float)Sets the table left coordinate.
set_Margin(System::SharedPtr<MarginInfo>)Sets a outer margin for paragraph (for pdf generation)
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.
virtual set_VerticalAlignment(Aspose::Pdf::VerticalAlignment)Sets a vertical alignment of paragraph.
set_ZIndex(int32_t)Sets a int value that indicates the Z-order of the graph. A graph with larger ZIndex will be placed over the graph with smaller ZIndex. ZIndex can be negative. Graph with negative ZIndex will be placed behind the text in the page.
SetColumnTextState(int32_t, System::SharedPtr<Text::TextState>)Set height.
Table()Default ctor.

See Also