Package | Description |
---|---|
org.apache.fop.render.pdf.extensions |
Modifier and Type | Class and Description |
---|---|
class |
PDFActionExtension |
class |
PDFArrayExtension |
class |
PDFCatalogExtension |
class |
PDFCollectionExtension |
class |
PDFDictionaryExtension |
class |
PDFDocumentInformationExtension |
class |
PDFLayerExtension |
class |
PDFNavigatorExtension |
class |
PDFPageExtension |
class |
PDFPagePieceExtension |
class |
PDFReferenceExtension |
class |
PDFVTExtension |
Modifier and Type | Method and Description |
---|---|
PDFCollectionEntryExtension |
PDFDictionaryExtension.findEntry(java.lang.String key) |
PDFCollectionEntryExtension |
PDFCollectionEntryElement.getExtension() |
abstract PDFCollectionEntryExtension |
PDFCollectionExtension.getLastEntry() |
PDFCollectionEntryExtension |
PDFArrayExtension.getLastEntry() |
PDFCollectionEntryExtension |
PDFDictionaryExtension.getLastEntry() |
Modifier and Type | Method and Description |
---|---|
java.util.List<PDFCollectionEntryExtension> |
PDFArrayExtension.getEntries() |
java.util.List<PDFCollectionEntryExtension> |
PDFDictionaryExtension.getEntries() |
Modifier and Type | Method and Description |
---|---|
abstract void |
PDFCollectionExtension.addEntry(PDFCollectionEntryExtension entry) |
void |
PDFArrayExtension.addEntry(PDFCollectionEntryExtension entry) |
void |
PDFDictionaryExtension.addEntry(PDFCollectionEntryExtension entry) |
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.