PdfDocumentInfo
Contents
[
Hide
]This class represents set of metadata for document description.
Constructors
| Constructor | Description |
|---|---|
| PdfDocumentInfo() |
Methods
| Method | Description |
|---|---|
| getKeywords() | Gets or sets keywords of the document. |
| setKeywords(String value) | Gets or sets keywords of the document. |
| getTitle() | Gets or sets title of the document. |
| setTitle(String value) | Gets or sets title of the document. |
| getAuthor() | Gets or sets author of the document. |
| setAuthor(String value) | Gets or sets author of the document. |
| getSubject() | Gets or sets subject of the document. |
| setSubject(String value) | Gets or sets subject of the document. |
PdfDocumentInfo()
public PdfDocumentInfo()
getKeywords()
public String getKeywords()
Gets or sets keywords of the document.
Returns: String
setKeywords(String value)
public void setKeywords(String value)
Gets or sets keywords of the document.
getTitle()
public String getTitle()
Gets or sets title of the document.
Returns: String
setTitle(String value)
public void setTitle(String value)
Gets or sets title of the document.
getAuthor()
public String getAuthor()
Gets or sets author of the document.
Returns: String
setAuthor(String value)
public void setAuthor(String value)
Gets or sets author of the document.
getSubject()
public String getSubject()
Gets or sets subject of the document.
Returns: String
setSubject(String value)
public void setSubject(String value)
Gets or sets subject of the document.