Aspose::Pdf::Row class
Contents
[
Hide
]Row class
Represents a row of the table.
class Row : public System::ICloneable
Methods
Method | Description |
---|---|
Clone() override | Clone the row. |
get_BackgroundColor() const | Gets the background color. |
get_Border() const | Gets the border. |
get_Cells() const | Gets the cells of the row. |
get_DefaultCellBorder() const | Gets default cell border;. |
get_DefaultCellPadding() const | Gets default margin for row cells. |
get_DefaultCellTextState() | Gets default text state for row cells. |
get_FixedRowHeight() const | Gets fixed row height - row may have fixed height;. |
get_IsInNewPage() const | Gets fixed row is in new page - page with this property should be printed to next page Default false;. |
get_IsRowBroken() const | Gets is row can be broken between two pages. |
get_MinRowHeight() const | Gets height for row;. |
get_VerticalAlignment() const | Gets 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
- Class ICloneable
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++