|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.adobe.livecycle.xmputility.client.XMPUtilityMetadata
public class XMPUtilityMetadata
Represents metadata values that can be imported into a PDF document or exported from a PDF document. Using this object, you can define the following metadata values:
A null value in this object represents missing entries in the metadata.
That is, if you invoke the ImportMetadata
method with an XMPUtilityMetadata
object
that contains all null values, all those entries are removed from the metadata.
importMetadata()
,
Serialized FormConstructor Summary | |
---|---|
XMPUtilityMetadata()
A constructor that creates a XMPUtilityMetadata instance. |
Method Summary | |
---|---|
java.lang.String |
getAuthor()
Gets the author value. |
java.lang.String |
getCreator()
Gets the creator value. |
java.util.List |
getKeywords()
Gets a list of keyword values. |
java.lang.String |
getProducer()
Gets a producer value. |
java.lang.String |
getSubject()
Gets a subject value. |
java.lang.String |
getTitle()
Gets a title value. |
void |
setAuthor(java.lang.String author)
Sets the author value. |
void |
setCreator(java.lang.String creator)
Sets the creator value. |
void |
setKeywords(java.util.List keywords)
Sets a list of keyword values to import into a PDF document. |
void |
setProducer(java.lang.String producer)
Sets a producer value to import into a PDF document. |
void |
setSubject(java.lang.String subject)
Sets a subject value. |
void |
setTitle(java.lang.String title)
Sets a title value. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMPUtilityMetadata()
XMPUtilityMetadata
instance. When you create this object, all metadata values are null.
You must set them by invoking the appropriate method. For example, to set the author value, invoke setAuthor
.
Method Detail |
---|
public java.lang.String getAuthor()
setAuthor
public void setAuthor(java.lang.String author)
author
- A string value that represents the author value.getAuthor
public java.lang.String getCreator()
setCreator
public void setCreator(java.lang.String creator)
creator
- A string value that represents the creator value.getCreator
public java.util.List getKeywords()
java.util.List
object that contains keyword values.setKeywords
public void setKeywords(java.util.List keywords)
keywords
- A java.util.List
object that contains keyword values.getKeywords
public java.lang.String getProducer()
setProducer
public void setProducer(java.lang.String producer)
producer
- A string value that represents the producer value.getProducer
public java.lang.String getSubject()
setSubject
public void setSubject(java.lang.String subject)
subject
- A string value that represents the subject value.getSubject
public java.lang.String getTitle()
setTitle
public void setTitle(java.lang.String title)
title
- A string value that represents the title.setTitle
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |