public class TrailerDictionary
extends java.lang.Object
Constructor | Description |
---|---|
TrailerDictionary(PDFDocument pdfDocument) |
Modifier and Type | Method | Description |
---|---|---|
PDFDictionary |
getDictionary() |
|
TrailerDictionary |
setEncryption(PDFEncryption encryption) |
Sets the value of the Encrypt entry.
|
TrailerDictionary |
setFileID(byte[] originalFileID,
byte[] updatedFileID) |
Sets the value of the ID entry.
|
TrailerDictionary |
setInfo(PDFInfo info) |
Sets the value of the Info entry.
|
TrailerDictionary |
setRoot(PDFRoot root) |
Sets the value of the Root entry.
|
public TrailerDictionary(PDFDocument pdfDocument)
public TrailerDictionary setRoot(PDFRoot root)
public TrailerDictionary setInfo(PDFInfo info)
public TrailerDictionary setEncryption(PDFEncryption encryption)
public TrailerDictionary setFileID(byte[] originalFileID, byte[] updatedFileID)
public PDFDictionary getDictionary()
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.