Package | Description |
---|---|
org.apache.pdfbox.pdmodel |
The PDModel package represents a high level API for creating and manipulating PDF documents.
|
Modifier and Type | Method | Description |
---|---|---|
static PDPageContentStream.AppendMode |
PDPageContentStream.AppendMode.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static PDPageContentStream.AppendMode[] |
PDPageContentStream.AppendMode.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor | Description |
---|---|
PDPageContentStream(PDDocument document,
PDPage sourcePage,
PDPageContentStream.AppendMode appendContent,
boolean compress) |
Create a new PDPage content stream.
|
PDPageContentStream(PDDocument document,
PDPage sourcePage,
PDPageContentStream.AppendMode appendContent,
boolean compress,
boolean resetContext) |
Create a new PDPage content stream.
|
Copyright © 2002–2018. All rights reserved.