public interface IPage
| Modifier and Type | Method and Description |
|---|---|
void |
draw(IGraphicsSurface g) |
void |
draw(IGraphicsSurface g,
Rectangle rectangle) |
MeasurementUnit |
getMeasurementUnit() |
Orientation |
getOrientation()
Returns default orientation for the page.
|
float |
getPageHeight()
Deprecated.
Instead use
getPageSize(). |
PageMargin |
getPageMargins()
Returns margins of the specified page.
|
PageSize |
getPageSize()
Returns the dimensions of the page.
|
float |
getPageWidth()
Deprecated.
Instead use
getPageSize(). |
int |
getRotation() |
float getPageWidth()
getPageSize().float getPageHeight()
getPageSize().PageMargin getPageMargins()
Orientation getOrientation()
MeasurementUnit getMeasurementUnit()
PageSize getPageSize()
int getRotation()
void draw(IGraphicsSurface g) throws XDocException, IOException
XDocExceptionIOExceptionvoid draw(IGraphicsSurface g, Rectangle rectangle) throws XDocException, IOException
XDocExceptionIOException