| java.lang.Object | ||
| ↳ | com.pdftron.layout.ContentElement | |
| ↳ | com.pdftron.layout.TextRun | |
A TextRun is a content element that represents a single run of text. A paragraph can contain multiple TextRun objects.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String |
getText()
Get the text content of the TextRun object
| ||||||||||
| void |
setText(String text)
Set the text content of the TextRun object
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pdftron.layout.ContentElement
| |||||||||||
From class
java.lang.Object
| |||||||||||
Set the text content of the TextRun object
| text | The text content to set |
|---|
| PDFNetException |
|---|