|
fop 2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.pdf.xref.TrailerDictionary
public class TrailerDictionary
A data class representing entries of the file trailer dictionary.
Constructor Summary | |
---|---|
TrailerDictionary(PDFDocument pdfDocument)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TrailerDictionary(PDFDocument pdfDocument)
Method Detail |
---|
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()
|
fop 2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |