| Interface | Description |
|---|---|
| AbstractLineSegment |
The AbstractLineSegment interface represents a simple line in one dimensional
space, given by a start position and an end position.
|
| Class | Description |
|---|---|
| Document |
This represents a parsed document which is defined as a sequence of pages.
|
| LineSegment |
The LineSegment class implements the AbstractLineSegmentSegment interface and
adds (static) utility functions that help to compare to lines.
|
| Page |
This represents one Page of a document, consisting of a (syntactically
meaningful) sequence of TextBlock instances (e.g. columns in a two-column
formatted Text).
|
| Paragraph |
This represents a paragraph of text that is defined as a sequence of Text
objects that syntactically were grouped in a paragraph.
|
| Text |
This is a wrapper class for text itself with additional information about the
style of the text.
|
| TextBlock |
This represents a syntatic block of Text, which can be a column on a page, a
header or something similar.
|
| Enum | Description |
|---|---|
| Text.VerticalAlignment |
Copyright © 2014. All rights reserved.