public static class PdfMaker.PdfDictionary extends PdfMaker.PdfObject
parent
Constructor and Description |
---|
PdfDictionary() |
PdfDictionary(String type) |
Modifier and Type | Method and Description |
---|---|
void |
addAll(String list,
char separator) |
protected void |
prepareForWrite() |
void |
put(String key,
int value) |
void |
put(String key,
String value) |
void |
putObject(String key,
PdfMaker.PdfObject object) |
void |
putProperties(String keys,
PropertyList pl)
Here the name of the property in the PropertyList is the same as
the key.
|
void |
putProperty(String key,
PropertyList pl,
String defaultValue)
Here the name of the property in the PropertyList is the same as
the key.
|
void |
putProperty(String key,
PropertyList pl,
String name,
String defaultValue) |
void |
putReference(String key,
PdfMaker.PdfObject obj) |
int |
size() |
void |
writeContents(PdfMaker.PdfOutputStream out) |
getReference, writeAsObject
public PdfDictionary()
public PdfDictionary(String type)
public int size()
public void putObject(String key, PdfMaker.PdfObject object)
public void put(String key, int value)
public void putProperty(String key, PropertyList pl, String name, String defaultValue)
public void putProperty(String key, PropertyList pl, String defaultValue)
public void putProperties(String keys, PropertyList pl)
public void putReference(String key, PdfMaker.PdfObject obj)
public void addAll(String list, char separator)
public void writeContents(PdfMaker.PdfOutputStream out) throws IOException
writeContents
in class PdfMaker.PdfObject
IOException
protected void prepareForWrite()
prepareForWrite
in class PdfMaker.PdfObject