|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.lowagie.text.pdf.PdfObject com.lowagie.text.pdf.PdfDictionary com.lowagie.text.pdf.collection.PdfCollectionItem
public class PdfCollectionItem
Field Summary |
---|
Fields inherited from class com.lowagie.text.pdf.PdfDictionary |
---|
CATALOG, FONT, hashMap, OUTLINES, PAGE, PAGES |
Fields inherited from class com.lowagie.text.pdf.PdfObject |
---|
ARRAY, BOOLEAN, bytes, DICTIONARY, INDIRECT, indRef, NAME, NOTHING, NULL, NUMBER, STREAM, STRING, TEXT_PDFDOCENCODING, TEXT_UNICODE, type |
Constructor Summary | |
---|---|
PdfCollectionItem(PdfCollectionSchema schema)
Constructs a Collection Item that can be added to a PdfFileSpecification. |
Method Summary | |
---|---|
void |
addItem(java.lang.String key,
java.util.Calendar c)
Sets the value of the collection item. |
void |
addItem(java.lang.String key,
double d)
Sets the value of the collection item. |
void |
addItem(java.lang.String key,
float f)
Sets the value of the collection item. |
void |
addItem(java.lang.String key,
int i)
Sets the value of the collection item. |
void |
addItem(java.lang.String key,
PdfDate d)
Sets the value of the collection item. |
void |
addItem(java.lang.String key,
PdfNumber n)
Sets the value of the collection item. |
void |
addItem(java.lang.String key,
PdfString value)
Sets the value of the collection item. |
void |
addItem(java.lang.String key,
java.lang.String value)
Sets the value of the collection item. |
void |
setPrefix(java.lang.String key,
java.lang.String prefix)
Adds a prefix for the Collection item. |
Methods inherited from class com.lowagie.text.pdf.PdfDictionary |
---|
contains, get, getAsArray, getAsBoolean, getAsDict, getAsIndirectObject, getAsName, getAsNumber, getAsStream, getAsString, getDirectObject, getKeys, isCatalog, isFont, isOutlineTree, isPage, isPages, merge, mergeDifferent, put, putAll, putEx, remove, size, toPdf, toString |
Methods inherited from class com.lowagie.text.pdf.PdfObject |
---|
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PdfCollectionItem(PdfCollectionSchema schema)
Method Detail |
---|
public void addItem(java.lang.String key, java.lang.String value)
value
- public void addItem(java.lang.String key, PdfString value)
value
- public void addItem(java.lang.String key, PdfDate d)
d
- public void addItem(java.lang.String key, PdfNumber n)
n
- public void addItem(java.lang.String key, java.util.Calendar c)
c
- public void addItem(java.lang.String key, int i)
i
- public void addItem(java.lang.String key, float f)
f
- public void addItem(java.lang.String key, double d)
d
- public void setPrefix(java.lang.String key, java.lang.String prefix)
prefix
- a prefix
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |