public final class Version extends Object
| Modifier and Type | Field and Description | 
|---|---|
static String |  
           AGPL 
            
              String that will indicate if the AGPL version is used. 
               |  
          
| Constructor and Description | 
|---|
Version()  |  
          
| Modifier and Type | Method and Description | 
|---|---|
static Version |  
           getInstance() 
            
              Gets an instance of the iText version that is currently used. 
               |  
          
String |  
           getKey() 
            
              Returns a license key if one was provided, or null if not. 
               |  
          
String |  
           getProduct() 
            
              Gets the product name. 
               |  
          
String |  
           getRelease() 
            
              Gets the release number. 
               |  
          
String |  
           getVersion() 
            
              Returns the iText version as shown in the producer line. 
               |  
          
static boolean |  
           isAGPLVersion() 
            
              Checks if the AGPL version is used. 
               |  
          
public static String AGPL
public static Version getInstance()
public String getProduct()
public String getRelease()
public String getVersion()
public String getKey()
public static boolean isAGPLVersion()
Copyright © 1998–2019. All rights reserved.