Text |
public abstract class TextPreviewer
The TextPreviewer type exposes the following members.
Name | Description | |
---|---|---|
TextPreviewer | Initialize a new instance of the TextPreviewer class. |
Name | Description | |
---|---|---|
InputFormat | Get the input format. | |
MaximumPreviewLength | Get or set the maximum text preview length. |
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
Finalize | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetPreviewText(String) | Get a text preview of a string of text. | |
GetPreviewText(TextPart) | Get a text preview of the text part. | |
GetPreviewText(TextReader) | Get a text preview of a stream of text. | |
GetPreviewText(Stream, String) | Get a text preview of a stream of text in the specified charset. | |
GetPreviewText(Stream, Encoding) | Get a text preview of a stream of text in the specified encoding. | |
GetType | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) | |
ToString | (Inherited from Object) |