Aspose::Pdf::Row class

Row class

Represents a row of the table.

class Row : public System::ICloneable

Methods

MethodDescription
Clone() overrideClone the row.
get_BackgroundColor() constGets the background color.
get_Border() constGets the border.
get_Cells() constGets the cells of the row.
get_DefaultCellBorder() constGets default cell border;.
get_DefaultCellPadding() constGets default margin for row cells.
get_DefaultCellTextState()Gets default text state for row cells.
get_FixedRowHeight() constGets fixed row height - row may have fixed height;.
get_IsInNewPage() constGets fixed row is in new page - page with this property should be printed to next page Default false;.
get_IsRowBroken() constGets is row can be broken between two pages.
get_MinRowHeight() constGets height for row;.
get_VerticalAlignment() constGets the vertical alignment.
Row()Initializes a new instance of the Row class.
set_BackgroundColor(System::SharedPtr<Color>)Sets the background color.
set_Border(System::SharedPtr<BorderInfo>)Sets the border.
set_Cells(System::SharedPtr<Aspose::Pdf::Cells>)Gets the cells of the row.
set_DefaultCellBorder(System::SharedPtr<BorderInfo>)Gets default cell border;.
set_DefaultCellPadding(System::SharedPtr<MarginInfo>)Sets default margin for row cells.
set_DefaultCellTextState(System::SharedPtr<Text::TextState>)Sets default text state for row cells.
set_FixedRowHeight(double)Gets fixed row height - row may have fixed height;.
set_IsInNewPage(bool)Gets fixed row is in new page - page with this property should be printed to next page Default false;.
set_IsRowBroken(bool)Gets is row can be broken between two pages.
set_MinRowHeight(double)Gets height for row;.
set_VerticalAlignment(Aspose::Pdf::VerticalAlignment)Sets the vertical alignment.

See Also