﻿# Cell
Represents a cell of the table's row.

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**is_no_border** | **bool** | Gets or sets the cell have border. | [optional]
**margin** | [**\Aspose\PDF\Model\MarginInfo**](MarginInfo.md) | Gets or sets the padding. | [optional]
**border** | [**\Aspose\PDF\Model\BorderInfo**](BorderInfo.md) | Gets or sets the border. | [optional]
**background_color** | [**\Aspose\PDF\Model\Color**](Color.md) | Gets or sets the background color. | [optional]
**background_image_file** | **string** | Gets or sets the background image file. | [optional]
**background_image_storage_file** | **string** | Gets or sets path of the background image file from storage. | [optional]
**alignment** | [**\Aspose\PDF\Model\HorizontalAlignment**](HorizontalAlignment.md) | Gets or sets the alignment. | [optional]
**default_cell_text_state** | [**\Aspose\PDF\Model\TextState**](TextState.md) | Gets or sets the default cell text state. | [optional]
**paragraphs** | [**\Aspose\PDF\Model\TextRect[]**](TextRect.md) | Gets or sets the cell's formatted text. | [optional]
**is_word_wrapped** | **bool** | Gets or sets the cell's text word wrapped. | [optional]
**vertical_alignment** | [**\Aspose\PDF\Model\VerticalAlignment**](VerticalAlignment.md) | Gets or sets the vertical alignment. | [optional]
**col_span** | **int** | Gets or sets the column span. | [optional]
**row_span** | **int** | Gets or sets the row span. | [optional]
**width** | **double** | Gets or sets the column width. | [optional]
**html_fragment** | **string** | Gets or sets Html fragment. | [optional]
**images** | [**\Aspose\PDF\Model\ImageFragment[]**](ImageFragment.md) | Gets or sets ImageFragment list. | [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/Cell.php)

