Package | Description |
---|---|
org.apache.pdfbox.contentstream |
This package contains provides classes for working with content streams.
|
org.apache.pdfbox.pdmodel |
The PDModel package represents a high level API for creating and manipulating PDF documents.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
PDFStreamEngine.processTilingPattern(PDTilingPattern tilingPattern,
PDColor color,
PDColorSpace colorSpace) |
Process the given tiling pattern.
|
protected void |
PDFStreamEngine.processTilingPattern(PDTilingPattern tilingPattern,
PDColor color,
PDColorSpace colorSpace,
Matrix patternMatrix) |
Process the given tiling pattern.
|
Constructor | Description |
---|---|
PDPageContentStream(PDDocument doc,
PDTilingPattern pattern,
java.io.OutputStream outputStream) |
Create a new appearance stream.
|
Copyright © 2002–2018. All rights reserved.