public class PDFAAdapter extends XMPSchemaAdapter
meta
Constructor and Description |
---|
PDFAAdapter(Metadata meta,
String namespace)
Constructs a new adapter for PDF/A around the given metadata object.
|
Modifier and Type | Method and 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").
|
addDateToSeq, addObjectToArray, addStringToBag, addStringToSeq, findQualifiedStructure, findQualifiedValue, formatISO8601Date, formatISO8601Date, getDateArray, getDateValue, getLangAlt, getObjectArray, getQName, getSchema, getStringArray, getValue, removeLangAlt, removeStringFromArray, setCompact, setDateValue, setLangAlt, setValue
public 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 © 2017 Apache Software Foundation. All rights reserved.