|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectaspose.pdf.XmpMetadata
public class XmpMetadata
Represents the XmpMetadata of a pdf document.
Typical usages are the following:
| Field Summary | |
|---|---|
aspose.pdf.pdftext.Hashmap |
MetadataCatalog
Classification be composited by the xmlns and another Hashmap, the latter represents the metadata of the directory. |
aspose.pdf.pdftext.Hashmap |
MetadataEntries
All MetadataEntries be composited by the name and the value. |
| Constructor Summary | |
|---|---|
XmpMetadata()
Represents a constructor of the XmpMetadata object. |
|
| Method Summary | |
|---|---|
void |
addCreationDate(java.lang.String date)
Adds the CreationDate property. |
void |
addCreatorTool(java.lang.String tool)
Adds the CreatorTool property. |
void |
addMetaDataDate(java.lang.String date)
Adds the MetaDataDate property. |
void |
addModifyDate(java.lang.String date)
Adds the ModifyDate property. |
void |
addUserProperty(java.lang.String xmlns,
java.lang.String name,
java.lang.String val)
Adds a user defined property. |
byte[] |
getXmpMetadata()
Get the xmp meta data |
void |
processEntries()
Process all the entries included in the document . |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public aspose.pdf.pdftext.Hashmap MetadataEntries
public aspose.pdf.pdftext.Hashmap MetadataCatalog
| Constructor Detail |
|---|
public XmpMetadata()
| Method Detail |
|---|
public byte[] getXmpMetadata()
public void addCreationDate(java.lang.String date)
date - The value of the property.public void addCreatorTool(java.lang.String tool)
tool - The value of the property.public void addModifyDate(java.lang.String date)
date - The value of the property.public void addMetaDataDate(java.lang.String date)
date - The value of the property.
public void addUserProperty(java.lang.String xmlns,
java.lang.String name,
java.lang.String val)
xmlns - The xml namespace.name - The name of the property.val - The value of the property.public void processEntries()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||