RtfInfo

Inheritance: java.lang.Object, com.aspose.pdf.rtf.rtfstructure.RtfInfo

public class RtfInfo extends Object

Stores document metadata from the \info group.

Constructors

ConstructorDescription
RtfInfo

Methods

MethodDescription
getAuthorAuthor of the document.
getKeywordsSelected keywords for the document.
getSubjectSubject of the document.
getTitleTitle of the document.
setAuthorAuthor of the document.
setKeywordsSelected keywords for the document.
setSubjectSubject of the document.
setTitleTitle 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.