public class PdfCollectionSchema extends PdfDictionary
Constructor | Description |
---|---|
PdfCollectionSchema() |
Creates a Collection Schema dictionary.
|
Modifier and Type | Method | Description |
---|---|---|
void |
addField(String name,
PdfCollectionField field) |
Adds a Collection field to the Schema.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
checkType, clear, 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
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type
public PdfCollectionSchema()
public void addField(String name, PdfCollectionField field)
name
- the name of the collection fieldfield
- a Collection FieldCopyright © 2018. All rights reserved.