private void |
PdfDocument.PdfCatalog.addNames(java.util.TreeMap localDestinations,
java.util.HashMap documentLevelJS,
java.util.HashMap documentFileAttachment,
PdfWriter writer) |
Adds the names of the named destinations to the catalog.
|
(package private) void |
PdfDocument.addWriter(PdfWriter writer) |
Adds a PdfWriter to the PdfDocument .
|
static PdfAppearance |
PdfAppearance.createAppearance(PdfWriter writer,
float width,
float height) |
Creates a new appearance to be used with form fields.
|
private static PdfAppearance |
PdfAppearance.createAppearance(PdfWriter writer,
float width,
float height,
PdfName forcedName) |
|
protected static PdfFormField |
PdfFormField.createButton(PdfWriter writer,
int flags) |
|
static PdfFormField |
PdfFormField.createCheckBox(PdfWriter writer) |
|
protected static PdfFormField |
PdfFormField.createChoice(PdfWriter writer,
int flags,
PdfArray options,
int topIndex) |
|
static PdfFormField |
PdfFormField.createCombo(PdfWriter writer,
boolean edit,
java.lang.String[][] options,
int topIndex) |
|
static PdfFormField |
PdfFormField.createCombo(PdfWriter writer,
boolean edit,
java.lang.String[] options,
int topIndex) |
|
private static PdfArray |
SimpleNamedDestination.createDestinationArray(java.lang.String value,
PdfWriter writer) |
|
static PdfFormField |
PdfFormField.createEmpty(PdfWriter writer) |
|
private static PdfAnnotation |
PdfAnnotation.createFileAttachment(PdfWriter writer,
Rectangle rect,
java.lang.String contents,
PdfFileSpecification fs) |
Creates a file attachment annotation
|
private static PdfAnnotation |
PdfAnnotation.createLink(PdfWriter writer,
Rectangle rect,
PdfName highlight) |
Creates a link.
|
static PdfFormField |
PdfFormField.createList(PdfWriter writer,
java.lang.String[][] options,
int topIndex) |
|
static PdfFormField |
PdfFormField.createList(PdfWriter writer,
java.lang.String[] options,
int topIndex) |
|
private static void |
SimpleBookmark.createOutlineAction(PdfDictionary outline,
java.util.HashMap map,
PdfWriter writer,
boolean namedAsNames) |
|
static PdfFormField |
PdfFormField.createPushButton(PdfWriter writer) |
|
static PdfFormField |
PdfFormField.createRadioButton(PdfWriter writer,
boolean noToggleToOff) |
|
static PdfAnnotation |
PdfAnnotation.createScreen(PdfWriter writer,
Rectangle rect,
java.lang.String clipTitle,
PdfFileSpecification fs,
java.lang.String mimeType,
boolean playOnDisplay) |
Creates a screen PdfAnnotation
|
static PdfFormField |
PdfFormField.createSignature(PdfWriter writer) |
|
static PdfTemplate |
PdfTemplate.createTemplate(PdfWriter writer,
float width,
float height) |
Creates a new template.
|
private static PdfTemplate |
PdfTemplate.createTemplate(PdfWriter writer,
float width,
float height,
PdfName forcedName) |
|
static PdfFormField |
PdfFormField.createTextField(PdfWriter writer,
boolean multiline,
boolean password,
int maxLen) |
|
static PdfFileSpecification |
PdfFileSpecification.fileEmbedded(PdfWriter writer,
java.lang.String filePath,
java.lang.String fileDisplay,
byte[] fileStore) |
Creates a file specification with the file embedded.
|
private static PdfFileSpecification |
PdfFileSpecification.fileEmbedded(PdfWriter writer,
java.lang.String filePath,
java.lang.String fileDisplay,
byte[] fileStore,
int compressionLevel) |
Creates a file specification with the file embedded.
|
private static PdfFileSpecification |
PdfFileSpecification.fileEmbedded(PdfWriter writer,
java.lang.String filePath,
java.lang.String fileDisplay,
byte[] fileStore,
java.lang.String mimeType,
PdfDictionary fileParameter,
int compressionLevel) |
Creates a file specification with the file embedded.
|
static PdfFileSpecification |
PdfFileSpecification.fileExtern(PdfWriter writer,
java.lang.String filePath) |
Creates a file specification for an external file.
|
(package private) PdfDictionary |
PdfPageLabels.getDictionary(PdfWriter writer) |
Gets the page label dictionary to insert into the document.
|
protected PdfReaderInstance |
PdfReader.getPdfReaderInstance(PdfWriter writer) |
|
(package private) PdfObject |
ColorDetails.getSpotColor(PdfWriter writer) |
Gets the SpotColor object.
|
protected PdfObject |
PdfSpotColor.getSpotObject(PdfWriter writer) |
|
(package private) static java.lang.Object[] |
SimpleBookmark.iterateOutlines(PdfWriter writer,
PdfIndirectReference parent,
java.util.List kids,
boolean namedAsNames) |
|
(package private) static PdfAction |
PdfAction.javaScript(java.lang.String code,
PdfWriter writer,
boolean unicode) |
Creates a JavaScript action.
|
void |
PdfPageEvent.onChapter(PdfWriter writer,
Document document,
float paragraphPosition,
Paragraph title) |
Called when a Chapter is written.
|
void |
PdfPageEventHelper.onChapter(PdfWriter writer,
Document document,
float paragraphPosition,
Paragraph title) |
Called when a Chapter is written.
|
void |
PdfPageEvent.onChapterEnd(PdfWriter writer,
Document document,
float paragraphPosition) |
Called when the end of a Chapter is reached.
|
void |
PdfPageEventHelper.onChapterEnd(PdfWriter writer,
Document document,
float position) |
Called when the end of a Chapter is reached.
|
void |
PdfPageEvent.onCloseDocument(PdfWriter writer,
Document document) |
Called when the document is closed.
|
void |
PdfPageEventHelper.onCloseDocument(PdfWriter writer,
Document document) |
Called when the document is closed.
|
void |
PdfPageEvent.onEndPage(PdfWriter writer,
Document document) |
Called when a page is finished, just before being written to the document.
|
void |
PdfPageEventHelper.onEndPage(PdfWriter writer,
Document document) |
Called when a page is finished, just before being written to the document.
|
void |
PdfPageEvent.onGenericTag(PdfWriter writer,
Document document,
Rectangle rect,
java.lang.String text) |
Called when a Chunk with a generic tag is written.
|
void |
PdfPageEventHelper.onGenericTag(PdfWriter writer,
Document document,
Rectangle rect,
java.lang.String text) |
Called when a Chunk with a generic tag is written.
|
void |
PdfPageEvent.onOpenDocument(PdfWriter writer,
Document document) |
Called when the document is opened.
|
void |
PdfPageEventHelper.onOpenDocument(PdfWriter writer,
Document document) |
Called when the document is opened.
|
void |
PdfPageEvent.onParagraph(PdfWriter writer,
Document document,
float paragraphPosition) |
Called when a Paragraph is written.
|
void |
PdfPageEventHelper.onParagraph(PdfWriter writer,
Document document,
float paragraphPosition) |
Called when a Paragraph is written.
|
void |
PdfPageEvent.onParagraphEnd(PdfWriter writer,
Document document,
float paragraphPosition) |
Called when a Paragraph is written.
|
void |
PdfPageEventHelper.onParagraphEnd(PdfWriter writer,
Document document,
float paragraphPosition) |
Called when a Paragraph is written.
|
void |
PdfPageEvent.onSection(PdfWriter writer,
Document document,
float paragraphPosition,
int depth,
Paragraph title) |
Called when a Section is written.
|
void |
PdfPageEventHelper.onSection(PdfWriter writer,
Document document,
float paragraphPosition,
int depth,
Paragraph title) |
Called when a Section is written.
|
void |
PdfPageEvent.onSectionEnd(PdfWriter writer,
Document document,
float paragraphPosition) |
Called when the end of a Section is reached.
|
void |
PdfPageEventHelper.onSectionEnd(PdfWriter writer,
Document document,
float position) |
Called when the end of a Section is reached.
|
void |
PdfPageEvent.onStartPage(PdfWriter writer,
Document document) |
Called when a page is initialized.
|
void |
PdfPageEventHelper.onStartPage(PdfWriter writer,
Document document) |
Called when a page is initialized.
|
void |
BaseField.setWriter(PdfWriter writer) |
Setter for property writer.
|
void |
XfaForm.setXfa(PdfWriter writer) |
Sets the XFA key from the instance data.
|
static void |
XfaForm.setXfa(XfaForm form,
PdfReader reader,
PdfWriter writer) |
Sets the XFA key from a byte array.
|
(package private) static PdfShading |
PdfShading.simpleAxial(PdfWriter writer,
float x0,
float y0,
float x1,
float y1,
java.awt.Color startColor,
java.awt.Color endColor) |
|
private static PdfShading |
PdfShading.simpleAxial(PdfWriter writer,
float x0,
float y0,
float x1,
float y1,
java.awt.Color startColor,
java.awt.Color endColor,
boolean extendStart,
boolean extendEnd) |
|
private static PdfShading |
PdfShading.simpleRadial(PdfWriter writer,
float x0,
float y0,
float r0,
float x1,
float y1,
float r1,
java.awt.Color startColor,
java.awt.Color endColor,
boolean extendStart,
boolean extendEnd) |
|
protected void |
PdfStream.superToPdf(PdfWriter writer,
java.io.OutputStream os) |
|
void |
PdfArray.toPdf(PdfWriter writer,
java.io.OutputStream os) |
Writes the PDF representation of this PdfArray as an array
of byte to the specified OutputStream .
|
(package private) byte[] |
PdfContentByte.toPdf(PdfWriter writer) |
Returns the PDF representation of this PdfContentByte -object.
|
void |
PdfDashPattern.toPdf(PdfWriter writer,
java.io.OutputStream os) |
Returns the PDF representation of this PdfArray .
|
void |
PdfDictionary.toPdf(PdfWriter writer,
java.io.OutputStream os) |
Writes the PDF representation of this PdfDictionary as an
array of byte to the given OutputStream .
|
void |
PdfEFStream.toPdf(PdfWriter writer,
java.io.OutputStream os) |
|
void |
PdfLiteral.toPdf(PdfWriter writer,
java.io.OutputStream os) |
|
void |
PdfObject.toPdf(PdfWriter writer,
java.io.OutputStream os) |
Writes the PDF representation of this PdfObject as an
array of byte s to the writer.
|
void |
PdfOutline.toPdf(PdfWriter writer,
java.io.OutputStream os) |
Returns the PDF representation of this PdfOutline .
|
void |
PdfStream.toPdf(PdfWriter writer,
java.io.OutputStream os) |
|
void |
PdfString.toPdf(PdfWriter writer,
java.io.OutputStream os) |
Writes the PDF representation of this PdfString as an array
of byte to the specified OutputStream .
|
void |
PdfWriter.PdfTrailer.toPdf(PdfWriter writer,
java.io.OutputStream os) |
Returns the PDF representation of this PdfObject .
|
void |
PRIndirectReference.toPdf(PdfWriter writer,
java.io.OutputStream os) |
|
void |
PRStream.toPdf(PdfWriter writer,
java.io.OutputStream os) |
|
(package private) static PdfFunction |
PdfFunction.type2(PdfWriter writer,
float[] domain,
float[] range,
float[] c0,
float[] c1,
float n) |
|
private static PdfShading |
PdfShading.type2(PdfWriter writer,
java.awt.Color colorSpace,
float[] coords,
float[] domain,
PdfFunction function,
boolean[] extend) |
|
private static PdfShading |
PdfShading.type3(PdfWriter writer,
java.awt.Color colorSpace,
float[] coords,
float[] domain,
PdfFunction function,
boolean[] extend) |
|
(package private) abstract void |
BaseFont.writeFont(PdfWriter writer,
PdfIndirectReference ref,
java.lang.Object[] params) |
Outputs to the writer the font dictionaries and streams.
|
(package private) void |
CJKFont.writeFont(PdfWriter writer,
PdfIndirectReference ref,
java.lang.Object[] params) |
|
(package private) void |
DocumentFont.writeFont(PdfWriter writer,
PdfIndirectReference ref,
java.lang.Object[] params) |
Outputs to the writer the font dictionaries and streams.
|
(package private) void |
FontDetails.writeFont(PdfWriter writer) |
Writes the font definition to the document.
|
(package private) void |
TrueTypeFont.writeFont(PdfWriter writer,
PdfIndirectReference ref,
java.lang.Object[] params) |
Outputs to the writer the font dictionaries and streams.
|
(package private) void |
TrueTypeFontUnicode.writeFont(PdfWriter writer,
PdfIndirectReference ref,
java.lang.Object[] params) |
Outputs to the writer the font dictionaries and streams.
|
(package private) void |
Type1Font.writeFont(PdfWriter writer,
PdfIndirectReference ref,
java.lang.Object[] params) |
Outputs to the writer the font dictionaries and streams.
|
static PdfDictionary |
PdfNameTree.writeTree(java.util.HashMap items,
PdfWriter writer) |
Writes a name tree to a PdfWriter.
|
(package private) static PdfDictionary |
PdfNumberTree.writeTree(java.util.HashMap items,
PdfWriter writer) |
Creates a number tree.
|