|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lowagie.text.pdf.PdfLister
public class PdfLister
List a PDF file in human-readable form (for debugging reasons mostly)
Field Summary | |
---|---|
(package private) PrintStream |
out
the printStream you want to write the output to. |
Constructor Summary | |
---|---|
PdfLister(PrintStream out)
Create a new lister object. |
Method Summary | |
---|---|
void |
listAnyObject(PdfObject object)
Visualizes a PDF object. |
void |
listArray(PdfArray array)
Visualizes a PdfArray object. |
void |
listDict(PdfDictionary dictionary)
Visualizes a PdfDictionary object. |
void |
listPage(PdfImportedPage iPage)
Visualizes an imported page |
void |
listStream(PRStream stream,
PdfReaderInstance reader)
Visualizes a Stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
PrintStream out
Constructor Detail |
---|
public PdfLister(PrintStream out)
out
- Method Detail |
---|
public void listAnyObject(PdfObject object)
object
- a com.lowagie.text.pdf objectpublic void listDict(PdfDictionary dictionary)
dictionary
- a com.lowagie.text.pdf.PdfDictionary objectpublic void listArray(PdfArray array)
array
- a com.lowagie.text.pdf.PdfArray objectpublic void listStream(PRStream stream, PdfReaderInstance reader)
stream
- reader
- public void listPage(PdfImportedPage iPage)
iPage
-
|
Hosted by Hostbasket | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |