| java.lang.Object org.apache.xmlgraphics.xmp.XMPSchemaAdapter org.apache.xmlgraphics.xmp.schemas.pdf.PDFAAdapter
PDFAAdapter | public class PDFAAdapter extends XMPSchemaAdapter (Code) | | Schema adapter implementation for both the old (deprecated) and the current PDF/A schema.
The old namespace is still needed to make Adobe Acrobat happy.
|
Constructor Summary | |
public | PDFAAdapter(Metadata meta, String namespace) Constructs a new adapter for PDF/A around the given metadata object. |
PDFAAdapter | public PDFAAdapter(Metadata meta, String namespace)(Code) | | Constructs a new adapter for PDF/A around the given metadata object.
Parameters: meta - the underlying metadata Parameters: namespace - the namespace to access the schema (must be one of the PDF/A schema namespaces) |
getAmendment | public String getAmendment()(Code) | | the PDF/A amendment identifier |
getConformance | public String getConformance()(Code) | | the PDF/A conformance level |
getPart | public int getPart()(Code) | | the PDF/A version identifier |
setAmendment | public void setAmendment(String value)(Code) | | Sets the PDF/A amendment identifier ("amd").
Parameters: value - the amendment identifiert |
setConformance | public void setConformance(String value)(Code) | | Sets the PDF/A conformance level.
Parameters: value - the conformance level ("A" or "B" for PDF/A-1) |
setPart | public void setPart(int value)(Code) | | Sets the PDF/A version identifier ("part").
Parameters: value - the version identifier ("1" for PDF/A-1) |
|
|