RtfDocument
Inheritance: java.lang.Object, com.aspose.pdf.rtf.rtfstructure.RtfDocument
public class RtfDocument extends Object
Represents the entire document
Constructors
| Constructor | Description |
|---|---|
| RtfDocument |
Methods
| Method | Description |
|---|---|
| getHeader | Represents document’s metadata |
| getParagraphs | Represents document’s list of content |
| setHeader | Represents document’s metadata |
| setParagraphs | Represents document’s list of content |
RtfDocument
public RtfDocument()
getHeader
public final RtfHeader getHeader()
Represents document’s metadata
getParagraphs
public final com.aspose.ms.System.Collections.Generic.List< RtfParagraph > getParagraphs()
Represents document’s list of content
setHeader
Represents document’s metadata
setParagraphs
Represents document’s list of content