﻿# Row
Represents a row of the table.

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**background_color** | [**\Aspose\PDF\Model\Color**](Color.md) | Gets or sets the background color. | [optional]
**border** | [**\Aspose\PDF\Model\BorderInfo**](BorderInfo.md) | Gets or sets the border. | [optional]
**cells** | [**\Aspose\PDF\Model\Cell[]**](Cell.md) | Sets the cells of the row. | 
**default_cell_border** | [**\Aspose\PDF\Model\BorderInfo**](BorderInfo.md) | Gets default cell border; | [optional]
**min_row_height** | **double** | Gets height for row; | [optional]
**fixed_row_height** | **double** | Gets fixed row height - row may have fixed height; | [optional]
**is_in_new_page** | **bool** | Gets fixed row is in new page - page with this property should be printed to next page Default false; | [optional]
**is_row_broken** | **bool** | Gets is row can be broken between two pages | [optional]
**default_cell_text_state** | [**\Aspose\PDF\Model\TextState**](TextState.md) | Gets or sets default text state for row cells | [optional]
**default_cell_padding** | [**\Aspose\PDF\Model\MarginInfo**](MarginInfo.md) | Gets or sets default margin for row cells | [optional]
**vertical_alignment** | [**\Aspose\PDF\Model\VerticalAlignment**](VerticalAlignment.md) | Gets or sets the vertical alignment. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) [[View Source]](../src/Aspose/PDF/Model/Row.php)

