com.lowagie.text.pdf
public class PdfDeveloperExtension extends Object
Since: 2.1.6
| Field Summary | |
|---|---|
| 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 Summary | |
|---|---|
| PdfDeveloperExtension(PdfName prefix, PdfName baseversion, int extensionLevel)
Creates a PdfDeveloperExtension object. | |
| Method Summary | |
|---|---|
| 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. |
Parameters: prefix the prefix referring to the developer baseversion the number of the base version extensionLevel the extension level within the baseverion.
Returns: a PdfName
Returns: a PdfDictionary
Returns: an integer
Returns: a PdfName