Share via


TextToText Members

The TextToText object converts from text to text.

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

Public Constructors

  Name Description
TextToText Overloaded. The TextToText constructor overloads create new TextToText objects.

Top

Public Properties

  Name Description
Aa565923.pubproperty(en-us,EXCHG.80).gif DetectEncodingFromByteOrderMark The DetectEncodingFromByteOrderMark property gets or sets a Boolean value that indicates whether the encoding is detected from the byte order mark or determined by the InputEncoding property.
Aa565923.pubproperty(en-us,EXCHG.80).gif Footer The Footer property gets or sets the text that will appear in the output after any other text.
Aa565923.pubproperty(en-us,EXCHG.80).gif Header The Header property gets or sets the text that will appear in the output before any other text.
Aa565923.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.
Aa565923.pubproperty(en-us,EXCHG.80).gif HtmlEscapeOutput The HtmlEscapeOutput property gets or sets a Boolean value that controls whether HTML escaping rules will be applied to the output of the conversion.
Aa565923.pubproperty(en-us,EXCHG.80).gif InputEncoding The InputEncoding property gets or sets a Encoding object that represents the encoding to use when reading enriched text input.
Aa565923.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)
Aa565923.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.
Aa565923.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)
Aa565923.pubproperty(en-us,EXCHG.80).gif Unwrap The Unwrap property gets or sets a Boolean value indicating whether the source text needs to be unwrapped as it is converted.
Aa565923.pubproperty(en-us,EXCHG.80).gif Wrap The Wrap property gets or sets a Boolean value indicating whether the output text should be wrapped.

Top

Public Methods

(see also Protected Methods )

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

Top

Protected Methods

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

Top