public static interface ExportFilePresenter.HasPrintRange
Modifier and Type | Method and Description |
---|---|
void |
setPrintRange(int from,
int to)
Set the range of pages to render into the pdf.
|
void setPrintRange(int from, int to)
from
- the first page to include, 0-based.to
- the last page to include, must be greater or equal to from and smaller than
PrintPainter.calculatePages(int, int)
.Copyright © 2010-2022 by i-net software GmbH