Uses of Class
org.apache.xmpbox.type.BadFieldValueException
-
Packages that use BadFieldValueException Package Description org.apache.xmpbox.schema org.apache.xmpbox.type -
-
Uses of BadFieldValueException in org.apache.xmpbox.schema
Methods in org.apache.xmpbox.schema that throw BadFieldValueException Modifier and Type Method Description java.util.List<JobType>
XMPBasicJobTicketSchema. getJobs()
java.util.List<LayerType>
PhotoshopSchema. getTextLayers()
java.util.List<ThumbnailType>
XMPBasicSchema. getThumbnailsProperty()
Get list of Thumbnailsjava.util.List<AbstractField>
XMPSchema. getUnqualifiedArrayList(java.lang.String name)
Get an AbstractField list corresponding to the content of an array property.void
XMPSchema. setAbout(Attribute about)
Set the RDF 'about' attributevoid
PDFAIdentificationSchema. setConformance(java.lang.String value)
Set the PDF/A conformance levelvoid
PDFAIdentificationSchema. setConformanceProperty(TextType conf)
Set the PDF/A conformance level -
Uses of BadFieldValueException in org.apache.xmpbox.type
Methods in org.apache.xmpbox.type that throw BadFieldValueException Modifier and Type Method Description PropertyType
TypeMapping. getSpecifiedPropertyType(javax.xml.namespace.QName name)
Give type of specified property in specified schema (given by its namespaceURI)AbstractStructuredType
TypeMapping. instanciateStructuredType(Types type, java.lang.String propertyName)
-