Home | History | Annotate | Download | only in xmp

Lines Matching refs:itemIndex

72 	 * @param itemIndex The index of the desired item. Arrays in XMP are indexed from 1. The
79 XMPProperty getArrayItem(String schemaNS, String arrayName, int itemIndex) throws XMPException;
227 * @param itemIndex The index of the desired item. Arrays in XMP are indexed from 1. To address
238 int itemIndex,
248 * @param itemIndex The index to insert the new item
255 int itemIndex,
269 * @param itemIndex The index to insert the new item. Arrays in XMP are indexed from 1. Use
279 int itemIndex,
289 * @param itemIndex The index to insert the new item
296 int itemIndex,
467 * @param itemIndex The index of the desired item. Arrays in XMP are indexed from 1. The
471 void deleteArrayItem(String schemaNS, String arrayName, int itemIndex);
529 * @param itemIndex The index of the desired item. Arrays in XMP are indexed from 1. The
534 boolean doesArrayItemExist(String schemaNS, String arrayName, int itemIndex);