RtfInfo
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.pdf.rtf.rtfstructure.RtfInfo
public class RtfInfo extends Object
Stores document metadata from the \info group.
Constructors
| Constructor | Description |
|---|---|
| RtfInfo |
Methods
| Method | Description |
|---|---|
| getAuthor | Author of the document. |
| getKeywords | Selected keywords for the document. |
| getSubject | Subject of the document. |
| getTitle | Title of the document. |
| setAuthor | Author of the document. |
| setKeywords | Selected keywords for the document. |
| setSubject | Subject of the document. |
| setTitle | Title of the document. |
RtfInfo
public RtfInfo()
getAuthor
public final String getAuthor()
Author of the document.
getKeywords
public final String getKeywords()
Selected keywords for the document.
getSubject
public final String getSubject()
Subject of the document.
getTitle
public final String getTitle()
Title of the document.
setAuthor
Author of the document.
setKeywords
Selected keywords for the document.
setSubject
Subject of the document.
setTitle
Title of the document.