Package | Description |
---|---|
com.aspose.psd.fileformats.psd.layers.text |
Modifier and Type | Method and Description |
---|---|
ITextParagraph |
ITextPortion.getParagraph()
Sets the style.
|
Modifier and Type | Method and Description |
---|---|
void |
ITextParagraph.apply(ITextParagraph paragraph)
Applies the specified paragraph.
|
boolean |
ITextParagraph.isEqual(ITextParagraph paragraph)
Determines whether the specified paragraph is equal.
|
ITextPortion[] |
IText.producePortions(String[] portionsOfText,
ITextStyle stylePrototype,
ITextParagraph paragraphPrototype)
Produces the new portions with input or default parameters.
|