@DoNotObfuscate
public abstract class PagesToUse
extends java.lang.Object
| Modifier | Constructor and Description | 
|---|---|
protected  | 
PagesToUse()  | 
| Modifier and Type | Method and Description | 
|---|---|
static PagesToUse | 
getPage(int pageInclusive)
This method does what the name suggests. 
 | 
abstract com.pdfunit.internal.util.PageNumberList | 
getPageNumbersInEffect(com.pdfunit.internal.spi.IDocument document)  | 
static PagesToUse | 
getPages(int... pages)
Creating an instance providing pagenumbers for all pages of a PDF document
 given by the parameters. 
 | 
static PagesFromTo | 
spanningFrom(int pageInclusive)
This method does what the name suggests. 
 | 
public abstract com.pdfunit.internal.util.PageNumberList getPageNumbersInEffect(com.pdfunit.internal.spi.IDocument document)
@Guarded public static final PagesToUse getPages(int... pages)
@Guarded public static PagesToUse getPage(int pageInclusive)
@Guarded public static PagesFromTo spanningFrom(int pageInclusive)
Copyright (C) PDFUnit.com. See here for license.