|
|||||||||
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.PdfCollectionField
public class PdfCollectionField
Field Summary | |
---|---|
static int |
CREATIONDATE
A possible type of collection field. |
static int |
DATE
A possible type of collection field. |
static int |
DESC
A possible type of collection field. |
protected int |
fieldType
The type of the PDF collection field. |
static int |
FILENAME
A possible type of collection field. |
static int |
MODDATE
A possible type of collection field. |
static int |
NUMBER
A possible type of collection field. |
static int |
SIZE
A possible type of collection field. |
static int |
TEXT
A possible type of collection field. |
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, STREAM, STRING, TEXT_PDFDOCENCODING, TEXT_UNICODE, type |
Constructor Summary | |
---|---|
PdfCollectionField(java.lang.String name,
int type)
Creates a PdfCollectionField. |
Method Summary | |
---|---|
PdfObject |
getValue(java.lang.String v)
Returns a PdfObject that can be used as the value of a Collection Item. |
boolean |
isCollectionItem()
Checks if the type of the field is suitable for a Collection Item. |
void |
setEditable(boolean editable)
Indication if the field value should be editable in the viewer. |
void |
setOrder(int i)
The relative order of the field name. |
void |
setVisible(boolean visible)
Sets the initial visibility of the field. |
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 |
---|
public static final int TEXT
public static final int DATE
public static final int NUMBER
public static final int FILENAME
public static final int DESC
public static final int MODDATE
public static final int CREATIONDATE
public static final int SIZE
protected int fieldType
type
previously)Constructor Detail |
---|
public PdfCollectionField(java.lang.String name, int type)
name
- the field nametype
- the field typeMethod Detail |
---|
public void setOrder(int i)
i
- a number indicating the order of the fieldpublic void setVisible(boolean visible)
visible
- the default is true (visible)public void setEditable(boolean editable)
editable
- the default is false (not editable)public boolean isCollectionItem()
public PdfObject getValue(java.lang.String v)
v
- value the value that has to be changed into a PdfObject (PdfString, PdfDate or PdfNumber)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |