public class RtfDocument extends Object
Represents the entire document
| Constructor and Description |
|---|
RtfDocument() |
| Modifier and Type | Method and Description |
|---|---|
RtfHeader |
getHeader()
Represents document's metadata
|
com.aspose.ms.System.Collections.Generic.List<RtfParagraph> |
getParagraphs()
Represents document's list of content
|
void |
setHeader(RtfHeader value)
Represents document's metadata
|
void |
setParagraphs(com.aspose.ms.System.Collections.Generic.List<RtfParagraph> value)
Represents document's list of content
|
public final RtfHeader getHeader()
Represents document's metadata
public final void setHeader(RtfHeader value)
Represents document's metadata
public final com.aspose.ms.System.Collections.Generic.List<RtfParagraph> getParagraphs()
Represents document's list of content
public final void setParagraphs(com.aspose.ms.System.Collections.Generic.List<RtfParagraph> value)
Represents document's list of content
Copyright © 2026 Aspose. All Rights Reserved.