Codota Logo
XMPRightsManagementSchema.addUsageTerms
Code IndexAdd Codota to your IDE (free)

How to use
addUsageTerms
method
in
org.apache.xmpbox.schema.XMPRightsManagementSchema

Best Java code snippets using org.apache.xmpbox.schema.XMPRightsManagementSchema.addUsageTerms (Showing top 3 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
FileOutputStream f =
  • Codota IconFile file;new FileOutputStream(file)
  • Codota IconString name;new FileOutputStream(name)
  • Codota IconFile file;new FileOutputStream(file, true)
  • Smart code suggestions by Codota
}
origin: apache/pdfbox

/**
 * Set the default usage terms for this resource.
 * 
 * @param terms
 *            The resource usage terms.
 */
public void setUsageTerms(String terms)
{
  addUsageTerms(null, terms);
}
origin: org.apache.pdfbox/xmpbox

/**
 * Set the default usage terms for this resource.
 * 
 * @param terms
 *            The resource usage terms.
 */
public void setUsageTerms(String terms)
{
  addUsageTerms(null, terms);
}
origin: com.github.lafa.pdfbox/xmpbox

/**
 * Set the default usage terms for this resource.
 * 
 * @param terms
 *            The resource usage terms.
 */
public void setUsageTerms(String terms)
{
  addUsageTerms(null, terms);
}
org.apache.xmpbox.schemaXMPRightsManagementSchemaaddUsageTerms

Javadoc

Add an usageTerms value

Popular methods of XMPRightsManagementSchema

  • <init>
    Constructor of XMPRightsManagement schema with specified prefix
  • addProperty
  • addQualifiedBagValue
  • getMarkedProperty
    Get Marked property
  • getProperty
  • getUnqualifiedBagValueList
  • getUnqualifiedLanguagePropertyLanguagesValue
  • getUnqualifiedLanguagePropertyValue
  • getUsageTerms
    Return a language value for description property
  • instanciateSimple
  • removeUnqualifiedBagValue
  • setAboutAsSimple
  • removeUnqualifiedBagValue,
  • setAboutAsSimple,
  • setCertificateProperty,
  • setMarkedProperty,
  • setUnqualifiedLanguagePropertyValue,
  • setWebStatementProperty

Popular in Java

  • Reading from database using SQL prepared statement
  • getExternalFilesDir (Context)
  • runOnUiThread (Activity)
  • getResourceAsStream (ClassLoader)
    Returns a stream for the resource with the specified name. See #getResource(String) for a descriptio
  • HttpServer (com.sun.net.httpserver)
    This class implements a simple HTTP server. A HttpServer is bound to an IP address and port number a
  • GridBagLayout (java.awt)
    The GridBagLayout class is a flexible layout manager that aligns components vertically and horizonta
  • CountDownLatch (java.util.concurrent)
    A synchronization aid that allows one or more threads to wait until a set of operations being perfor
  • Handler (java.util.logging)
    A Handler object accepts a logging request and exports the desired messages to a target, for example
  • BoxLayout (javax.swing)
  • JLabel (javax.swing)
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now