com.lowagie.text.pdf.collection
public class PdfCollectionItem extends PdfDictionary
Field Summary | |
---|---|
PdfCollectionSchema | schema The PdfCollectionSchema with the names and types of the items. |
Constructor Summary | |
---|---|
PdfCollectionItem(PdfCollectionSchema schema)
Constructs a Collection Item that can be added to a PdfFileSpecification. |
Method Summary | |
---|---|
void | addItem(String key, String value)
Sets the value of the collection item. |
void | addItem(String key, PdfString value)
Sets the value of the collection item. |
void | addItem(String key, PdfDate d)
Sets the value of the collection item. |
void | addItem(String key, PdfNumber n)
Sets the value of the collection item. |
void | addItem(String key, Calendar c)
Sets the value of the collection item. |
void | addItem(String key, int i)
Sets the value of the collection item. |
void | addItem(String key, float f)
Sets the value of the collection item. |
void | addItem(String key, double d)
Sets the value of the collection item. |
void | setPrefix(String key, String prefix)
Adds a prefix for the Collection item.
|
Parameters: value
Parameters: value
Parameters: d
Parameters: n
Parameters: c
Parameters: i
Parameters: f
Parameters: d
Parameters: prefix a prefix