ITextParagraph Class

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.4.0

Properties

NameTypeAccessDescription
auto_hyphenateboolr/wGets or sets a value indicating whether [automatic hyphenate].
auto_leadingdoubler/wGets or sets the automatic leading.
burasagariboolr/wGets or sets a value indicating whether this ITextParagraph is burasagiri.
consecutive_hyphensintr/wGets or sets the consecutive hyphens.
end_indentdoubler/wGets or sets the end indent.
every_line_composerboolr/wGets or sets a value indicating whether [every line composer].
first_line_indentdoubler/wGets or sets the first line indent.
glyph_spacingdoubler/wGets or sets the glyph spacing.
hangingboolr/wGets or sets a value indicating whether this ITextParagraph is hanging.
hyphenated_word_sizeintr/wGets or sets the size of the hyphenated word.
justificationJustificationModer/wGets or sets the justification.
kinsoku_orderintr/wGets or sets the kinsoku order.
leading_typeLeadingTyper/wGets or sets the type of the leading.
letter_spacingdoubler/wGets or sets the letter spacing.
post_hyphenintr/wGets or sets the post hyphen.
pre_hyphenintr/wGets or sets the pre hyphen.
space_afterdoubler/wGets or sets the space after.
space_beforedoubler/wGets or sets the space before.
start_indentdoubler/wGets or sets the start indent.
word_spacingdoubler/wGets or sets the word spacing.
zonedoubler/wGets or sets the zone.

Methods

NameDescription
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:

ParameterTypeDescription
paragraphITextParagraphThe paragraph.

Method: is_equal(paragraph)

 is_equal(paragraph) 

Determines whether the specified paragraph is equal.

Parameters:

ParameterTypeDescription
paragraphITextParagraphThe paragraph.

Returns

TypeDescription
booltrue if the specified paragraph is equal; otherwise, false.