Row
Overview
Row is a class in Aspose.PDF FOSS for C++.
This class provides 23 methods for working with Row objects in C++ programs.
Available methods include: BackgroundColor, Border, Cells, DefaultCellBorder, DefaultCellPadding, DefaultCellTextState, FixedRowHeight, IsInNewPage, IsRowBroken, MinRowHeight, Row, VerticalAlignment.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
Row() | Calls Row on this Row instance. |
Cells() → Aspose::Pdf::Cells | Calls Cells on this Row instance. |
Cells() → Aspose::Pdf::Cells | |
BackgroundColor() → Aspose::Pdf::Color | Calls BackgroundColor on this Row instance. |
BackgroundColor(value: Aspose::Pdf::Color) | Calls BackgroundColor(value) on this Row instance. |
Border() → BorderInfo | Calls Border on this Row instance. |
Border(value: BorderInfo) | Calls Border(value) on this Row instance. |
DefaultCellBorder() → BorderInfo | Calls DefaultCellBorder on this Row instance. |
DefaultCellBorder(value: BorderInfo) | Calls DefaultCellBorder(value) on this Row instance. |
MinRowHeight() → double | Calls MinRowHeight on this Row instance. |
MinRowHeight(value: double) | Calls MinRowHeight(value) on this Row instance. |
FixedRowHeight() → double | Calls FixedRowHeight on this Row instance. |
FixedRowHeight(value: double) | Calls FixedRowHeight(value) on this Row instance. |
IsInNewPage() → bool | Returns true if in new page is set. |
IsInNewPage(value: bool) | Calls IsInNewPage(value) on this Row instance. |
IsRowBroken() → bool | Returns true if row broken is set. |
IsRowBroken(value: bool) | Calls IsRowBroken(value) on this Row instance. |
DefaultCellTextState() → Aspose::Pdf::Text::TextState | Calls DefaultCellTextState on this Row instance. |
DefaultCellTextState(value: Aspose::Pdf::Text::TextState) | Calls DefaultCellTextState(value) on this Row instance. |
DefaultCellPadding() → MarginInfo | Calls DefaultCellPadding on this Row instance. |
DefaultCellPadding(value: MarginInfo) | Calls DefaultCellPadding(value) on this Row instance. |
VerticalAlignment() → Aspose::Pdf::VerticalAlignment | Calls VerticalAlignment on this Row instance. |
VerticalAlignment(value: Aspose::Pdf::VerticalAlignment) | Calls VerticalAlignment(value) on this Row instance. |