public class PdfDocumentInfo extends Object
This class represents set of metadata for document description.
Constructor and Description |
---|
PdfDocumentInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
Gets author of the document.
|
String |
getKeywords()
Gets keywords of the document.
|
String |
getSubject()
Gets subject of the document.
|
String |
getTitle()
Gets title of the document.
|
void |
setAuthor(String value)
Sets author of the document.
|
void |
setKeywords(String value)
Sets keywords of the document.
|
void |
setSubject(String value)
Gets or sets subject of the document.
|
void |
setTitle(String value)
Sets title of the document.
|
public String getKeywords()
Gets keywords of the document.
public void setKeywords(String value)
Sets keywords of the document.
value
- The keywords of the document.public String getTitle()
Gets title of the document.
public void setTitle(String value)
Sets title of the document.
value
- The title of the document.public String getAuthor()
Gets author of the document.
public void setAuthor(String value)
Sets author of the document.
value
- The author of the document.public String getSubject()
Gets subject of the document.
public void setSubject(String value)
Gets or sets subject of the document.
value
- The subject of the document.