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 IntegerType
PhotoshopSchema. getColorModeProperty()
IntegerType
XMPSchema. getIntegerProperty(java.lang.String qualifiedName)
Get the Integer property with its nameIntegerType
PDFAIdentificationSchema. getPartProperty()
Give the property corresponding to the PDFA Version idIntegerType
XMPBasicSchema. getRatingProperty()
Get the Rating propertyIntegerType
XMPMediaManagementSchema. getSaveIDProperty()
Get DocumentId propertyIntegerType
PhotoshopSchema. getUrgencyProperty()
Methods in org.apache.xmpbox.schema with parameters of type IntegerType Modifier and Type Method Description void
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 IntegerType Modifier and Type Method Description IntegerType
TypeMapping. createInteger(java.lang.String namespaceURI, java.lang.String prefix, java.lang.String propertyName, int value)
-