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 or sets author of the document.
|
String |
getKeywords()
Gets or sets keywords of the document.
|
String |
getSubject()
Gets or sets subject of the document.
|
String |
getTitle()
Gets or sets title of the document.
|
void |
setAuthor(String value) |
void |
setKeywords(String value) |
void |
setSubject(String value) |
void |
setTitle(String value) |
public String getKeywords()
Gets or sets keywords of the document.
public void setKeywords(String value)
public String getTitle()
Gets or sets title of the document.
public void setTitle(String value)
public String getAuthor()
Gets or sets author of the document.
public void setAuthor(String value)
public String getSubject()
Gets or sets subject of the document.
public void setSubject(String value)
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.