public interface ITextElement
Interface for presenting text structure elements.
| Modifier and Type | Method and Description |
|---|---|
StructureTextState |
getStructureTextState()
Gets
StructureTextState object for text structure element. |
void |
setText(String text)
Appends text content to current text element.
|
StructureTextState getStructureTextState()
Gets StructureTextState object for text structure element.
StructureTextState object for text structure element.void setText(String text)
Appends text content to current text element.
text - Text contentCopyright © 2025 Aspose. All Rights Reserved.