public class PDFAAdapter extends XMPSchemaAdapter
meta| Constructor | Description |
|---|---|
PDFAAdapter(Metadata meta,
String namespace) |
Constructs a new adapter for PDF/A around the given metadata object.
|
| Modifier and Type | Method | Description |
|---|---|---|
String |
getAmendment() |
|
String |
getConformance() |
|
int |
getPart() |
|
void |
setAmendment(String value) |
Sets the PDF/A amendment identifier ("amd").
|
void |
setConformance(String value) |
Sets the PDF/A conformance level.
|
void |
setPart(int value) |
Sets the PDF/A version identifier ("part").
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddDateToSeq, addObjectToArray, addStringToBag, addStringToSeq, findQualifiedStructure, findQualifiedValue, formatISO8601Date, formatISO8601Date, getDateArray, getDateValue, getLangAlt, getObjectArray, getQName, getSchema, getStringArray, getValue, removeLangAlt, removeStringFromArray, setCompact, setDateValue, setLangAlt, setValuepublic void setPart(int value)
value - the version identifier ("1" for PDF/A-1)public int getPart()
public void setAmendment(String value)
value - the amendment identifiertpublic String getAmendment()
public void setConformance(String value)
value - the conformance level ("A" or "B" for PDF/A-1)public String getConformance()
Copyright © 2018 Apache Software Foundation. All rights reserved.