Package com.realobjects.pdfreactor
Class Configuration.Xmp
java.lang.Object
com.realobjects.pdfreactor.Configuration.Xmp
- Enclosing class:
Configuration
A type containing XMP data.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionsetContent
(String value) XMP, as an XML string, to be embedded into the PDF document.Priority of this XMP over XMP generated automatically for the conformance requirements of certain output formats.URI to XMP to be embedded into the PDF document, ifsetContent(String)
is not set ornull
.
-
Constructor Details
-
Xmp
public Xmp()
-
-
Method Details
-
setContent
XMP, as an XML string, to be embedded into the PDF document.
- Returns:
- The current
Configuration.Xmp
instance.
-
setUri
URI to XMP to be embedded into the PDF document, if
setContent(String)
is not set ornull
.- Returns:
- The current
Configuration.Xmp
instance.
-
setPriority
Priority of this XMP over XMP generated automatically for the conformance requirements of certain output formats.
- Returns:
- The current
Configuration.Xmp
instance.
-