Uses of Class
org.faceless.pdf2.XMP.Schema
-
Packages that use XMP.Schema Package Description org.faceless.pdf2 Contains the classes used to create a PDF document -
-
Uses of XMP.Schema in org.faceless.pdf2
Methods in org.faceless.pdf2 that return XMP.Schema Modifier and Type Method Description XMP.Schema
XMP. addSchema(XMP.Schema schema)
Add a new Schema to this XMP.XMP.Schema
XMP. getSchema(String uri)
Return the Schema from the Collection returned byXMP.getAllSchemas()
that matches the specified URI, or null if not found.Methods in org.faceless.pdf2 that return types with arguments of type XMP.Schema Modifier and Type Method Description Collection<XMP.Schema>
XMP. getAllSchemas()
Return a read-only set of all Schemas available to this XMP object.Collection<XMP.Schema>
XMP. getSchemas()
Return a read-only set of Schemas explicitly added to this XMP object.Methods in org.faceless.pdf2 with parameters of type XMP.Schema Modifier and Type Method Description XMP.Schema
XMP. addSchema(XMP.Schema schema)
Add a new Schema to this XMP.
-