Package | Description |
---|---|
com.aspose.psd.fileformats.psd.layers.text |
Modifier and Type | Method and Description |
---|---|
ITextPortion[] |
IText.getItems()
Gets the items.
|
ITextPortion |
IText.producePortion()
Produces the new portion with default parameters
|
ITextPortion[] |
IText.producePortions(String[] portionsOfText,
ITextStyle stylePrototype,
ITextParagraph paragraphPrototype)
Produces the new portions with input or default parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
IText.addPortion(ITextPortion portion)
Adds the portion of text to the end
|
void |
IText.insertPortion(ITextPortion portion,
int index)
Inserts the
ITextPortion to specified position |