RtfTextWriter Class |
Namespace: Spire.Xls.Core.Spreadsheet
The RtfTextWriter type exposes the following members.
Name | Description | |
---|---|---|
![]() |
RtfTextWriter |
Initializes a new instance of the
RtfTextWriter
class with a default
StringWriter
and sets the owner flag to true.
|
![]() |
RtfTextWriter(Boolean) |
Initializes a new instance of the RtfTextWriter class with the specified formatting option.
|
![]() |
RtfTextWriter(TextWriter) |
Initializes a new instance of the RtfTextWriter class with the specified TextWriter and sets the auto-flush behavior to true.
|
![]() |
RtfTextWriter(TextWriter, Boolean) |
Initializes a new instance of the RtfTextWriter class with the specified TextWriter and formatting option.
|
Name | Description | |
---|---|---|
![]() |
Encoding |
Returns current Encoding.
(Overrides
TextWriter
Encoding
.)
|
![]() |
Escape |
Determines whether characters should be escaped during writing. When `Escape` is `true`, certain characters are escaped to prevent them from being interpreted as special characters.When `Escape` is `false`, characters are written as-is without any escaping.
|
![]() |
FormatProvider |
Gets an object that controls formatting.
(Inherited from
TextWriter
.)
|
![]() |
NewLine |
Gets or sets the line terminator string used by the current TextWriter.
(Inherited from
TextWriter
.)
|
Name | Description | |
---|---|---|
![]() |
AddColor |
Adds color to the colors table.
|
![]() |
AddFont |
Adds new font to the collection.
|
![]() |
Close |
Closes the current writer and releases any system resources associated with the writer.
(Inherited from
TextWriter
.)
|
![]() |
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
.)
|
![]() |
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
.)
|
![]() |
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it 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
.)
|
![]() |
FlushAsync |
Asynchronously clears all buffers for the current writer and causes any buffered data to be written to the underlying device.
(Inherited from
TextWriter
.)
|
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
![]() |
GetImageRTF |
Gets the image RTF.
|
![]() |
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
.)
|
![]() |
OutputTabs |
Outputs any pending tabs if there are any,and resets the pending tabs flag.
|
![]() |
ToString |
Returns string that implement current object.
(Overrides
Object
ToString
.)
|
![]() |
Write(UInt64) |
Writes the text representation of an 8-byte unsigned integer to the text string or stream.
(Inherited from
TextWriter
.)
|
![]() |
Write(Decimal) |
Writes the text representation of a decimal value to the text string or stream.
(Inherited from
TextWriter
.)
|
![]() |
Write(Boolean) |
Writes a bool to the text stream.
(Overrides
TextWriter
Write(Boolean)
.)
|
![]() |
Write(Char) |
Writes a character to the text stream.
(Overrides
TextWriter
Write(Char)
.)
|
![]() |
Write( Char ) |
Writes a array of characters to the text stream.
(Overrides
TextWriter
Write(
Char
)
.)
|
![]() |
Write(Double) |
Writes a double to the text stream.
(Overrides
TextWriter
Write(Double)
.)
|
![]() |
Write(Int32) |
Writes a int value to the text stream.
(Overrides
TextWriter
Write(Int32)
.)
|
![]() |
Write(Int64) |
Writes a long value to the text stream.
(Overrides
TextWriter
Write(Int64)
.)
|
![]() |
Write(Object) |
Writes a object to the text stream.
(Overrides
TextWriter
Write(Object)
.)
|
![]() |
Write(Single) |
Writes a float value to the text stream.
(Overrides
TextWriter
Write(Single)
.)
|
![]() |
Write(String) |
Writes a string to the text stream.
(Overrides
TextWriter
Write(String)
.)
|
![]() |
Write(UInt32) |
Writes a uint value to the text stream.
(Overrides
TextWriter
Write(UInt32)
.)
|
![]() |
Write(String, Object) |
Writes out a formatted string, using the same semantics as String.Format.
(Overrides
TextWriter
Write(String, Object)
.)
|
![]() |
Write(String, Object ) |
Writes out a formatted string, using the same semantics as String.Format.
(Overrides
TextWriter
Write(String,
Object
)
.)
|
![]() |
Write( Char , Int32, Int32) |
Writes a subarray of characters to the text stream.
(Overrides
TextWriter
Write(
Char
, Int32, Int32)
.)
|
![]() |
Write(String, Object, Object) |
Writes out a formatted string, using the same semantics as String.Format.
(Overrides
TextWriter
Write(String, Object, Object)
.)
|
![]() |
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
.)
|
![]() |
WriteAsync(Char) |
Writes a character to the text string or stream asynchronously.
(Inherited from
TextWriter
.)
|
![]() |
WriteAsync(String) |
Writes a string to the text string or stream asynchronously.
(Inherited from
TextWriter
.)
|
![]() |
WriteAsync( Char ) |
Writes a character array to the text string or stream asynchronously.
(Inherited from
TextWriter
.)
|
![]() |
WriteAsync( Char , Int32, Int32) |
Writes a subarray of characters to the text string or stream asynchronously.
(Inherited from
TextWriter
.)
|
![]() |
WriteBackColorAttribute |
Writes the background color attribute.
|
![]() |
WriteColorTable |
Writes colors table into inner text writer.
|
![]() |
WriteFont(Font) |
Writes the specified font.
|
![]() |
WriteFont(IFont) |
Writes the specified IFont.
|
![]() |
WriteFontAttribute |
Writes the attributes of the specified Font object.
|
![]() |
WriteFontItalicBoldStriked |
Writes a string using the specified font with italic, bold, and strikethrough styles applied.
|
![]() |
WriteFontTable |
Writes fonts table into inner text writer.
|
![]() |
WriteForeColorAttribute |
Sets the foreground color attribute.
|
![]() |
WriteLine |
Writes a line terminator to the text stream.
(Overrides
TextWriter
WriteLine
.)
|
![]() |
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
.)
|
![]() |
WriteLine(Decimal) |
Writes the text representation of a decimal value followed by a line terminator to the text string or stream.
(Inherited from
TextWriter
.)
|
![]() |
WriteLine(Boolean) |
Writes the text representation of a Boolean followed by a line
terminator to the text stream.
(Overrides
TextWriter
WriteLine(Boolean)
.)
|
![]() |
WriteLine(Char) |
Writes a character followed by a line terminator to the text stream.
(Overrides
TextWriter
WriteLine(Char)
.)
|
![]() |
WriteLine( Char ) |
Writes an array of characters followed by a line terminator to the text stream.
(Overrides
TextWriter
WriteLine(
Char
)
.)
|
![]() |
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)
.)
|
![]() |
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)
.)
|
![]() |
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)
.)
|
![]() |
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)
.)
|
![]() |
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)
.)
|
![]() |
WriteLine(String) |
Writes a string followed by a line terminator to the text stream.
(Overrides
TextWriter
WriteLine(String)
.)
|
![]() |
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)
.)
|
![]() |
WriteLine(String, Object) |
Writes out a formatted string and a new line, using the same semantics as Format.
(Overrides
TextWriter
WriteLine(String, Object)
.)
|
![]() |
WriteLine(String, Object ) |
Writes out a formatted string and a new line, using the same semantics as Format.
(Overrides
TextWriter
WriteLine(String,
Object
)
.)
|
![]() |
WriteLine( Char , Int32, Int32) |
Writes a subarray of characters followed by a line terminator to the text stream.
(Overrides
TextWriter
WriteLine(
Char
, Int32, Int32)
.)
|
![]() |
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)
.)
|
![]() |
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
.)
|
![]() |
WriteLineAsync |
Writes a line terminator asynchronously to the text string or stream.
(Inherited from
TextWriter
.)
|
![]() |
WriteLineAsync(Char) |
Writes a character followed by a line terminator asynchronously to the text string or stream.
(Inherited from
TextWriter
.)
|
![]() |
WriteLineAsync(String) |
Writes a string followed by a line terminator asynchronously to the text string or stream.
(Inherited from
TextWriter
.)
|
![]() |
WriteLineAsync( Char ) |
Writes an array of characters followed by a line terminator asynchronously to the text string or stream.
(Inherited from
TextWriter
.)
|
![]() |
WriteLineAsync( Char , Int32, Int32) |
Writes a subarray of characters followed by a line terminator asynchronously to the text string or stream.
(Inherited from
TextWriter
.)
|
![]() |
WriteLineNoTabs |
Writes the specified string to the standard output stream without any tab characters.
|
![]() |
WriteStrikeThrough |
Writes text with a strike-through style applied.
|
![]() |
WriteSubSuperScript |
Writes the specified font with subscript and superscript formatting.
|
![]() |
WriteTag(RtfTags) |
Writes the specified RTF tag to the inner writer if formatting is enabled.
|
![]() |
WriteTag(RtfTags, Object ) |
Writes an RTF tag to the output with optional parameters.
|
![]() |
WriteText(Font, String) |
Writes the specified text using the provided font.
|
![]() |
WriteText(IFont, String) |
Writes the specified text using the provided font.
|
![]() |
WriteText(Font, Color, String) |
Writes text with specified font, foreground color, and string text.
|
![]() |
WriteText(Font, Color, Color, String) |
Writes text with specified font, foreground color, and background color.
|
![]() |
WriteUnderline |
Writes an underline style to the specified XlsFont object.
|
![]() |
WriteUnderlineAttribute |
Writes an underline attribute.
|
![]() |
WriteUnderlineAttribute(UnderlineStyle) |
Writes an underline attribute with the specified style.
|
Name | Description | |
---|---|---|
![]() |
CoreNewLine |
Stores the newline characters used for this TextWriter.
(Inherited from
TextWriter
.)
|