HomeSort by relevance Sort by last modified time
    Searched defs:removeProperties (Results 1 - 2 of 2) sorted by null

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPUtils.java 95 * RemoveProperties was created to support the File Info dialog's Delete
138 public static void removeProperties(XMPMeta xmp, String schemaNS, String propName,
141 XMPUtilsImpl.removeProperties(xmp, schemaNS, propName, doAllProperties, includeAliases);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPUtilsImpl.java 388 * @see XMPUtils#removeProperties(XMPMeta, String, String, boolean, boolean)
408 public static void removeProperties(XMPMeta xmp, String schemaNS, String propName,
    [all...]

Completed in 49 milliseconds