public class PDFDictionary extends Object implements PDFConstants
| Modifier and Type | Field and Description | 
|---|---|
| protected PDFByteWriter | out | 
| protected PDF | pdf | 
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| Modifier and Type | Method and Description | 
|---|---|
| void | close(PDFDictionary dictionary) | 
| void | entry(String key,
     boolean bool) | 
| void | entry(String key,
     boolean[] bool) | 
| void | entry(String key,
     Calendar date) | 
| void | entry(String key,
     double number) | 
| void | entry(String key,
     double[] numbers) | 
| void | entry(String key,
     int number) | 
| void | entry(String key,
     int[] numbers) | 
| void | entry(String key,
     Object[] objs) | 
| void | entry(String key,
     PDFName name) | 
| void | entry(String key,
     PDFRef ref) | 
| void | entry(String key,
     String string) | 
| PDFDictionary | openDictionary(String name) | 
protected PDFByteWriter out
protected PDF pdf
public void entry(String key, String string) throws IOException
IOExceptionpublic void entry(String key, PDFName name) throws IOException
IOExceptionpublic void entry(String key, int number) throws IOException
IOExceptionpublic void entry(String key, double number) throws IOException
IOExceptionpublic void entry(String key, boolean bool) throws IOException
IOExceptionpublic void entry(String key, PDFRef ref) throws IOException
IOExceptionpublic void entry(String key, Calendar date) throws IOException
IOExceptionpublic void entry(String key, Object[] objs) throws IOException
IOExceptionpublic void entry(String key, int[] numbers) throws IOException
IOExceptionpublic void entry(String key, double[] numbers) throws IOException
IOExceptionpublic void entry(String key, boolean[] bool) throws IOException
IOExceptionpublic PDFDictionary openDictionary(String name) throws IOException
IOExceptionpublic void close(PDFDictionary dictionary) throws IOException
IOExceptionCopyright © 2014. All rights reserved.