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 XMPEmbeddedFile. getXMP()Return an XMP Metadata object representing any XML metadata associated with this objectXMPICCColorSpace. getXMP()Return an XMP Metadata object representing any XML metadata associated with this objectXMPPDF. getXMP()Return the XMP metadata as an XMP object.XMPPDFAnnotation. getXMP()Return an XMP Metadata object representing any XML metadata associated with this objectXMPPDFCanvas. getXMP()Return an XMP Metadata object representing any XML metadata associated with this objectXMPPDFFont. getXMP()Return an XMP Metadata object representing any XML metadata associated with this objectXMPPDFImage. getXMP()Return an XMP Metadata object representing any XM metadata associated wth this objectXMPPDFPage. getXMP()Return an XMP Metadata object representing any XML metadata associated with this objectXMPPDFSound. 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 allXMPobjects found while profiling the PDF.Methods in org.faceless.pdf2 with parameters of type XMP Modifier and Type Method Description voidXMP. addAll(XMP xmp)Add all the properties and extensions from the supplied XMP object into this XMP objectXMP.ValueXMP.Value. clone(XMP xmp)Make a new deep copy of this Value which is tied to the specified XMP.XMP.ValueXMP.Type. create(XMP xmp, Object source)Create a new Value object of this type from the specified source.protected voidXMP.Type. write(org.faceless.pdf2.XMLStreamWriter out, XMP xmp, org.faceless.pdf2.XMP.Format format, int formatFlag, Object o)
-