ITextPortion
public interface ITextPortion
Interface to manipulate text portions
Methods
Method | Description |
---|---|
getParagraph() | Sets the style. |
getStyle() | Gets the style. |
getText() | Gets or sets the text. |
setText(String value) | Gets or sets the text. |
getParagraph()
public abstract ITextParagraph getParagraph()
Sets the style.
Value: The paragraph.
Returns: ITextParagraph
getStyle()
public abstract ITextStyle getStyle()
Gets the style.
Value: The style.
Returns: ITextStyle
getText()
public abstract String getText()
Gets or sets the text.
Value: The text.
Returns: java.lang.String
setText(String value)
public abstract void setText(String value)
Gets or sets the text.
Value: The text.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |