Search in sources :

Example 6 with URIType

use of org.apache.xmpbox.type.URIType in project pdfbox by apache.

the class XMPMediaManagementSchema method setManageUI.

/**
 * Set ManageUI value
 *
 * @param value
 *            ManageUI value to set
 */
public void setManageUI(String value) {
    URIType tt = (URIType) instanciateSimple(MANAGEUI, value);
    setManageUIProperty(tt);
}
Also used : URIType(org.apache.xmpbox.type.URIType)

Aggregations

URIType (org.apache.xmpbox.type.URIType)6 Method (java.lang.reflect.Method)1 TextType (org.apache.xmpbox.type.TextType)1