Class PdfCollectionItem
java.lang.Object
com.lowagie.text.pdf.PdfObject
com.lowagie.text.pdf.PdfDictionary
com.lowagie.text.pdf.collection.PdfCollectionItem
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) PdfCollectionSchemaDeprecated.The PdfCollectionSchema with the names and types of the items. -
Constructor Summary
ConstructorsConstructorDescriptionPdfCollectionItem(PdfCollectionSchema schema) Deprecated.Constructs a Collection Item that can be added to a PdfFileSpecification. -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.Sets the value of the collection item.voidDeprecated.Sets the value of the collection item.voidDeprecated.Sets the value of the collection item.voidDeprecated.Sets the value of the collection item.voidDeprecated.Sets the value of the collection item.voidDeprecated.Sets the value of the collection item.voidDeprecated.Sets the value of the collection item.voidDeprecated.Sets the value of the collection item.voidDeprecated.Adds a prefix for the Collection item.Methods inherited from class PdfDictionary
clear, contains, get, getAsArray, getAsBoolean, getAsDict, getAsIndirectObject, getAsName, getAsNumber, getAsStream, getAsString, getDirectObject, getKeys, getKeysAndValues, isCatalog, isFont, isOutlineTree, isPage, isPages, merge, mergeDifferent, put, putAll, putEx, remove, size, toPdf, toStringMethods inherited from class PdfObject
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type
-
Field Details
-
schema
PdfCollectionSchema schemaDeprecated.The PdfCollectionSchema with the names and types of the items.
-
-
Constructor Details
-
PdfCollectionItem
Deprecated.Constructs a Collection Item that can be added to a PdfFileSpecification.- Parameters:
schema- the PdfCollectionSchema
-
-
Method Details
-
addItem
-
addItem
-
addItem
-
addItem
-
addItem
-
addItem
Deprecated.Sets the value of the collection item.- Parameters:
key- the keyi- the value
-
addItem
Deprecated.Sets the value of the collection item.- Parameters:
key- the keyf- the value
-
addItem
Deprecated.Sets the value of the collection item.- Parameters:
key- the keyd- the value
-
setPrefix
-