Uses of Class
org.apache.xmpbox.type.IntegerType
-
Packages that use IntegerType Package Description org.apache.xmpbox.schema org.apache.xmpbox.type -
-
Uses of IntegerType in org.apache.xmpbox.schema
Methods in org.apache.xmpbox.schema that return IntegerType Modifier and Type Method Description IntegerTypePhotoshopSchema. getColorModeProperty()IntegerTypeXMPSchema. getIntegerProperty(java.lang.String qualifiedName)Get the Integer property with its nameIntegerTypePDFAIdentificationSchema. getPartProperty()Give the property corresponding to the PDF/A Version idIntegerTypeXMPBasicSchema. getRatingProperty()Get the Rating propertyIntegerTypePDFAIdentificationSchema. getRevProperty()Give the property corresponding to the PDF/A revisionIntegerTypeXMPMediaManagementSchema. getSaveIDProperty()Get DocumentId propertyIntegerTypePhotoshopSchema. getUrgencyProperty()Methods in org.apache.xmpbox.schema with parameters of type IntegerType Modifier and Type Method Description voidPhotoshopSchema. 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 IntegerType Modifier and Type Method Description IntegerTypeTypeMapping. createInteger(java.lang.String namespaceURI, java.lang.String prefix, java.lang.String propertyName, int value)
-