Uses of Class
org.faceless.pdf2.XMP
-
Packages that use XMP Package Description org.faceless.pdf2 Contains the classes used to create a PDF document -
-
Uses of XMP in org.faceless.pdf2
Methods in org.faceless.pdf2 that return XMP Modifier and Type Method Description XMP
DocumentPart. getXMP()
Return an XMP Metadata object representing any XML metadata associated with this objectXMP
EmbeddedFile. getXMP()
Return an XMP Metadata object representing any XML metadata associated with this objectXMP
ICCColorSpace. getXMP()
Return an XMP Metadata object representing any XML metadata associated with this objectXMP
PDF. getXMP()
Return the XMP metadata as an XMP object.XMP
PDFAnnotation. getXMP()
Return an XMP Metadata object representing any XML metadata associated with this objectXMP
PDFCanvas. getXMP()
Return an XMP Metadata object representing any XML metadata associated with this objectXMP
PDFFont. getXMP()
Return an XMP Metadata object representing any XML metadata associated with this objectXMP
PDFImage. getXMP()
Return an XMP Metadata object representing any XM metadata associated wth this objectXMP
PDFPage. getXMP()
Return an XMP Metadata object representing any XML metadata associated with this objectXMP
PDFSound. getXMP()
Return an XMP Metadata object representing any XML metadata associated with this objectMethods in org.faceless.pdf2 that return types with arguments of type XMP Modifier and Type Method Description Collection<XMP>
OutputProfile. getXMPs()
Return a modifiable collection containing allXMP
objects found while profiling the PDF.Methods in org.faceless.pdf2 with parameters of type XMP Modifier and Type Method Description void
XMP. addAll(XMP xmp)
Add all the properties and extensions from the supplied XMP object into this XMP objectXMP.Value
XMP.Value. clone(XMP xmp)
Make a new deep copy of this Value which is tied to the specified XMP.XMP.Value
XMP.Type. create(XMP xmp, Object source)
Create a new Value object of this type from the specified source.protected void
XMP.Type. write(org.faceless.pdf2.XMLStreamWriter out, XMP xmp, int format, Object o)
-