Class PDFCollectionExtension
- java.lang.Object
-
- org.apache.fop.render.pdf.extensions.PDFObjectExtension
-
- org.apache.fop.render.pdf.extensions.PDFCollectionEntryExtension
-
- org.apache.fop.render.pdf.extensions.PDFCollectionExtension
-
- Direct Known Subclasses:
PDFArrayExtension,PDFDictionaryExtension
public abstract class PDFCollectionExtension extends PDFCollectionEntryExtension
-
-
Field Summary
-
Fields inherited from class org.apache.fop.render.pdf.extensions.PDFCollectionEntryExtension
PROPERTY_KEY
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPDFCollectionExtension(PDFObjectType type)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidaddEntry(PDFCollectionEntryExtension entry)abstract PDFCollectionEntryExtensiongetLastEntry()-
Methods inherited from class org.apache.fop.render.pdf.extensions.PDFCollectionEntryExtension
getKey, setKey
-
Methods inherited from class org.apache.fop.render.pdf.extensions.PDFObjectExtension
getElementName, getType, getValue, getValueAsBoolean, getValueAsNumber, getValueAsString, getValueAsXMLEscapedString, setValue
-
-
-
-
Constructor Detail
-
PDFCollectionExtension
protected PDFCollectionExtension(PDFObjectType type)
-
-
Method Detail
-
addEntry
public abstract void addEntry(PDFCollectionEntryExtension entry)
-
getLastEntry
public abstract PDFCollectionEntryExtension getLastEntry()
-
-