Tabnine Logo
XMPRightsManagementSchema.addUsageTerms
Code IndexAdd Tabnine 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)

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

  • Making http post requests using okhttp
  • notifyDataSetChanged (ArrayAdapter)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • setContentView (Activity)
  • Font (java.awt)
    The Font class represents fonts, which are used to render text in a visible way. A font provides the
  • SQLException (java.sql)
    An exception that indicates a failed JDBC operation. It provides the following information about pro
  • CountDownLatch (java.util.concurrent)
    A synchronization aid that allows one or more threads to wait until a set of operations being perfor
  • Semaphore (java.util.concurrent)
    A counting semaphore. Conceptually, a semaphore maintains a set of permits. Each #acquire blocks if
  • HttpServlet (javax.servlet.http)
    Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. A sub
  • JButton (javax.swing)
  • Top 12 Jupyter Notebook extensions
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now