public class PdfDeveloperExtension extends Object
Modifier and Type | Field and Description |
---|---|
static PdfDeveloperExtension |
ADOBE_1_7_EXTENSIONLEVEL3
An instance of this class for Adobe 1.7 Extension level 3.
|
protected PdfName |
baseversion
The base version.
|
protected int |
extensionLevel
The extension level within the baseversion.
|
protected PdfName |
prefix
The prefix used in the Extensions dictionary added to the Catalog.
|
Constructor and Description |
---|
PdfDeveloperExtension(PdfName prefix,
PdfName baseversion,
int extensionLevel)
Creates a PdfDeveloperExtension object.
|
Modifier and Type | Method and Description |
---|---|
PdfName |
getBaseversion()
Gets the baseversion name.
|
PdfDictionary |
getDeveloperExtensions()
Generations the developer extension dictionary corresponding
with the prefix.
|
int |
getExtensionLevel()
Gets the extension level within the baseversion.
|
PdfName |
getPrefix()
Gets the prefix name.
|
public static final PdfDeveloperExtension ADOBE_1_7_EXTENSIONLEVEL3
protected PdfName prefix
protected PdfName baseversion
protected int extensionLevel
public PdfDeveloperExtension(PdfName prefix, PdfName baseversion, int extensionLevel)
prefix
- the prefix referring to the developerbaseversion
- the number of the base versionextensionLevel
- the extension level within the baseverion.public PdfName getPrefix()
public PdfName getBaseversion()
public int getExtensionLevel()
public PdfDictionary getDeveloperExtensions()
Copyright © 2018. All rights reserved.