ITextParagraph Class
Contents
[
Hide
]Summary: The interface to work with paragraph
Module: aspose.psd.fileformats.psd.layers.text
Full Name: aspose.psd.fileformats.psd.layers.text.ITextParagraph
Aspose.PSD Version: 24.12.0
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| auto_hyphenate | bool | r/w | Gets or sets a value indicating whether [automatic hyphenate]. |
| auto_leading | double | r/w | Gets or sets the automatic leading. |
| burasagari | bool | r/w | Gets or sets a value indicating whether this ITextParagraph is burasagiri. |
| consecutive_hyphens | int | r/w | Gets or sets the consecutive hyphens. |
| end_indent | double | r/w | Gets or sets the end indent. |
| every_line_composer | bool | r/w | Gets or sets a value indicating whether [every line composer]. |
| first_line_indent | double | r/w | Gets or sets the first line indent. |
| glyph_spacing | double | r/w | Gets or sets the glyph spacing. |
| hanging | bool | r/w | Gets or sets a value indicating whether this ITextParagraph is hanging. |
| hyphenated_word_size | int | r/w | Gets or sets the size of the hyphenated word. |
| justification | JustificationMode | r/w | Gets or sets the justification. |
| kinsoku_order | int | r/w | Gets or sets the kinsoku order. |
| leading_type | LeadingType | r/w | Gets or sets the type of the leading. |
| letter_spacing | double | r/w | Gets or sets the letter spacing. |
| post_hyphen | int | r/w | Gets or sets the post hyphen. |
| pre_hyphen | int | r/w | Gets or sets the pre hyphen. |
| space_after | double | r/w | Gets or sets the space after. |
| space_before | double | r/w | Gets or sets the space before. |
| start_indent | double | r/w | Gets or sets the start indent. |
| word_spacing | double | r/w | Gets or sets the word spacing. |
| zone | double | r/w | Gets or sets the zone. |
Methods
| Name | Description |
|---|---|
| apply(paragraph) | Applies the specified paragraph. |
| is_equal(paragraph) | Determines whether the specified paragraph is equal. |
Method: apply(paragraph)
apply(paragraph)
Applies the specified paragraph.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| paragraph | ITextParagraph | The paragraph. |
Method: is_equal(paragraph)
is_equal(paragraph)
Determines whether the specified paragraph is equal.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| paragraph | ITextParagraph | The paragraph. |
Returns
| Type | Description |
|---|---|
| bool |