com.itextpdf.text.xml.xmp
Class PdfAProperties

java.lang.Object
  extended by com.itextpdf.text.xml.xmp.PdfAProperties

public class PdfAProperties
extends Object


Field Summary
static String CONFORMANCE
          Conformance, A, B, or U.
static String PART
          Part, always 1.
 
Constructor Summary
PdfAProperties()
           
 
Method Summary
static void setConformance(XMPMeta xmpMeta, String conformance)
          Adds the conformance.
static void setPart(XMPMeta xmpMeta, String part)
          Adds part.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PART

public static final String PART
Part, always 1.

See Also:
Constant Field Values

CONFORMANCE

public static final String CONFORMANCE
Conformance, A, B, or U.

See Also:
Constant Field Values
Constructor Detail

PdfAProperties

public PdfAProperties()
Method Detail

setPart

public static void setPart(XMPMeta xmpMeta,
                           String part)
                    throws XMPException
Adds part.

Parameters:
xmpMeta -
part -
Throws:
XMPException

setConformance

public static void setConformance(XMPMeta xmpMeta,
                                  String conformance)
                           throws XMPException
Adds the conformance.

Parameters:
xmpMeta -
conformance -
Throws:
XMPException


Copyright © 2014. All Rights Reserved.