Represents all formatting for a table row.
Shows how to build a table with custom borders.
Shows how to modify the format of rows and cells in a table.
Shows how to modify formatting of a table row.
#include <Aspose.Words.Cpp/Tables/RowFormat.h>
Public Member Functions | |
void | ClearFormatting () |
Resets to default row formatting. More... | |
bool | get_AllowBreakAcrossPages () |
True if the text in a table row is allowed to split across a page break. More... | |
SharedPtr< BorderCollection > | get_Borders () |
Gets the collection of default cell borders for the row. More... | |
bool | get_HeadingFormat () |
True if the row is repeated as a table heading on every page when the table spans more than one page. More... | |
double | get_Height () |
Gets or sets the height of the table row in points. More... | |
HeightRule | get_HeightRule () |
Gets or sets the rule for determining the height of the table row. More... | |
virtual const TypeInfo & | GetType () const override |
virtual bool | Is (const TypeInfo &target) const override |
void | set_AllowBreakAcrossPages (bool value) |
Setter for get_AllowBreakAcrossPages. More... | |
void | set_HeadingFormat (bool value) |
Setter for get_HeadingFormat. More... | |
void | set_Height (double value) |
Setter for get_Height. More... | |
void | set_HeightRule (HeightRule value) |
Setter for get_HeightRule. More... | |
Static Public Member Functions | |
static const TypeInfo & | Type () |
void Aspose::Words::Tables::RowFormat::ClearFormatting | ( | ) |
Resets to default row formatting.
Shows how to build a table with custom borders.
bool Aspose::Words::Tables::RowFormat::get_AllowBreakAcrossPages | ( | ) |
True if the text in a table row is allowed to split across a page break.
Shows how to disable rows breaking across pages for every row in a table.
System::SharedPtr<Aspose::Words::BorderCollection> Aspose::Words::Tables::RowFormat::get_Borders | ( | ) |
Gets the collection of default cell borders for the row.
Shows how to build a table with custom borders.
bool Aspose::Words::Tables::RowFormat::get_HeadingFormat | ( | ) |
True if the row is repeated as a table heading on every page when the table spans more than one page.
Shows how to build a table with rows that repeat on every page.
double Aspose::Words::Tables::RowFormat::get_Height | ( | ) |
Gets or sets the height of the table row in points.
Shows how to create a formatted table using DocumentBuilder.
Shows how to format rows with a document builder.
Aspose::Words::HeightRule Aspose::Words::Tables::RowFormat::get_HeightRule | ( | ) |
Gets or sets the rule for determining the height of the table row.
Shows how to create a formatted table using DocumentBuilder.
Shows how to format rows with a document builder.
|
overridevirtual |
|
overridevirtual |
void Aspose::Words::Tables::RowFormat::set_AllowBreakAcrossPages | ( | bool | value | ) |
void Aspose::Words::Tables::RowFormat::set_HeadingFormat | ( | bool | value | ) |
void Aspose::Words::Tables::RowFormat::set_Height | ( | double | value | ) |
Setter for Aspose::Words::Tables::RowFormat::get_Height.
void Aspose::Words::Tables::RowFormat::set_HeightRule | ( | Aspose::Words::HeightRule | value | ) |
Setter for Aspose::Words::Tables::RowFormat::get_HeightRule.
|
static |