public class PdfDeveloperExtension extends Object
| 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 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 © 2021. All rights reserved.