public class

TextDocumentUtil

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.output.text.TextDocumentUtil

Class Overview

Utility methods for ITextDocument.

Summary

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

Public Constructors

public TextDocumentUtil ()

Public Methods

public static StringBuilder buildText (ITextDocument doc)

Build the text buffer held in an entire text document.

public static StringBuilder buildText (ITextDocument doc, int maxLineCount)

Build the text buffer held in an entire text document.

public static String getText (ITextDocument doc)

Get the text buffer of a text document.