Uses of Enum Class
org.sejda.sambox.pdmodel.PDPageContentStream.AppendMode
Packages that use PDPageContentStream.AppendMode
-
Uses of PDPageContentStream.AppendMode in org.sejda.sambox.pdmodel
Methods in org.sejda.sambox.pdmodel that return PDPageContentStream.AppendModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static PDPageContentStream.AppendMode[]PDPageContentStream.AppendMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.sejda.sambox.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.