public class PaginationRecord
extends java.lang.Object
ViewPrinter.
Application developers should not have to use this class.
If you use the printPage method of the TablePrinter
or of the CrosstabPrinter, then you use the
DataSubsetRecord class, which extends this class.DataSubsetRecord,
oracle.dss.crosstab.CrosstabPrinter#printPage,
oracle.dss.table.TablePrinter#printPage| Modifier and Type | Field and Description |
|---|---|
int |
firstColumn
The first column to print.
|
int |
firstRow
The first row to print.
|
int |
height |
int |
lastColumn
The last column that is printed on this page.
|
int |
lastRow
The last row that is printed on this page.
|
int |
pageNum |
int |
width |
int |
x |
int |
y |
| Constructor and Description |
|---|
PaginationRecord() |
public int pageNum
public int x
public int y
public int width
public int height
public int firstRow
public int lastRow
ViewPrinter sets this variable.public int firstColumn
public int lastColumn
ViewPrinter sets this variable.