Package | Description |
---|---|
org.apache.pdfbox.pdmodel |
The PDModel package represents a high level API for creating and manipulating PDF documents.
|
Modifier and Type | Method and Description |
---|---|
static PageLayout |
PageLayout.fromString(String value) |
PageLayout |
PDDocumentCatalog.getPageLayout()
Returns the page layout.
|
static PageLayout |
PageLayout.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PageLayout[] |
PageLayout.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PDDocumentCatalog.setPageLayout(PageLayout layout)
Sets the page layout.
|
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.