Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class RtfTextWriter : TextWriter
Public Class RtfTextWriter
	Inherits TextWriter
public ref class RtfTextWriter : public TextWriter
type RtfTextWriter =  
    class
        inherit TextWriter
    end

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
RtfTextWriter()()()()
Initializes a new instance of the RtfTextWriter class
RtfTextWriter(Boolean)
Initializes a new instance of the RtfTextWriter class
RtfTextWriter(TextWriter)
Initializes a new instance of the RtfTextWriter class
RtfTextWriter(TextWriter, Boolean)
Initializes a new instance of the RtfTextWriter class
AddColor(Color)
AddFont(Font)
Close()()()()
Closes the current writer and releases any system resources associated with the writer.
(Inherited from TextWriter.)
CoreNewLine
Stores the new line characters used for this TextWriter.
(Inherited from TextWriter.)
CreateObjRef(Type)
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Dispose()()()()
Releases all resources used by the TextWriter object.
(Inherited from TextWriter.)
Dispose(Boolean)
Releases the unmanaged resources used by the TextWriter and optionally releases the managed resources.
(Inherited from TextWriter.)
Encoding (Overrides TextWriter..::..Encoding.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Escape
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Flush()()()()
Clears all buffers for the current writer and causes any buffered data to be written to the underlying device.
(Inherited from TextWriter.)
FormatProvider
Gets an object that controls formatting.
(Inherited from TextWriter.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetImageRTF(String)
GetLifetimeService()()()()
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
InitializeLifetimeService()()()()
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
MemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
NewLine
Gets or sets the line terminator string used by the current TextWriter.
(Inherited from TextWriter.)
OutputTabs()()()()
ToString()()()() (Overrides Object..::..ToString()()()().)
Write(UInt64)
Writes the text representation of an 8-byte unsigned integer to the text stream.
(Inherited from TextWriter.)
Write(Decimal)
Writes the text representation of a decimal value to the text stream.
(Inherited from TextWriter.)
Write(Boolean) (Overrides TextWriter..::..Write(Boolean).)
Write(Char) (Overrides TextWriter..::..Write(Char).)
Write(array<Char>[]()[][]) (Overrides TextWriter..::..Write(array<Char>[]()[][]).)
Write(Double) (Overrides TextWriter..::..Write(Double).)
Write(Int32) (Overrides TextWriter..::..Write(Int32).)
Write(Int64) (Overrides TextWriter..::..Write(Int64).)
Write(Object) (Overrides TextWriter..::..Write(Object).)
Write(Single) (Overrides TextWriter..::..Write(Single).)
Write(String) (Overrides TextWriter..::..Write(String).)
Write(UInt32) (Overrides TextWriter..::..Write(UInt32).)
Write(String, Object) (Overrides TextWriter..::..Write(String, Object).)
Write(String, array<Object>[]()[][]) (Overrides TextWriter..::..Write(String, array<Object>[]()[][]).)
Write(array<Char>[]()[][], Int32, Int32) (Overrides TextWriter..::..Write(array<Char>[]()[][], Int32, Int32).)
Write(String, Object, Object) (Overrides TextWriter..::..Write(String, Object, Object).)
Write(String, Object, Object, Object)
Writes out a formatted string, using the same semantics as Format(String, Object).
(Inherited from TextWriter.)
WriteBackColorAttribute(Color)
WriteColorTable()()()()
WriteFont(Font)
WriteFont(IFont)
WriteFontAttribute(Font)
WriteFontItalicBoldStriked(Font)
WriteFontTable()()()()
WriteForeColorAttribute(Color)
WriteLine()()()() (Overrides TextWriter..::..WriteLine()()()().)
WriteLine(UInt64)
Writes the text representation of an 8-byte unsigned integer followed by a line terminator to the text stream.
(Inherited from TextWriter.)
WriteLine(Decimal)
Writes the text representation of a decimal value followed by a line terminator to the text stream.
(Inherited from TextWriter.)
WriteLine(Boolean) (Overrides TextWriter..::..WriteLine(Boolean).)
WriteLine(Char) (Overrides TextWriter..::..WriteLine(Char).)
WriteLine(array<Char>[]()[][]) (Overrides TextWriter..::..WriteLine(array<Char>[]()[][]).)
WriteLine(Double) (Overrides TextWriter..::..WriteLine(Double).)
WriteLine(Int32) (Overrides TextWriter..::..WriteLine(Int32).)
WriteLine(Int64) (Overrides TextWriter..::..WriteLine(Int64).)
WriteLine(Object) (Overrides TextWriter..::..WriteLine(Object).)
WriteLine(Single) (Overrides TextWriter..::..WriteLine(Single).)
WriteLine(String) (Overrides TextWriter..::..WriteLine(String).)
WriteLine(UInt32) (Overrides TextWriter..::..WriteLine(UInt32).)
WriteLine(String, Object) (Overrides TextWriter..::..WriteLine(String, Object).)
WriteLine(String, array<Object>[]()[][]) (Overrides TextWriter..::..WriteLine(String, array<Object>[]()[][]).)
WriteLine(array<Char>[]()[][], Int32, Int32) (Overrides TextWriter..::..WriteLine(array<Char>[]()[][], Int32, Int32).)
WriteLine(String, Object, Object) (Overrides TextWriter..::..WriteLine(String, Object, Object).)
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.)
WriteLineNoTabs(String)
WriteStrikeThrough(StrikeThroughStyle)
WriteSubSuperScript(XlsFont)
WriteTag(RtfTags)
WriteTag(RtfTags, array<Object>[]()[][])
WriteText(Font, String)
WriteText(IFont, String)
WriteText(Font, Color, String)
WriteText(Font, Color, Color, String)
WriteUnderline(XlsFont)
WriteUnderlineAttribute()()()()
WriteUnderlineAttribute(UnderlineStyle)

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.IO..::..TextWriter
      Spire.Xls.Core.Spreadsheet..::..RtfTextWriter

See Also