ITextElement
public interface ITextElement
Interface for presenting text structure elements.
Methods
Method | Description |
---|---|
getStructureTextState() | Gets StructureTextState object for text structure element. |
setText(String text) | Appends text content to current text element. |
getStructureTextState()
public abstract StructureTextState getStructureTextState()
Gets StructureTextState object for text structure element.
Returns: StructureTextState - Value: StructureTextState object for text structure element.
setText(String text)
public abstract void setText(String text)
Appends text content to current text element.
Parameters:
Parameter | Type | Description |
---|---|---|
text | java.lang.String | Text content |