RtfDocument

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

public class RtfDocument extends Object

Represents the entire document

Constructors

ConstructorDescription
RtfDocument

Methods

MethodDescription
getHeaderRepresents document’s metadata
getParagraphsRepresents document’s list of content
setHeaderRepresents document’s metadata
setParagraphsRepresents 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