| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.core.output.text.TextDocumentUtil |
Utility methods for ITextDocument.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| TextDocumentUtil() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static StringBuilder |
buildText(ITextDocument doc)
Build the text buffer held in an entire text document.
| ||||||||||
| static StringBuilder |
buildText(ITextDocument doc, int maxLineCount)
Build the text buffer held in an entire text document.
| ||||||||||
| static String |
getText(ITextDocument doc)
Get the text buffer of a text document.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Build the text buffer held in an entire text document.
Build the text buffer held in an entire text document.