Uses of Class
org.apache.xmpbox.type.BadFieldValueException
Packages that use BadFieldValueException
Package
Description
These examples show how to use the classes in the PDModel package.
The packages in this package will show how to use the PDFBox util API.
-
Uses of BadFieldValueException in org.apache.pdfbox.examples.pdmodel
Methods in org.apache.pdfbox.examples.pdmodel that throw BadFieldValueExceptionModifier and TypeMethodDescriptionstatic voidThis is the main method.private static voidExtractMetadata.showDublinCoreSchema(XMPMetadata metadata) -
Uses of BadFieldValueException in org.apache.pdfbox.examples.util
Methods in org.apache.pdfbox.examples.util that throw BadFieldValueExceptionModifier and TypeMethodDescriptionprivate PDMetadataPDFMergerExample.createXMPMetadata(COSStream cosStream, String title, String creator, String subject) -
Uses of BadFieldValueException in org.apache.xmpbox.schema
Methods in org.apache.xmpbox.schema that throw BadFieldValueExceptionModifier and TypeMethodDescriptionXMPSchema.getBooleanProperty(String qualifiedName) Get a BooleanType property by its name.XMPSchema.getBooleanPropertyValue(String qualifiedName) Get the value of the property as a Boolean.XMPSchema.getBooleanPropertyValueAsSimple(String simpleName) Get a simple boolean property value on the schema, using the current prefix.TiffSchema.getCopyright()Return the Copyright property value as String in default languageTiffSchema.getCopyright(String lang) Return the Copyright value as String in expected languageTiffSchema.getCopyrightLanguages()Return the list of language existing for the Copyright property.XMPSchema.getDateProperty(String qualifiedName) Get a Date property by its nameXMPSchema.getDatePropertyValue(String qualifiedName) Get the value of the property as a date.XMPSchema.getDatePropertyValueAsSimple(String simpleName) Get a simple date property value on the schema, using the current prefix.DublinCoreSchema.getDescription()Get the default value for the description property.DublinCoreSchema.getDescription(String lang) Return a language value for the description property.DublinCoreSchema.getDescriptionLanguages()Return a list of languages defined in the description property.TiffSchema.getImageDescription()Return the ImageDescription property as String in the default language.TiffSchema.getImageDescription(String lang) Return the ImageDescription property value as String in a specified language.TiffSchema.getImageDescriptionLanguages()Return the list of language existing for the ImageDescription property.XMPSchema.getIntegerProperty(String qualifiedName) Get the Integer property by its nameXMPSchema.getIntegerPropertyValue(String qualifiedName) Get the value of the property as an integer.XMPSchema.getIntegerPropertyValueAsSimple(String simpleName) Get a simple integer property value on the schema, using the current prefix.XMPBasicJobTicketSchema.getJobs()DublinCoreSchema.getRights()Return the default value for the Rights property.Return a language value for the Rights property.DublinCoreSchema.getRightsLanguages()Return a list of languages defined in Right property.PhotoshopSchema.getTextLayers()XMPBasicSchema.getThumbnailsProperty()Get list of ThumbnailsDublinCoreSchema.getTitle()Get the default value for the title.Return a language value for the Title propertyDublinCoreSchema.getTitleLanguages()Return a list of languages defined in the Title propertyXMPSchema.getUnqualifiedArrayList(String name) Get an AbstractField list corresponding to the content of an array property.XMPSchema.getUnqualifiedLanguagePropertyLanguagesValue(String name) Get a list of all languages that are currently defined for a specific property.XMPSchema.getUnqualifiedLanguagePropertyValue(String name, String expectedLanguage) Get the value of a multi-lingual property.XMPSchema.getUnqualifiedTextProperty(String name) Get a TextProperty Type by its nameXMPSchema.getUnqualifiedTextPropertyValue(String name) Get the value of a simple text property.XMPRightsManagementSchema.getUsageTerms()Get the default usage terms for the document.XMPRightsManagementSchema.getUsageTerms(String lang) Return a language value for the UsageTerms propertyXMPRightsManagementSchema.getUsageTermsLanguages()Return a list of languages defined in the UsageTerms propertyExifSchema.getUserComment()Return the default value for the UserComment property.ExifSchema.getUserComment(String lang) Return a language value for the UserComment property.ExifSchema.getUserCommentLanguages()Return a list of languages defined in the UserComment property.voidSet the RDF 'about' attributevoidPDFAIdentificationSchema.setConformance(String value) Set the PDF/A conformance levelvoidPDFAIdentificationSchema.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 BadFieldValueExceptionModifier and TypeMethodDescriptionTypeMapping.getSpecifiedPropertyType(QName name) Give type of specified property in specified schema (given by its namespaceURI)TypeMapping.instanciateStructuredType(Types type, String propertyName)