public abstract class AbstractPageTemplate
extends org.apache.pdfbox.pdmodel.PDPage
| Constructor and Description |
|---|
AbstractPageTemplate() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addPicture(org.apache.pdfbox.pdmodel.graphics.image.PDImageXObject ximage,
float cursorX,
float cursorY,
int width,
int height) |
protected abstract org.apache.pdfbox.pdmodel.PDDocument |
getDocument() |
protected org.apache.pdfbox.pdmodel.graphics.image.PDImage |
loadPicture(String nameJPGFile) |
protected abstract float |
yStart() |
equals, getActions, getAnnotations, getAnnotations, getArtBox, getBBox, getBleedBox, getContents, getContentStreams, getCOSObject, getCropBox, getMatrix, getMediaBox, getMetadata, getResourceCache, getResources, getRotation, getStructParents, getThreadBeads, getTransition, getTrimBox, getUserUnit, getViewports, hasContents, hashCode, setActions, setAnnotations, setArtBox, setBleedBox, setContents, setContents, setCropBox, setMediaBox, setMetadata, setResources, setRotation, setStructParents, setThreadBeads, setTransition, setTransition, setTrimBox, setUserUnit, setViewportsprotected abstract org.apache.pdfbox.pdmodel.PDDocument getDocument()
protected abstract float yStart()
protected void addPicture(org.apache.pdfbox.pdmodel.graphics.image.PDImageXObject ximage,
float cursorX,
float cursorY,
int width,
int height)
throws IOException
IOExceptionprotected org.apache.pdfbox.pdmodel.graphics.image.PDImage loadPicture(String nameJPGFile) throws IOException
IOExceptionCopyright © 2020. All rights reserved.