Uses of Enum
org.apache.pdfbox.pdmodel.PDPageContentStream.AppendMode
Packages that use PDPageContentStream.AppendMode
Package
Description
The PDModel package represents a high level API for creating and manipulating PDF documents.
-
Uses of PDPageContentStream.AppendMode in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return PDPageContentStream.AppendModeModifier and TypeMethodDescriptionReturns 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.Constructors in org.apache.pdfbox.pdmodel with parameters of type PDPageContentStream.AppendModeModifierConstructorDescriptionPDPageContentStream
(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.