public class AdobePDFSchema extends XMPSchema
Modifier and Type | Field and Description |
---|---|
static String |
KEYWORDS |
static String |
PDF_VERSION |
static String |
PRODUCER |
STRUCTURE_ARRAY_NAME
Constructor and Description |
---|
AdobePDFSchema(XMPMetadata metadata)
Constructor of an Adobe PDF schema with preferred prefix
|
AdobePDFSchema(XMPMetadata metadata,
String ownPrefix)
Constructor of an Adobe PDF schema with specified prefix
|
Modifier and Type | Method and Description |
---|---|
String |
getKeywords()
Give the PDF Keywords property value (string)
|
TextType |
getKeywordsProperty()
Give the PDF Keywords property
|
String |
getPDFVersion()
Give the PDFVersion property value (string)
|
TextType |
getPDFVersionProperty()
Give the PDFVersion property
|
String |
getProducer()
Give the producer property value (string)
|
TextType |
getProducerProperty()
Give the producer property
|
void |
setKeywords(String value)
Set the PDF keywords
|
void |
setKeywordsProperty(TextType keywords)
Set the PDF keywords
|
void |
setPDFVersion(String value)
Set the PDFVersion
|
void |
setPDFVersionProperty(TextType version)
Set the PDFVersion
|
void |
setProducer(String value)
Set the PDFProducer
|
void |
setProducerProperty(TextType producer)
Set the PDFProducer
|
addBagValue, addBagValueAsSimple, addQualifiedBagValue, addSequenceDateValueAsSimple, addUnqualifiedSequenceDateValue, addUnqualifiedSequenceValue, addUnqualifiedSequenceValue, getAboutAttribute, getAboutValue, getAbstractProperty, getBooleanProperty, getBooleanPropertyValue, getBooleanPropertyValueAsSimple, getDateProperty, getDatePropertyValue, getDatePropertyValueAsSimple, getIntegerProperty, getIntegerPropertyValue, getIntegerPropertyValueAsSimple, getUnqualifiedArrayList, getUnqualifiedBagValueList, getUnqualifiedLanguagePropertyLanguagesValue, getUnqualifiedLanguagePropertyValue, getUnqualifiedSequenceDateValueList, getUnqualifiedSequenceValueList, getUnqualifiedTextProperty, getUnqualifiedTextPropertyValue, instanciateSimple, merge, removeUnqualifiedArrayValue, removeUnqualifiedBagValue, removeUnqualifiedSequenceDateValue, removeUnqualifiedSequenceValue, removeUnqualifiedSequenceValue, reorganizeAltOrder, setAbout, setAboutAsSimple, setBooleanProperty, setBooleanPropertyValue, setBooleanPropertyValueAsSimple, setDateProperty, setDatePropertyValue, setDatePropertyValueAsSimple, setIntegerProperty, setIntegerPropertyValue, setIntegerPropertyValueAsSimple, setTextProperty, setTextPropertyValue, setTextPropertyValueAsSimple, setUnqualifiedLanguagePropertyValue
addSimpleProperty, createArrayProperty, createTextType, getDatePropertyAsCalendar, getNamespace, getPreferedPrefix, getPrefix, getPropertyValueAsString, setNamespace, setPrefix
addNamespace, addProperty, getAllNamespacesWithPrefix, getAllProperties, getArrayProperty, getContainer, getFirstEquivalentProperty, getNamespacePrefix, getProperty, removeProperty
containsAttribute, getAllAttributes, getAttribute, getMetadata, getPropertyName, removeAttribute, setAttribute, setPropertyName
public static final String KEYWORDS
public static final String PDF_VERSION
public static final String PRODUCER
public AdobePDFSchema(XMPMetadata metadata)
metadata
- The metadata to attach this schemapublic AdobePDFSchema(XMPMetadata metadata, String ownPrefix)
metadata
- The metadata to attach this schemaownPrefix
- The prefix to assignpublic void setKeywords(String value)
value
- Value to setpublic void setKeywordsProperty(TextType keywords)
keywords
- Property to setpublic void setPDFVersion(String value)
value
- Value to setpublic void setPDFVersionProperty(TextType version)
version
- Property to setpublic void setProducer(String value)
value
- Value to setpublic void setProducerProperty(TextType producer)
producer
- Property to setpublic TextType getKeywordsProperty()
public String getKeywords()
public TextType getPDFVersionProperty()
public String getPDFVersion()
public TextType getProducerProperty()
public String getProducer()
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.