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.
|
static PdfDeveloperExtension |
ESIC_1_7_EXTENSIONLEVEL2
An instance of this class for ETSI 1.7 Extension level 2.
|
static PdfDeveloperExtension |
ESIC_1_7_EXTENSIONLEVEL5
An instance of this class for ETSI 1.7 Extension level 5.
|
protected int |
extensionLevel
The extension level within the base version.
|
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
public static final PdfDeveloperExtension ESIC_1_7_EXTENSIONLEVEL2
public static final PdfDeveloperExtension ESIC_1_7_EXTENSIONLEVEL5
protected PdfName prefix
protected PdfName baseVersion
protected int extensionLevel
public PdfDeveloperExtension(PdfName prefix, PdfName baseVersion, int extensionLevel)
prefix
- the prefix referring to the developer
baseVersion
- the number of the base version
extensionLevel
- the extension level within the baseverion.
public PdfName getPrefix()
public PdfName getBaseVersion()
public int getExtensionLevel()
public PdfDictionary getDeveloperExtensions()
Copyright © 1998–2018 iText Group NV. All rights reserved.