﻿# TextState
Represents a text state of a text

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**font_size** | **double** | Gets or sets font size of the text. | 
**font** | **string** | Gets or sets font name of the text. | [optional]
**foreground_color** | [**\Aspose\PDF\Model\Color**](Color.md) | Gets or sets foreground color of the text. | [optional]
**background_color** | [**\Aspose\PDF\Model\Color**](Color.md) | Sets background color of the text. | [optional]
**font_style** | [**\Aspose\PDF\Model\FontStyles**](FontStyles.md) | Sets font style of the text. | 
**font_file** | **string** | Sets path of font file in storage. | [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/TextState.php)

