com.itextpdf.text.xml.xmp
Class PdfAProperties
java.lang.Object
com.itextpdf.text.xml.xmp.PdfAProperties
public class PdfAProperties
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
PdfAProperties
public PdfAProperties()
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.