The RtfWriter2 type exposes the following members.

Constructors

  NameDescription
Protected methodRtfWriter2
Initializes a new instance of the RtfWriter2 class

Methods

  NameDescription
Public methodAdd (Overrides DocWriter..::..Add(IElement).)
Protected methodAddTabs
Writes a number of tabs.
(Inherited from DocWriter.)
Public methodClose (Overrides DocWriter..::..Close()()()().)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFlush
Flushes the Stream.
(Inherited from DocWriter.)
Public methodGetDocumentSettings
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetInstance
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodImportRtfDocument(Stream)
Public methodImportRtfDocument(Stream, array<IEventListener>[]()[][])
Public methodImportRtfDocumentIntoElement(IElement, FileStream)
Public methodImportRtfDocumentIntoElement(IElement, FileStream, array<IEventListener>[]()[][])
Public methodImportRtfFragment(Stream, RtfImportMappings)
Public methodImportRtfFragment(Stream, RtfImportMappings, array<IEventListener>[]()[][])
Public methodIsPaused (Inherited from DocWriter.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNewPage (Overrides DocWriter..::..NewPage()()()().)
Public methodOpen (Overrides DocWriter..::..Open()()()().)
Public methodPause
Let the writer know that all writing has to be paused.
(Inherited from DocWriter.)
Public methodResetFooter (Overrides DocWriter..::..ResetFooter()()()().)
Public methodResetHeader (Overrides DocWriter..::..ResetHeader()()()().)
Public methodResetPageCount (Overrides DocWriter..::..ResetPageCount()()()().)
Public methodResume
Let the writer know that writing may be resumed.
(Inherited from DocWriter.)
Public methodSetAutogenerateTOCEntries
Public methodSetMarginMirroring (Inherited from DocWriter.)
Public methodSetMarginMirroringTopBottom (Inherited from DocWriter.)
Public methodSetMargins (Overrides DocWriter..::..SetMargins(Single, Single, Single, Single).)
Public methodSetPageSize (Overrides DocWriter..::..SetPageSize(Rectangle).)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Protected methodWrite(String)
Writes a string to the stream.
(Inherited from DocWriter.)
Protected methodWrite(String, String)
Writes a key-value pair to the stream.
(Inherited from DocWriter.)
Protected methodWriteEnd()()()()
Writes an endtag to the stream.
(Inherited from DocWriter.)
Protected methodWriteEnd(String)
Writes an endtag to the stream.
(Inherited from DocWriter.)
Protected methodWriteMarkupAttributes
Writes the markup attributes of the specified MarkupAttributes object to the stream.
(Inherited from DocWriter.)
Protected methodWriteStart
Writes a starttag to the stream.
(Inherited from DocWriter.)

Fields

  NameDescription
Protected fieldcloseStream (Inherited from DocWriter.)
Protected fielddocument
This is the document that has to be written.
(Inherited from DocWriter.)
Protected fieldopen
Is the writer open for writing?
(Inherited from DocWriter.)
Protected fieldos
The stream of this writer.
(Inherited from DocWriter.)
Protected fieldpageSize
The pageSize.
(Inherited from DocWriter.)
Protected fieldpause
Do we have to pause all writing actions?
(Inherited from DocWriter.)

Properties

  NameDescription
Public propertyCloseStream (Inherited from DocWriter.)
Public propertyFooter (Overrides DocWriter..::..Footer.)
Public propertyHeader (Overrides DocWriter..::..Header.)
Public propertyPageCount (Overrides DocWriter..::..PageCount.)

See Also