﻿# Paragraph
Represents text paragraphs as multiline text object.

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**line_spacing** | [**\Aspose\PDF\Model\LineSpacing**](LineSpacing.md) | Line spacing mode. | [optional]
**wrap_mode** | [**\Aspose\PDF\Model\WrapMode**](WrapMode.md) | Word wrap mode. | [optional]
**horizontal_alignment** | [**\Aspose\PDF\Model\TextHorizontalAlignment**](TextHorizontalAlignment.md) | Horizontal alignment for the text inside paragraph's rectangle. | [optional]
**left_margin** | **double** | Left margin. | [optional]
**right_margin** | **double** | Right margin. | [optional]
**top_margin** | **double** | Top margin. | [optional]
**bottom_margin** | **double** | Bottom margin. | [optional]
**rectangle** | [**\Aspose\PDF\Model\Rectangle**](Rectangle.md) | Rectangle of the paragraph. | [optional]
**rotation** | **double** | Rotation angle in degrees. | [optional]
**subsequent_lines_indent** | **double** | Subsequent lines indent value. | [optional]
**vertical_alignment** | [**\Aspose\PDF\Model\VerticalAlignment**](VerticalAlignment.md) | Vertical alignment for the text inside paragraph's rectangle | [optional]
**lines** | [**\Aspose\PDF\Model\TextLine[]**](TextLine.md) | An array of text lines. | 

[[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/Paragraph.php)

