Uses of Class
org.apache.xmpbox.type.IntegerType
Packages that use IntegerType
-
Uses of IntegerType in org.apache.xmpbox.schema
Methods in org.apache.xmpbox.schema that return IntegerTypeModifier and TypeMethodDescriptionPhotoshopSchema.getColorModeProperty()XMPSchema.getIntegerProperty(String qualifiedName) Get the Integer property with its namePDFAIdentificationSchema.getPartProperty()Give the property corresponding to the PDF/A Version idXMPBasicSchema.getRatingProperty()Get the Rating propertyPDFAIdentificationSchema.getRevProperty()Give the property corresponding to the PDF/A revisionXMPMediaManagementSchema.getSaveIDProperty()Get DocumentId propertyPhotoshopSchema.getUrgencyProperty()Methods in org.apache.xmpbox.schema with parameters of type IntegerTypeModifier and TypeMethodDescriptionvoidPhotoshopSchema.setColorModeProperty(IntegerType text) voidXMPSchema.setIntegerProperty(IntegerType prop) Add an integerPropertyvoidPDFAIdentificationSchema.setPartProperty(IntegerType part) Set the PDF/A Version identifiervoidXMPBasicSchema.setRatingProperty(IntegerType rate) Set Rating PropertyvoidPDFAIdentificationSchema.setRevProperty(IntegerType rev) Set the PDF/A revision identifiervoidXMPMediaManagementSchema.setSaveIDProperty(IntegerType tt) Set DocumentId PropertyvoidPhotoshopSchema.setUrgencyProperty(IntegerType text) -
Uses of IntegerType in org.apache.xmpbox.type
Methods in org.apache.xmpbox.type that return IntegerTypeModifier and TypeMethodDescriptionTypeMapping.createInteger(String namespaceURI, String prefix, String propertyName, int value)