public interface ITextPortion
Interface to manipulate text portions
Modifier and Type | Method and Description |
---|---|
ITextParagraph |
getParagraph()
Sets the style.
|
ITextStyle |
getStyle()
Gets the style.
|
String |
getText()
Gets or sets the text.
|
void |
setText(String value)
Gets or sets the text.
|
String getText()
Gets or sets the text.
Value: The text.void setText(String value)
Gets or sets the text.
Value: The text.ITextStyle getStyle()
Gets the style.
Value: The style.ITextParagraph getParagraph()
Sets the style.
Value: The paragraph.Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.