Class AdobePDFSchema
java.lang.Object
org.apache.xmpbox.type.AbstractField
org.apache.xmpbox.type.AbstractComplexProperty
org.apache.xmpbox.type.AbstractStructuredType
org.apache.xmpbox.schema.XMPSchema
org.apache.xmpbox.schema.AdobePDFSchema
-
Field Summary
FieldsFields inherited from class AbstractStructuredType
STRUCTURE_ARRAY_NAME -
Constructor Summary
ConstructorsConstructorDescriptionAdobePDFSchema(XMPMetadata metadata) Constructor of an Adobe PDF schema with preferred prefixAdobePDFSchema(XMPMetadata metadata, String ownPrefix) Constructor of an Adobe PDF schema with specified prefix -
Method Summary
Modifier and TypeMethodDescriptionGive the PDF Keywords property value (string)Give the PDF Keywords propertyGive the PDFVersion property value (string)Give the PDFVersion propertyGive the producer property value (string)Give the producer propertyvoidsetKeywords(String value) Set the PDF keywordsvoidsetKeywordsProperty(TextType keywords) Set the PDF keywordsvoidsetPDFVersion(String value) Set the PDFVersionvoidsetPDFVersionProperty(TextType version) Set the PDFVersionvoidsetProducer(String value) Set the PDFProducervoidsetProducerProperty(TextType producer) Set the PDFProducerMethods inherited from class XMPSchema
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, setUnqualifiedLanguagePropertyValueMethods inherited from class AbstractStructuredType
addSimpleProperty, createArrayProperty, createTextType, getDatePropertyAsCalendar, getNamespace, getPreferedPrefix, getPrefix, getPropertyValueAsString, setNamespace, setPrefixMethods inherited from class AbstractComplexProperty
addNamespace, addProperty, getAllNamespacesWithPrefix, getAllProperties, getArrayProperty, getContainer, getFirstEquivalentProperty, getNamespacePrefix, getProperty, removePropertyMethods inherited from class AbstractField
containsAttribute, getAllAttributes, getAttribute, getMetadata, getPropertyName, removeAttribute, setAttribute, setPropertyName
-
Field Details
-
KEYWORDS
- See Also:
-
PDF_VERSION
- See Also:
-
PRODUCER
- See Also:
-
-
Constructor Details
-
AdobePDFSchema
Constructor of an Adobe PDF schema with preferred prefix- Parameters:
metadata- The metadata to attach this schema
-
AdobePDFSchema
Constructor of an Adobe PDF schema with specified prefix- Parameters:
metadata- The metadata to attach this schemaownPrefix- The prefix to assign
-
-
Method Details
-
setKeywords
-
setKeywordsProperty
Set the PDF keywords- Parameters:
keywords- Property to set
-
setPDFVersion
-
setPDFVersionProperty
Set the PDFVersion- Parameters:
version- Property to set
-
setProducer
-
setProducerProperty
Set the PDFProducer- Parameters:
producer- Property to set
-
getKeywordsProperty
-
getKeywords
Give the PDF Keywords property value (string)- Returns:
- The property value
-
getPDFVersionProperty
-
getPDFVersion
Give the PDFVersion property value (string)- Returns:
- The property value
-
getProducerProperty
-
getProducer
-