public static class PDFSVGHandler.PDFInfo extends Object
Modifier and Type | Field and Description |
---|---|
Configuration |
cfg
see PDF_HANDLER_CONFIGURATION
|
String |
currentFontName
see PDF_FONT_NAME
|
int |
currentFontSize
see PDF_FONT_SIZE
|
int |
currentXPosition
see PDF_XPOS
|
int |
currentYPosition
see PDF_YPOS
|
FontInfo |
fi
see PDF_FONT_INFO
|
int |
height
see PDF_HEIGHT
|
OutputStream |
outputStream
see OUTPUT_STREAM
|
boolean |
paintAsBitmap
true if SVG should be rendered as a bitmap instead of natively
|
PDFResourceContext |
pdfContext
see PDF_CONTEXT
|
PDFDocument |
pdfDoc
see PDF_DOCUMENT
|
PDFPage |
pdfPage
see PDF_PAGE
|
int |
width
see PDF_WIDTH
|
Constructor and Description |
---|
PDFInfo() |
public PDFDocument pdfDoc
public OutputStream outputStream
public PDFPage pdfPage
public PDFResourceContext pdfContext
public int width
public int height
public FontInfo fi
public String currentFontName
public int currentFontSize
public int currentXPosition
public int currentYPosition
public Configuration cfg
public boolean paintAsBitmap
Copyright © 2025 Apache Software Foundation. All rights reserved.