public class PdfAProperties extends Object
| Modifier and Type | Field and Description | 
|---|---|
static String |  
           CONFORMANCE 
            
              Conformance, A, B, or U. 
               |  
          
static String |  
           PART 
            
              Part, always 1. 
               |  
          
| Constructor and Description | 
|---|
PdfAProperties()  |  
          
| Modifier and Type | Method and Description | 
|---|---|
static void |  
           setConformance(XMPMeta xmpMeta, String conformance) 
            
              Adds the conformance. 
               |  
          
static void |  
           setPart(XMPMeta xmpMeta, String part) 
            
              Adds part. 
               |  
          
public static final String PART
public static final String CONFORMANCE
public static void setPart(XMPMeta xmpMeta, String part) throws XMPException
xmpMeta - 
           part - 
           XMPException 
           public static void setConformance(XMPMeta xmpMeta, String conformance) throws XMPException
xmpMeta - 
           conformance - 
           XMPException 
           Copyright © 1998–2019. All rights reserved.