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

SignatureDescription
Row()Calls Row on this Row instance.
Cells()Aspose::Pdf::CellsCalls Cells on this Row instance.
Cells()Aspose::Pdf::Cells
BackgroundColor()Aspose::Pdf::ColorCalls BackgroundColor on this Row instance.
BackgroundColor(value: Aspose::Pdf::Color)Calls BackgroundColor(value) on this Row instance.
Border()BorderInfoCalls Border on this Row instance.
Border(value: BorderInfo)Calls Border(value) on this Row instance.
DefaultCellBorder()BorderInfoCalls DefaultCellBorder on this Row instance.
DefaultCellBorder(value: BorderInfo)Calls DefaultCellBorder(value) on this Row instance.
MinRowHeight()doubleCalls MinRowHeight on this Row instance.
MinRowHeight(value: double)Calls MinRowHeight(value) on this Row instance.
FixedRowHeight()doubleCalls FixedRowHeight on this Row instance.
FixedRowHeight(value: double)Calls FixedRowHeight(value) on this Row instance.
IsInNewPage()boolReturns true if in new page is set.
IsInNewPage(value: bool)Calls IsInNewPage(value) on this Row instance.
IsRowBroken()boolReturns true if row broken is set.
IsRowBroken(value: bool)Calls IsRowBroken(value) on this Row instance.
DefaultCellTextState()Aspose::Pdf::Text::TextStateCalls DefaultCellTextState on this Row instance.
DefaultCellTextState(value: Aspose::Pdf::Text::TextState)Calls DefaultCellTextState(value) on this Row instance.
DefaultCellPadding()MarginInfoCalls DefaultCellPadding on this Row instance.
DefaultCellPadding(value: MarginInfo)Calls DefaultCellPadding(value) on this Row instance.
VerticalAlignment()Aspose::Pdf::VerticalAlignmentCalls VerticalAlignment on this Row instance.
VerticalAlignment(value: Aspose::Pdf::VerticalAlignment)Calls VerticalAlignment(value) on this Row instance.

See Also