Share via


RtfToHtml Members

The RtfToHtml class implements a conversion from Rich Text Format (RTF) to HTML.

The following tables list the members exposed by the RtfToHtml type.

Public Constructors

  Name Description
RtfToHtml The RtfToHtml constructor creates a new RtfToHtml object.

Top

Public Properties

  Name Description
Aa562855.pubproperty(en-us,EXCHG.80).gif ConvertedFromText The ConvertedFromText property gets a Boolean value that indicates whether the source HTML was converted from plain text.
Aa562855.pubproperty(en-us,EXCHG.80).gif EnableHtmlDeencapsulation The EnableHtmlDeencapsulation property specifies whether to extract encapsulated HTML present in the input Rich Text Format (RTF) or to ignore encapsulated HTML in the input and perform normal conversion of RTF into HTML.
Aa562855.pubproperty(en-us,EXCHG.80).gif EncapsulatedHtml The EncapsulatedHtml property gets a Boolean value that indicates whether the source RTF document contains encapsulated HTML.
Aa562855.pubproperty(en-us,EXCHG.80).gif FilterHtml The FilterHtml property gets or sets a Boolean value that indicates whether the HtmlTagCallback property will be stripped of executable scripts.
Aa562855.pubproperty(en-us,EXCHG.80).gif Footer The Footer property gets or sets the text that will appear in the output after any other visible text.
Aa562855.pubproperty(en-us,EXCHG.80).gif Header The Header property gets or sets the text that will appear in the output before any other visible text.
Aa562855.pubproperty(en-us,EXCHG.80).gif HeaderFooterFormat The HeaderFooterFormat property gets or sets a HeaderFooterFormat enumeration value that indicates whether headers and footers will be interpreted as text or as HTML.
Aa562855.pubproperty(en-us,EXCHG.80).gif HtmlTagCallback The HtmlTagCallback property gets or sets the HtmlTagCallback delegate to use for filtering enriched text input.
Aa562855.pubproperty(en-us,EXCHG.80).gif InputStreamBufferSize  The InputStreamBufferSize property gets or sets the internal input buffer size, in bytes, for stream input.(inherited from TextConverter)
Aa562855.pubproperty(en-us,EXCHG.80).gif MaxCallbackTagLength The MaxCallbackTagLength property gets or sets the number of characters allowed in a tag, including attributes that can be passed in a callback.
Aa562855.pubproperty(en-us,EXCHG.80).gif NormalizeHtml The NormalizeHtml property gets or sets a Boolean value that determines whether this RtfToHtml object will collapse white space, balance tags, and fix other problems in the source HTML.
Aa562855.pubproperty(en-us,EXCHG.80).gif OutputEncoding The OutputEncoding property gets or sets a Encoding object that represents the encoding to use when writing HTML output.
Aa562855.pubproperty(en-us,EXCHG.80).gif OutputHtmlFragment The OutputHtmlFragment property gets or sets a Boolean value that determines whether or not this RtfToHtml object must output an entire HTML document or only a fragment of the HTML body content.
Aa562855.pubproperty(en-us,EXCHG.80).gif OutputStreamBufferSize  The OutputStreamBufferSize method gets or sets the internal output buffer size, in bytes, for stream output.(inherited from TextConverter)

Top

Public Methods

(see also Protected Methods )

  Name Description
Aa562855.pubmethod(en-us,EXCHG.80).gif Convert  Overloaded. (inherited from TextConverter )
Aa562855.pubmethod(en-us,EXCHG.80).gif Equals  Overloaded. (inherited from Object )
Aa562855.pubmethod(en-us,EXCHG.80).gif GetHashCode  (inherited from Object )
Aa562855.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Aa562855.pubmethod(en-us,EXCHG.80).gifAa562855.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Aa562855.pubmethod(en-us,EXCHG.80).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
Aa562855.protmethod(en-us,EXCHG.80).gif Finalize  (inherited from Object )
Aa562855.protmethod(en-us,EXCHG.80).gif MemberwiseClone  (inherited from Object )

Top