public static class Configuration.Xmp extends Object
A type containing XMP data.
Constructor and Description |
---|
Xmp() |
Xmp(String content,
String uri,
Configuration.XmpPriority priority)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Configuration.Xmp |
setContent(String value)
XMP, as an XML string, to be embedded into the PDF document.
|
Configuration.Xmp |
setPriority(Configuration.XmpPriority value)
Priority of this XMP over XMP generated automatically for the conformance
requirements of certain output formats.
|
Configuration.Xmp |
setUri(String value)
URI to XMP to be embedded into the PDF document, if
Configuration.Xmp.setContent(String) is not set or null . |
public Xmp()
@Deprecated public Xmp(String content, String uri, Configuration.XmpPriority priority)
public Configuration.Xmp setContent(String value)
XMP, as an XML string, to be embedded into the PDF document.
Configuration.Xmp
instance.public Configuration.Xmp setUri(String value)
URI to XMP to be embedded into the PDF document, if Configuration.Xmp.setContent(String)
is not set or null
.
Configuration.Xmp
instance.public Configuration.Xmp setPriority(Configuration.XmpPriority value)
Priority of this XMP over XMP generated automatically for the conformance requirements of certain output formats.
Configuration.Xmp
instance.This doc was generated on 2020-09-17. Copyright © 2002-2020 RealObjects GmbH. All Rights Reserved.