|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.lowagie.text.pdf.PdfObject
com.lowagie.text.pdf.PdfDictionary
com.lowagie.text.pdf.collection.PdfCollectionItem
public class PdfCollectionItem
| Field Summary | |
|---|---|
(package private) PdfCollectionSchema |
schema
The PdfCollectionSchema with the names and types of the items. |
| 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(String key,
Calendar c)
Sets the value of the collection item. |
void |
addItem(String key,
double d)
Sets the value of the collection item. |
void |
addItem(String key,
float f)
Sets the value of the collection item. |
void |
addItem(String key,
int i)
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,
PdfString value)
Sets the value of the collection item. |
void |
addItem(String key,
String value)
Sets the value of the collection item. |
void |
setPrefix(String key,
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 |
| Field Detail |
|---|
PdfCollectionSchema schema
| Constructor Detail |
|---|
public PdfCollectionItem(PdfCollectionSchema schema)
| Method Detail |
|---|
public void addItem(String key,
String value)
value -
public void addItem(String key,
PdfString value)
value -
public void addItem(String key,
PdfDate d)
d -
public void addItem(String key,
PdfNumber n)
n -
public void addItem(String key,
Calendar c)
c -
public void addItem(String key,
int i)
i -
public void addItem(String key,
float f)
f -
public void addItem(String key,
double d)
d -
public void setPrefix(String key,
String prefix)
prefix - a prefix
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||