public static enum PdfSigLockDictionary.LockPermissions extends Enum<PdfSigLockDictionary.LockPermissions>
| Enum Constant and Description | 
|---|
FORM_FILLING  |  
          
FORM_FILLING_AND_ANNOTATION  |  
          
NO_CHANGES_ALLOWED  |  
          
| Modifier and Type | Method and Description | 
|---|---|
PdfNumber |  
           getValue()  |  
          
static PdfSigLockDictionary.LockPermissions |  
           valueOf(String name) 
            
              Returns the enum constant of this type with the specified name. 
               |  
          
static PdfSigLockDictionary.LockPermissions[] |  
           values() 
            
              Returns an array containing the constants of this enum type, in the order they are declared. 
               |  
          
public static final PdfSigLockDictionary.LockPermissions NO_CHANGES_ALLOWED
public static final PdfSigLockDictionary.LockPermissions FORM_FILLING
public static final PdfSigLockDictionary.LockPermissions FORM_FILLING_AND_ANNOTATION
public static PdfSigLockDictionary.LockPermissions[] values()
for (PdfSigLockDictionary.LockPermissions c : PdfSigLockDictionary.LockPermissions.values()) System.out.println(c);
public static PdfSigLockDictionary.LockPermissions valueOf(String name)
name - the name of the enum constant to be returned. 
           IllegalArgumentException - if this enum type has no constant with the specified name 
           NullPointerException - if the argument is null 
           public PdfNumber getValue()
Copyright © 1998–2019. All rights reserved.