|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cete.dynamicpdf.Resource com.cete.dynamicpdf.xmp.XmpMetadata
public class XmpMetadata
Class represents the xmp metadata for a PDF document.
Licensing:
This class is a DynamicPDF Generator Enterprise Edition
feature. One of the following licenses is required for non-evaluation usage:
Constructor Summary | |
---|---|
XmpMetadata()
Initializes a new instance of the XmpMetadata class. |
Method Summary | |
---|---|
void |
addSchema(XmpSchema schema)
Adds a given Xmp Schema to the schema list. |
void |
draw(DocumentWriter writer)
Draws the xmp metadata to the DocumentWriter object. |
BasicSchema |
getBasicSchema()
Gets the BasicSchema object. |
DublinCoreSchema |
getDublinCore()
Gets the DublinCoreSchema object. |
int |
getRequiredPdfObjects()
Gets the number of PDF objects required by the xmp. |
Methods inherited from class com.cete.dynamicpdf.Resource |
---|
getResourceType, getUid, newUid |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XmpMetadata()
XmpMetadata
class.
XmpMetadata
Method Detail |
---|
public void addSchema(XmpSchema schema)
schema
- XmpSchema
object to add to the schema list.XmpSchema
public DublinCoreSchema getDublinCore()
DublinCoreSchema
object.
DublinCoreSchema
public BasicSchema getBasicSchema()
BasicSchema
object.
BasicSchema
public int getRequiredPdfObjects()
getRequiredPdfObjects
in class Resource
public void draw(DocumentWriter writer)
DocumentWriter
object.
draw
in class Resource
writer
- DocumentWriter
object to write xmp output.DocumentWriter
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |