public class PdfCollectionSchema extends PdfDictionary
Constructor and Description |
---|
PdfCollectionSchema()
Creates a Collection Schema dictionary.
|
Modifier and Type | Method and Description |
---|---|
void |
addField(String name, PdfCollectionField field)
Adds a Collection field to the Schema.
|
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 field
field
- a Collection Field
Copyright © 2016. All rights reserved.