package

com.pnfsoftware.jeb.core.output.text

Interfaces

IActionableTextItem Convenience interface for text items containing styling information (IVisualTextItem) and action information (IActionableItem). 
IAnchor Definition of an anchor. 
ICoordinates This interface defines a coordinates system to locate characters within ITextDocument objects. 
ILine Representation of a line within an ITextDocumentPart
ITextDocument A text document is used to represent arbitrarily long buffers of interactive text data. 
ITextDocumentPart This interface represents document parts. 
ITextItem A text item is used to identify a particular sequence of characters within the string of an ITextDocumentPart. 
ITextMark A positioned (offset, relative to the owner line) tag. 
IVisualTextItem Visual items are used to attach class information to items. 

Classes

TextDocumentUtil Utility methods to handle text document parts more easily.