com.lowagie.text.pdf.collection

Class PdfCollectionSchema

public class PdfCollectionSchema extends PdfDictionary

Constructor Summary
PdfCollectionSchema()
Creates a Collection Schema dictionary.
Method Summary
voidaddField(String name, PdfCollectionField field)
Adds a Collection field to the Schema.

Constructor Detail

PdfCollectionSchema

public PdfCollectionSchema()
Creates a Collection Schema dictionary.

Method Detail

addField

public void addField(String name, PdfCollectionField field)
Adds a Collection field to the Schema.

Parameters: name the name of the collection field field a Collection Field