org.freehep.graphicsio.pdf
Class PDFCatalog

java.lang.Object
  extended by org.freehep.graphicsio.pdf.PDFDictionary
      extended by org.freehep.graphicsio.pdf.PDFCatalog
All Implemented Interfaces:
PDFConstants

public class PDFCatalog
extends PDFDictionary

Implements the Catalog Dictionary (see Table 3.15).

Version:
$Id: PDFCatalog.java 8584 2006-08-10 23:06:37Z duns $
Author:
Mark Donszelmann

Field Summary
 
Fields inherited from class org.freehep.graphicsio.pdf.PDFDictionary
out, pdf
 
Fields inherited from interface org.freehep.graphicsio.pdf.PDFConstants
CAP_BUTT, CAP_ROUND, CAP_SQUARE, dateFormat, EOL, JOIN_BEVEL, JOIN_MITTER, JOIN_ROUND, MODE_CLIP, MODE_FILL, MODE_FILL_CLIP, MODE_FILL_STROKE, MODE_FILL_STROKE_CLIP, MODE_INVISIBLE, MODE_STROKE, MODE_STROKE_CLIP
 
Method Summary
 void setAcroForm(String acroForm)
           
 void setDests(String dests)
           
 void setNames(String names)
           
 void setOpenAction(Object[] openAction)
           
 void setOutlines(String outlines)
           
 void setPageLayout(String pageLayout)
           
 void setPageMode(String pageMode)
           
 void setSpiderInfo(String spiderInfo)
           
 void setStructTreeRoot(String structTreeRoot)
           
 void setThreads(String threads)
           
 void setURI(String uri)
           
 void setViewerPreferences(String viewerPreferences)
           
 
Methods inherited from class org.freehep.graphicsio.pdf.PDFDictionary
close, entry, entry, entry, entry, entry, entry, entry, entry, entry, entry, entry, openDictionary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setNames

public void setNames(String names)
              throws IOException
Throws:
IOException

setDests

public void setDests(String dests)
              throws IOException
Throws:
IOException

setViewerPreferences

public void setViewerPreferences(String viewerPreferences)
                          throws IOException
Throws:
IOException

setPageLayout

public void setPageLayout(String pageLayout)
                   throws IOException
Throws:
IOException

setPageMode

public void setPageMode(String pageMode)
                 throws IOException
Throws:
IOException

setOutlines

public void setOutlines(String outlines)
                 throws IOException
Throws:
IOException

setThreads

public void setThreads(String threads)
                throws IOException
Throws:
IOException

setOpenAction

public void setOpenAction(Object[] openAction)
                   throws IOException
Throws:
IOException

setURI

public void setURI(String uri)
            throws IOException
Throws:
IOException

setAcroForm

public void setAcroForm(String acroForm)
                 throws IOException
Throws:
IOException

setStructTreeRoot

public void setStructTreeRoot(String structTreeRoot)
                       throws IOException
Throws:
IOException

setSpiderInfo

public void setSpiderInfo(String spiderInfo)
                   throws IOException
Throws:
IOException


Copyright © 2012. All Rights Reserved.