Package com.itextpdf.text.xml.xmp
Class PdfAProperties
- java.lang.Object
-
- com.itextpdf.text.xml.xmp.PdfAProperties
-
public class PdfAProperties extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CONFORMANCE
Conformance, A, B, or U.static java.lang.String
PART
Part, always 1.
-
Constructor Summary
Constructors Constructor Description PdfAProperties()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
setConformance(XMPMeta xmpMeta, java.lang.String conformance)
Adds the conformance.static void
setPart(XMPMeta xmpMeta, java.lang.String part)
Adds part.
-
-
-
Field Detail
-
PART
public static final java.lang.String PART
Part, always 1.- See Also:
- Constant Field Values
-
CONFORMANCE
public static final java.lang.String CONFORMANCE
Conformance, A, B, or U.- See Also:
- Constant Field Values
-
-
Method Detail
-
setPart
public static void setPart(XMPMeta xmpMeta, java.lang.String part) throws XMPException
Adds part.- Parameters:
xmpMeta
-part
-- Throws:
XMPException
-
setConformance
public static void setConformance(XMPMeta xmpMeta, java.lang.String conformance) throws XMPException
Adds the conformance.- Parameters:
xmpMeta
-conformance
-- Throws:
XMPException
-
-