Class FormatType
Specifies the format type supported by the SfRichTextBoxAdv control.
Inheritance
System.Object
FormatType
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class FormatType : Enum
Fields
Doc
Microsoft Word 97-2003 document format.
Declaration
public const FormatType Doc
Field Value
| Type |
|---|
| FormatType |
Docx
Microsoft Word document Format.
Declaration
public const FormatType Docx
Field Value
| Type |
|---|
| FormatType |
Dot
Microsoft Word 97-2003 template Format.
Declaration
public const FormatType Dot
Field Value
| Type |
|---|
| FormatType |
Dotx
Microsoft Word template Format.
Declaration
public const FormatType Dotx
Field Value
| Type |
|---|
| FormatType |
Html
HTML Format.
Declaration
public const FormatType Html
Field Value
| Type |
|---|
| FormatType |
Rtf
Rich Text Format.
Declaration
public const FormatType Rtf
Field Value
| Type |
|---|
| FormatType |
Txt
Plain Text Format.
Declaration
public const FormatType Txt
Field Value
| Type |
|---|
| FormatType |
WordML
Specifies the WordProcessingML (.XML) documents.
Declaration
public const FormatType WordML
Field Value
| Type |
|---|
| FormatType |
Remarks
Provides Read/Write support for Microsoft Office Word  XML format (FlatOPC) documents. Provides read only support for Microsoft Office Word 2003 XML format documents.
Xaml
XAML Format.
Declaration
public const FormatType Xaml
Field Value
| Type |
|---|
| FormatType |