Modifier and Type | Method and Description |
---|---|
DocumentPage |
ImageArea.getPage()
Gets a page which contains this image area.
|
DocumentPage |
TextArea.getPage()
Gets a page which contains this text area.
|
abstract DocumentPage |
DocumentContent.getPage(int pageIndex)
Extracts a text areas from the document page.
|
Constructor and Description |
---|
ImageArea(Rectangle rectangle,
InputStream imageStream,
String mediaType,
double rotation,
DocumentPage page)
Initializes a new instance of the
ImageArea class. |
TextArea(List<TextAreaItem> items,
DocumentPage page)
Initializes a new instance of the
TextArea class. |
TextArea(Rectangle rectangle,
String text,
DocumentPage page)
Initializes a new instance of the
TextArea class. |
Copyright © 2018. All rights reserved.