public class RtfInfo extends Object
Stores document metadata from the \info group.
| Constructor and Description |
|---|
RtfInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor()
Author of the document.
|
String |
getKeywords()
Selected keywords for the document.
|
String |
getSubject()
Subject of the document.
|
String |
getTitle()
Title of the document.
|
void |
setAuthor(String value)
Author of the document.
|
void |
setKeywords(String value)
Selected keywords for the document.
|
void |
setSubject(String value)
Subject of the document.
|
void |
setTitle(String value)
Title of the document.
|
public final String getTitle()
Title of the document.
public final void setTitle(String value)
Title of the document.
public final String getAuthor()
Author of the document.
public final void setAuthor(String value)
Author of the document.
public final String getSubject()
Subject of the document.
public final void setSubject(String value)
Subject of the document.
public final String getKeywords()
Selected keywords for the document.
public final void setKeywords(String value)
Selected keywords for the document.
Copyright © 2026 Aspose. All Rights Reserved.