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 PDFA Version idXMPBasicSchema.getRatingProperty()
Get the Rating propertyXMPMediaManagementSchema.getSaveIDProperty()
Get DocumentId propertyPhotoshopSchema.getUrgencyProperty()
Methods in org.apache.xmpbox.schema with parameters of type IntegerTypeModifier and TypeMethodDescriptionvoid
PhotoshopSchema.setColorModeProperty
(IntegerType text) void
XMPSchema.setIntegerProperty
(IntegerType prop) Add an integerPropertyvoid
PDFAIdentificationSchema.setPartProperty
(IntegerType part) Set the PDF/A Version identifiervoid
XMPBasicSchema.setRatingProperty
(IntegerType rate) Set Rating Propertyvoid
XMPMediaManagementSchema.setSaveIDProperty
(IntegerType tt) Set DocumentId Propertyvoid
PhotoshopSchema.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)