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