pdfdocumentinformation-ag凯发旗舰厅



com.spire.pdf
class pdfdocumentinformation

java.lang.object
  extended by com.spire.pdf.pdfdocumentinformation
all implemented interfaces:
ipdfwrapper

public class pdfdocumentinformation
extends java.lang.object
implements ipdfwrapper

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

pdfdocumentinformation

public pdfdocumentinformation( catalog)

pdfdocumentinformation

public pdfdocumentinformation( dictionary,
                               catalog)
method detail

getcreationdate

public java.util.date getcreationdate()
gets or sets the creation date.

setcreationdate

public void setcreationdate(java.util.date podate)

setmodificationdate

public void setmodificationdate(java.util.date value)

gettitle

public java.lang.string gettitle()
gets or sets the title.

settitle

public void settitle(java.lang.string value)

getauthor

public java.lang.string getauthor()
gets or sets the author.

setauthor

public void setauthor(java.lang.string value)
sets the author.

getsubject

public java.lang.string getsubject()
gets or sets the subject.

setsubject

public void setsubject(java.lang.string value)

getkeywords

public java.lang.string getkeywords()
gets or sets the keywords.

setkeywords

public void setkeywords(java.lang.string value)

getcreator

public java.lang.string getcreator()
gets or sets the creator.

setcreator

public void setcreator(java.lang.string value)

getproducer

public 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.

setproducer

public void setproducer(java.lang.string value)

removecustomerdefined

public void removecustomerdefined(java.lang.string key)

setcustomerdefined

public boolean setcustomerdefined(java.lang.string key,
                                  java.lang.string value)

getcustomerdefined

public java.lang.string getcustomerdefined(java.lang.string key)

getmetadata

public xmpmetadata getmetadata()


网站地图