public static class PDFCompat.PageSet
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
AddPage(long impl,
int one_page) |
static void |
AddRange(long impl,
int range_start,
int range_end) |
static void |
AddRange(long impl,
int range_start,
int range_end,
int filter) |
static void |
Destroy(long impl) |
static long |
PageSetCreate() |
static long |
PageSetCreate(int one_page) |
static long |
PageSetCreate(int range_start,
int range_end) |
static long |
PageSetCreate(int range_start,
int range_end,
int filter) |
public static long PageSetCreate() throws PDFNetException
PDFNetException
public static long PageSetCreate(int one_page) throws PDFNetException
PDFNetException
public static long PageSetCreate(int range_start, int range_end) throws PDFNetException
PDFNetException
public static long PageSetCreate(int range_start, int range_end, int filter) throws PDFNetException
PDFNetException
public static void Destroy(long impl) throws PDFNetException
PDFNetException
public static void AddPage(long impl, int one_page) throws PDFNetException
PDFNetException
public static void AddRange(long impl, int range_start, int range_end) throws PDFNetException
PDFNetException
public static void AddRange(long impl, int range_start, int range_end, int filter) throws PDFNetException
PDFNetException