Click or drag to resize

RtfTextWriter Methods

The RtfTextWriter type exposes the following members.

Methods
Name Description
Public method AddColor
Adds color to the colors table.
Public method AddFont
Adds new font to the collection.
Public method Close
Closes the current writer and releases any system resources associated with the writer.
(Inherited from TextWriter .)
Public method CreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject .)
Public method Dispose
Releases all resources used by the TextWriter object.
(Inherited from TextWriter .)
Protected method Dispose(Boolean)
Releases the unmanaged resources used by the TextWriter and optionally releases the managed resources.
(Inherited from TextWriter .)
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method Flush
Clears all buffers for the current writer and causes any buffered data to be written to the underlying device.
(Inherited from TextWriter .)
Public method FlushAsync
Asynchronously clears all buffers for the current writer and causes any buffered data to be written to the underlying device.
(Inherited from TextWriter .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Protected method GetImageRTF
Gets the image RTF.
Public method GetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method InitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Protected method MemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject .)
Protected method OutputTabs
Outputs any pending tabs if there are any,and resets the pending tabs flag.
Public method ToString
Returns string that implement current object.
(Overrides Object ToString .)
Public method Write(UInt64)
Writes the text representation of an 8-byte unsigned integer to the text string or stream.
(Inherited from TextWriter .)
Public method Write(Decimal)
Writes the text representation of a decimal value to the text string or stream.
(Inherited from TextWriter .)
Public method Write(Boolean)
Writes a bool to the text stream.
(Overrides TextWriter Write(Boolean) .)
Public method Write(Char)
Writes a character to the text stream.
(Overrides TextWriter Write(Char) .)
Public method Write( Char )
Writes a array of characters to the text stream.
(Overrides TextWriter Write( Char ) .)
Public method Write(Double)
Writes a double to the text stream.
(Overrides TextWriter Write(Double) .)
Public method Write(Int32)
Writes a int value to the text stream.
(Overrides TextWriter Write(Int32) .)
Public method Write(Int64)
Writes a long value to the text stream.
(Overrides TextWriter Write(Int64) .)
Public method Write(Object)
Writes a object to the text stream.
(Overrides TextWriter Write(Object) .)
Public method Write(Single)
Writes a float value to the text stream.
(Overrides TextWriter Write(Single) .)
Public method Write(String)
Writes a string to the text stream.
(Overrides TextWriter Write(String) .)
Public method Write(UInt32)
Writes a uint value to the text stream.
(Overrides TextWriter Write(UInt32) .)
Public method Write(String, Object)
Writes out a formatted string, using the same semantics as String.Format.
(Overrides TextWriter Write(String, Object) .)
Public method Write(String, Object )
Writes out a formatted string, using the same semantics as String.Format.
(Overrides TextWriter Write(String, Object ) .)
Public method Write( Char , Int32, Int32)
Writes a subarray of characters to the text stream.
(Overrides TextWriter Write( Char , Int32, Int32) .)
Public method Write(String, Object, Object)
Writes out a formatted string, using the same semantics as String.Format.
(Overrides TextWriter Write(String, Object, Object) .)
Public method Write(String, Object, Object, Object)
Writes a formatted string to the text string or stream, using the same semantics as the Format(String, Object, Object, Object) method.
(Inherited from TextWriter .)
Public method WriteAsync(Char)
Writes a character to the text string or stream asynchronously.
(Inherited from TextWriter .)
Public method WriteAsync(String)
Writes a string to the text string or stream asynchronously.
(Inherited from TextWriter .)
Public method WriteAsync( Char )
Writes a character array to the text string or stream asynchronously.
(Inherited from TextWriter .)
Public method WriteAsync( Char , Int32, Int32)
Writes a subarray of characters to the text string or stream asynchronously.
(Inherited from TextWriter .)
Public method WriteBackColorAttribute
Writes the background color attribute.
Public method WriteColorTable
Writes colors table into inner text writer.
Public method WriteFont(Font)
Writes the specified font.
Public method WriteFont(IFont)
Writes the specified IFont.
Public method WriteFontAttribute
Writes the attributes of the specified Font object.
Public method WriteFontItalicBoldStriked
Writes a string using the specified font with italic, bold, and strikethrough styles applied.
Public method WriteFontTable
Writes fonts table into inner text writer.
Public method WriteForeColorAttribute
Sets the foreground color attribute.
Public method WriteLine
Writes a line terminator to the text stream.
(Overrides TextWriter WriteLine .)
Public method WriteLine(UInt64)
Writes the text representation of an 8-byte unsigned integer followed by a line terminator to the text string or stream.
(Inherited from TextWriter .)
Public method WriteLine(Decimal)
Writes the text representation of a decimal value followed by a line terminator to the text string or stream.
(Inherited from TextWriter .)
Public method WriteLine(Boolean)
Writes the text representation of a Boolean followed by a line terminator to the text stream.
(Overrides TextWriter WriteLine(Boolean) .)
Public method WriteLine(Char)
Writes a character followed by a line terminator to the text stream.
(Overrides TextWriter WriteLine(Char) .)
Public method WriteLine( Char )
Writes an array of characters followed by a line terminator to the text stream.
(Overrides TextWriter WriteLine( Char ) .)
Public method WriteLine(Double)
Writes the text representation of a 8-byte floating-point value followed by a line terminator to the text stream.
(Overrides TextWriter WriteLine(Double) .)
Public method WriteLine(Int32)
Writes the text representation of a 4-byte signed integer followed by a line terminator to the text stream.
(Overrides TextWriter WriteLine(Int32) .)
Public method WriteLine(Int64)
Writes the text representation of an 8-byte signed integer followed by a line terminator to the text stream.
(Overrides TextWriter WriteLine(Int64) .)
Public method WriteLine(Object)
Writes the text representation of an object by calling ToString on this object, followed by a line terminator to the text stream.
(Overrides TextWriter WriteLine(Object) .)
Public method WriteLine(Single)
Writes the text representation of a 4-byte floating-point value followed by a line terminator to the text stream.
(Overrides TextWriter WriteLine(Single) .)
Public method WriteLine(String)
Writes a string followed by a line terminator to the text stream.
(Overrides TextWriter WriteLine(String) .)
Public method WriteLine(UInt32)
Writes the text representation of a 4-byte unsigned integer followed by a line terminator to the text stream.
(Overrides TextWriter WriteLine(UInt32) .)
Public method WriteLine(String, Object)
Writes out a formatted string and a new line, using the same semantics as Format.
(Overrides TextWriter WriteLine(String, Object) .)
Public method WriteLine(String, Object )
Writes out a formatted string and a new line, using the same semantics as Format.
(Overrides TextWriter WriteLine(String, Object ) .)
Public method WriteLine( Char , Int32, Int32)
Writes a subarray of characters followed by a line terminator to the text stream.
(Overrides TextWriter WriteLine( Char , Int32, Int32) .)
Public method WriteLine(String, Object, Object)
Writes out a formatted string and a new line, using the same semantics as Format.
(Overrides TextWriter WriteLine(String, Object, Object) .)
Public method WriteLine(String, Object, Object, Object)
Writes out a formatted string and a new line, using the same semantics as Format(String, Object) .
(Inherited from TextWriter .)
Public method WriteLineAsync
Writes a line terminator asynchronously to the text string or stream.
(Inherited from TextWriter .)
Public method WriteLineAsync(Char)
Writes a character followed by a line terminator asynchronously to the text string or stream.
(Inherited from TextWriter .)
Public method WriteLineAsync(String)
Writes a string followed by a line terminator asynchronously to the text string or stream.
(Inherited from TextWriter .)
Public method WriteLineAsync( Char )
Writes an array of characters followed by a line terminator asynchronously to the text string or stream.
(Inherited from TextWriter .)
Public method WriteLineAsync( Char , Int32, Int32)
Writes a subarray of characters followed by a line terminator asynchronously to the text string or stream.
(Inherited from TextWriter .)
Public method WriteLineNoTabs
Writes the specified string to the standard output stream without any tab characters.
Public method WriteStrikeThrough
Writes text with a strike-through style applied.
Public method WriteSubSuperScript
Writes the specified font with subscript and superscript formatting.
Public method WriteTag(RtfTags)
Writes the specified RTF tag to the inner writer if formatting is enabled.
Public method WriteTag(RtfTags, Object )
Writes an RTF tag to the output with optional parameters.
Public method WriteText(Font, String)
Writes the specified text using the provided font.
Public method WriteText(IFont, String)
Writes the specified text using the provided font.
Public method WriteText(Font, Color, String)
Writes text with specified font, foreground color, and string text.
Public method WriteText(Font, Color, Color, String)
Writes text with specified font, foreground color, and background color.
Public method WriteUnderline
Writes an underline style to the specified XlsFont object.
Public method WriteUnderlineAttribute
Writes an underline attribute.
Public method WriteUnderlineAttribute(UnderlineStyle)
Writes an underline attribute with the specified style.
Top
See Also