|
|||||||||
| 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(PdfCatalog catalog)
Creates a new object. |
|
PdfDocumentInformation(PdfDictionary dictionary,
PdfCatalog catalog)
Initializes a new instance of the class. |
|
| Method Summary | |
|---|---|
com.spire.ms.System.Collections.Generic.Dictionary |
getAllCustomProperties()
Get all custom properties. |
java.lang.String |
getAuthor()
Get the author. |
java.util.Date |
getCreationDate()
Get the creation date. |
java.lang.String |
getCreator()
Get the creator. |
java.lang.String |
getCustomProperty(java.lang.String name)
Get custom property. |
java.lang.String |
getKeywords()
Get the keywords. |
java.util.Date |
getModificationDate()
Get the modification date. |
java.lang.String |
getProducer()
Get the producer. |
java.lang.String |
getSubject()
Gets or sets the subject. |
java.lang.String |
getTitle()
Get the title. |
void |
removeCustomProperty(java.lang.String name)
Remove custom property. |
void |
setAuthor(java.lang.String value)
Set the author. |
void |
setCreationDate(java.util.Date date)
Set the creation date |
void |
setCreator(java.lang.String value)
Set the creator. |
void |
setCustomProperty(java.lang.String name,
java.lang.String value)
Set custom property. |
void |
setKeywords(java.lang.String value)
Set the keywords. |
void |
setModificationDate(java.util.Date value)
Set the modification date. |
void |
setProducer(java.lang.String value)
Set the producer. |
void |
setSubject(java.lang.String value)
Set the subject. |
void |
setTitle(java.lang.String value)
Set the title. |
| Constructor Detail |
|---|
public PdfDocumentInformation(PdfCatalog catalog)
catalog - The catalog.
public PdfDocumentInformation(PdfDictionary dictionary,
PdfCatalog catalog)
dictionary - The dictionary.catalog - The catalog.| Method Detail |
|---|
public java.util.Date getCreationDate()
public void setCreationDate(java.util.Date date)
date - The creation datepublic java.util.Date getModificationDate()
public void setModificationDate(java.util.Date value)
public java.lang.String getTitle()
public void setTitle(java.lang.String value)
value - The title.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)
value - The keywords.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 removeCustomProperty(java.lang.String name)
name - The property name.
Name not be Title,Author,Subject,Keywords,Creator,Producer,CreationDate,ModificationDate,Trap.
public void setCustomProperty(java.lang.String name,
java.lang.String value)
name - The property name.
Name not be Title,Author,Subject,Keywords,Creator,Producer,CreationDate,ModificationDate,Trap.value - The property value.public java.lang.String getCustomProperty(java.lang.String name)
name - The property name.
Name not be Title,Author,Subject,Keywords,Creator,Producer,CreationDate,ModificationDate,Trap.
public com.spire.ms.System.Collections.Generic.Dictionary getAllCustomProperties()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||