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 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
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–2019. All rights reserved.