public final class DocumentPage extends Object
Provides a document page.
Constructor and Description |
---|
DocumentPage(int index,
double width,
double height)
Initializes a new instance of the
DocumentPage class. |
Modifier and Type | Method and Description |
---|---|
double |
getHeight()
Gets a height of the page.
|
List<ImageArea> |
getImageAreas()
Gets a collection of
ImageArea objects. |
int |
getIndex()
Gets an index of the page.
|
List<TextArea> |
getTextAreas()
Gets a collection of
TextArea objects. |
double |
getWidth()
Gets a width of the page.
|
public DocumentPage(int index, double width, double height)
Initializes a new instance of the DocumentPage
class.
index
- A zero-based index of the page.width
- Width of the page.height
- Height of the page.public int getIndex()
Gets an index of the page.
public double getWidth()
Gets a width of the page.
public double getHeight()
Gets a height of the page.
public List<TextArea> getTextAreas()
Gets a collection of TextArea
objects.
TextArea
objects.Copyright © 2019. All rights reserved.