| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
static Order |
Order.forValue(int value) |
Order |
IPageSetup.getOrder()
Gets a
Order value that represents the order that GcExcel
uses to number pages when printing a large worksheet. |
Order |
IPivotTable.getPageFieldOrder()
Returns the order in which page fields are added to the PivotTable report’s layout.
|
static Order |
Order.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Order[] |
Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrintManager.draw(PDDocument doc,
PDPage page,
java.util.List<PageInfo> pages,
int rows,
int columns,
Order order)
Draw the pages in the page collection on a page in a certain direction.
|
void |
PrintManager.draw(PDDocument doc,
PDPage page,
java.util.List<PageInfo> pages,
int rows,
int columns,
Order order)
Draw the pages in the page collection on a page in a certain direction.
|
void |
PrintManager.draw(PDDocument doc,
PDPage page,
java.util.List<PageInfo> pages,
int rows,
int columns,
Order order,
PdfSaveOptions options)
Draw the pages in the page collection on a page in a certain direction.
|
void |
PrintManager.draw(PDDocument doc,
PDPage page,
java.util.List<PageInfo> pages,
int rows,
int columns,
Order order,
PdfSaveOptions options)
Draw the pages in the page collection on a page in a certain direction.
|
void |
IPageSetup.setOrder(Order value)
Sets a
Order value that represents the order that GcExcel
uses to number pages when printing a large worksheet. |
void |
IPivotTable.setPageFieldOrder(Order value)
Sets the order in which page fields are added to the PivotTable report’s layout.
|