﻿# Table
Represents a table that can be added to the page.

*Inherited from [\Aspose\PDF\Model\LinkElement](LinkElement.md)*
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**alignment** | [**\Aspose\PDF\Model\HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the table alignment. | [optional]
**horizontal_alignment** | [**\Aspose\PDF\Model\HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the table alignment. | [optional]
**vertical_alignment** | [**\Aspose\PDF\Model\VerticalAlignment**](VerticalAlignment.md) | Gets VerticalAlignment of the annotation. | [optional]
**top** | **double** | Gets or sets the table top coordinate. | [optional]
**left** | **double** | Gets or sets the table left coordinate. | [optional]
**default_cell_text_state** | [**\Aspose\PDF\Model\TextState**](TextState.md) | Gets or sets the default cell text state. | [optional]
**default_cell_padding** | [**\Aspose\PDF\Model\MarginInfo**](MarginInfo.md) | Gets or sets the default cell padding. | [optional]
**border** | [**\Aspose\PDF\Model\BorderInfo**](BorderInfo.md) | Gets or sets the border. | [optional]
**margin** | [**\Aspose\PDF\Model\MarginInfo**](MarginInfo.md) | Gets or sets a outer margin for paragraph (for pdf generation) | [optional]
**rows** | [**\Aspose\PDF\Model\Row[]**](Row.md) | Sets the rows of the table. | 
**default_column_width** | **string** | Gets default cell border; | [optional]
**default_cell_border** | [**\Aspose\PDF\Model\BorderInfo**](BorderInfo.md) | Gets default cell border; | [optional]
**broken** | [**\Aspose\PDF\Model\TableBroken**](TableBroken.md) | Gets or sets table vertial broken; | [optional]
**column_widths** | **string** | Gets the column widths of the table. | [optional]
**repeating_rows_count** | **int** | Gets the first rows count repeated for several pages | [optional]
**repeating_columns_count** | **int** | Gets or sets the maximum columns count for table | [optional]
**repeating_rows_style** | [**\Aspose\PDF\Model\TextState**](TextState.md) | Gets the style for repeating rows | [optional]
**corner_style** | [**\Aspose\PDF\Model\BorderCornerStyle**](BorderCornerStyle.md) | Gets or sets the styles of the border corners | [optional]
**break_text** | [**\Aspose\PDF\Model\TextRect**](TextRect.md) | Gets or sets break text for table | [optional]
**background_color** | [**\Aspose\PDF\Model\Color**](Color.md) | Gets or sets table background color | [optional]
**is_borders_included** | **bool** | Gets or sets border included in column widhts. | [optional]
**column_adjustment** | [**\Aspose\PDF\Model\ColumnAdjustment**](ColumnAdjustment.md) | Gets or sets the table column adjustment. | [optional]
**z_index** | **int** | Gets ZIndex of the annotation. | [optional]
**links** | [**\Aspose\PDF\Model\Link[]**](Link.md) | Link to the document.<br />*Inherited from [\Aspose\PDF\Model\LinkElement](LinkElement.md)* | [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/Table.php)

