| Package | Description |
|---|---|
| org.apache.xmpbox.schema | |
| org.apache.xmpbox.type |
| Modifier and Type | Method and Description |
|---|---|
BooleanType |
XMPSchema.getBooleanProperty(String qualifiedName)
Get a BooleanType property by its name.
|
Boolean |
XMPSchema.getBooleanPropertyValue(String qualifiedName)
Get the value of the property as a Boolean.
|
Boolean |
XMPSchema.getBooleanPropertyValueAsSimple(String simpleName)
Get a simple boolean property value on the schema, using the current prefix.
|
String |
TiffSchema.getCopyright()
Return the Copyright property value as String in default language
|
String |
TiffSchema.getCopyright(String lang)
Return the Copyright value as String in expected language
|
List<String> |
TiffSchema.getCopyrightLanguages()
Return the list of language existing for the Copyright property.
|
DateType |
XMPSchema.getDateProperty(String qualifiedName)
Get a Date property by its name
|
Calendar |
XMPSchema.getDatePropertyValue(String qualifiedName)
Get the value of the property as a date.
|
Calendar |
XMPSchema.getDatePropertyValueAsSimple(String simpleName)
Get a simple date property value on the schema, using the current prefix.
|
String |
DublinCoreSchema.getDescription()
Get the default value for the description property.
|
String |
DublinCoreSchema.getDescription(String lang)
Return a language value for the description property.
|
List<String> |
DublinCoreSchema.getDescriptionLanguages()
Return a list of languages defined in the description property.
|
String |
TiffSchema.getImageDescription()
Return the ImageDescription property as String in the default language.
|
String |
TiffSchema.getImageDescription(String lang)
Return the ImageDescription property value as String in a specified language.
|
List<String> |
TiffSchema.getImageDescriptionLanguages()
Return the list of language existing for the ImageDescription property.
|
IntegerType |
XMPSchema.getIntegerProperty(String qualifiedName)
Get the Integer property by its name
|
Integer |
XMPSchema.getIntegerPropertyValue(String qualifiedName)
Get the value of the property as an integer.
|
Integer |
XMPSchema.getIntegerPropertyValueAsSimple(String simpleName)
Get a simple integer property value on the schema, using the current prefix.
|
List<JobType> |
XMPBasicJobTicketSchema.getJobs() |
String |
DublinCoreSchema.getRights()
Return the default value for the Rights property.
|
String |
DublinCoreSchema.getRights(String lang)
Return a language value for the Rights property.
|
List<String> |
DublinCoreSchema.getRightsLanguages()
Return a list of languages defined in Right property.
|
List<LayerType> |
PhotoshopSchema.getTextLayers() |
List<ThumbnailType> |
XMPBasicSchema.getThumbnailsProperty()
Get list of Thumbnails
|
String |
DublinCoreSchema.getTitle()
Get the default value for the title.
|
String |
DublinCoreSchema.getTitle(String lang)
Return a language value for the Title property
|
List<String> |
DublinCoreSchema.getTitleLanguages()
Return a list of languages defined in the Title property
|
List<AbstractField> |
XMPSchema.getUnqualifiedArrayList(String name)
Get an AbstractField list corresponding to the content of an array
property.
|
List<String> |
XMPSchema.getUnqualifiedLanguagePropertyLanguagesValue(String name)
Get a list of all languages that are currently defined for a specific
property.
|
String |
XMPSchema.getUnqualifiedLanguagePropertyValue(String name,
String expectedLanguage)
Get the value of a multi-lingual property.
|
TextType |
XMPSchema.getUnqualifiedTextProperty(String name)
Get a TextProperty Type by its name
|
String |
XMPSchema.getUnqualifiedTextPropertyValue(String name)
Get the value of a simple text property.
|
String |
XMPRightsManagementSchema.getUsageTerms()
Get the default usage terms for the document.
|
String |
XMPRightsManagementSchema.getUsageTerms(String lang)
Return a language value for the UsageTerms property
|
List<String> |
XMPRightsManagementSchema.getUsageTermsLanguages()
Return a list of languages defined in the UsageTerms property
|
String |
ExifSchema.getUserComment()
Return the default value for the UserComment property.
|
String |
ExifSchema.getUserComment(String lang)
Return a language value for the UserComment property.
|
List<String> |
ExifSchema.getUserCommentLanguages()
Return a list of languages defined in the UserComment property.
|
void |
XMPSchema.setAbout(Attribute about)
Set the RDF 'about' attribute
|
void |
PDFAIdentificationSchema.setConformance(String value)
Set the PDF/A conformance level
|
void |
PDFAIdentificationSchema.setConformanceProperty(TextType conf)
Set the PDF/A conformance level
|
| Modifier and Type | Method and Description |
|---|---|
PropertyType |
TypeMapping.getSpecifiedPropertyType(QName name)
Give type of specified property in specified schema (given by its namespaceURI)
|
AbstractStructuredType |
TypeMapping.instanciateStructuredType(Types type,
String propertyName) |
Copyright © 2002–2025 The Apache Software Foundation. All rights reserved.