Package pivot.wtk.text

Contains classes representing a text object model.

See:
          Description

Interface Summary
ElementListener Element listener interface.
ImageNodeListener Image node listener interface.
NodeListener Node listener interface.
TextNodeListener Text node listener interface.
 

Class Summary
Block Abstract base class for block elements.
BulletedList Element representing a bulleted list.
Document Node representing the root of an element hierarchy.
Element Abstract base class for elements.
ImageNode Node representing an image.
List Abstract base class for list elements.
Node Abstract base class for document nodes.
NumberedList Element representing a numbered list.
Paragraph Element representing a paragraph.
PlainTextSerializer Implementation of the Serializer interface that reads and writes a plain text document.
Span Element representing an inline range of styled characters.
TextNode Node representing a sequence of characters.
 

Enum Summary
BulletedList.Style List bullet styles.
NumberedList.Style List numbering styles.
 

Package pivot.wtk.text Description

Contains classes representing a text object model.