|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.pdf.pdfdocumentinformation
public class pdfdocumentinformation
a class containing the information about the document.
constructor summary | |
---|---|
pdfdocumentinformation( catalog)
|
|
pdfdocumentinformation( dictionary,
catalog)
|
method summary | |
---|---|
java.lang.string |
getauthor()
gets or sets the author. |
java.util.date |
getcreationdate()
gets or sets the creation date. |
java.lang.string |
getcreator()
gets or sets the creator. |
java.lang.string |
getcustomerdefined(java.lang.string key)
|
java.lang.string |
getkeywords()
gets or sets the keywords. |
xmpmetadata |
getmetadata()
|
java.lang.string |
getproducer()
if the document was converted to pdf from another format, the name of the application (for example, acrobat distiller) that converted it to pdf. |
java.lang.string |
getsubject()
gets or sets the subject. |
java.lang.string |
gettitle()
gets or sets the title. |
void |
removecustomerdefined(java.lang.string key)
|
void |
setauthor(java.lang.string value)
sets the author. |
void |
setcreationdate(java.util.date podate)
|
void |
setcreator(java.lang.string value)
|
boolean |
setcustomerdefined(java.lang.string key,
java.lang.string value)
|
void |
setkeywords(java.lang.string value)
|
void |
setmodificationdate(java.util.date value)
|
void |
setproducer(java.lang.string value)
|
void |
setsubject(java.lang.string value)
|
void |
settitle(java.lang.string value)
|
constructor detail |
---|
public pdfdocumentinformation( catalog)
public pdfdocumentinformation( dictionary, catalog)
method detail |
---|
public java.util.date getcreationdate()
public void setcreationdate(java.util.date podate)
public void setmodificationdate(java.util.date value)
public java.lang.string gettitle()
public void settitle(java.lang.string value)
public java.lang.string getauthor()
public void setauthor(java.lang.string value)
public java.lang.string getsubject()
public void setsubject(java.lang.string value)
public java.lang.string getkeywords()
public void setkeywords(java.lang.string value)
public java.lang.string getcreator()
public void setcreator(java.lang.string value)
public java.lang.string getproducer()
public void setproducer(java.lang.string value)
public void removecustomerdefined(java.lang.string key)
public boolean setcustomerdefined(java.lang.string key, java.lang.string value)
public java.lang.string getcustomerdefined(java.lang.string key)
public xmpmetadata getmetadata()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |