Tabnine Logo
XMPRightsManagementSchema.setCertificateProperty
Code IndexAdd Tabnine to your IDE (free)

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

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

origin: apache/pdfbox

/**
 * Set the Certificate URL.
 * 
 * @param url
 *            certficate url value to set
 */
public void setCertificate(String url)
{
  URLType tt = (URLType) instanciateSimple(CERTIFICATE, url);
  setCertificateProperty(tt);
}
origin: com.github.lafa.pdfbox/xmpbox

/**
 * Set the Certificate URL.
 * 
 * @param url
 *            certficate url value to set
 */
public void setCertificate(String url)
{
  URLType tt = (URLType) instanciateSimple(CERTIFICATE, url);
  setCertificateProperty(tt);
}
origin: org.apache.pdfbox/xmpbox

/**
 * Set the Certificate URL.
 * 
 * @param url
 *            certficate url value to set
 */
public void setCertificate(String url)
{
  URLType tt = (URLType) instanciateSimple(CERTIFICATE, url);
  setCertificateProperty(tt);
}
org.apache.xmpbox.schemaXMPRightsManagementSchemasetCertificateProperty

Javadoc

Set the Certificate URL.

Popular methods of XMPRightsManagementSchema

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

Popular in Java

  • Running tasks concurrently on multiple threads
  • getSupportFragmentManager (FragmentActivity)
  • compareTo (BigDecimal)
  • onRequestPermissionsResult (Fragment)
  • Rectangle (java.awt)
    A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's top-
  • MalformedURLException (java.net)
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
  • ConcurrentHashMap (java.util.concurrent)
    A plug-in replacement for JDK1.5 java.util.concurrent.ConcurrentHashMap. This version is based on or
  • ExecutorService (java.util.concurrent)
    An Executor that provides methods to manage termination and methods that can produce a Future for tr
  • Manifest (java.util.jar)
    The Manifest class is used to obtain attribute information for a JarFile and its entries.
  • Collectors (java.util.stream)
  • Top PhpStorm plugins
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