Class RichTextEditorExportWord
Inheritance
System.Object
    Syncfusion.EJ2.EJTagHelper
    RichTextEditorExportWord
  Namespace: Syncfusion.EJ2.RichTextEditor
Assembly: Syncfusion.EJ2.dll
Syntax
public class RichTextEditorExportWord : EJTagHelper
  Constructors
RichTextEditorExportWord()
Declaration
public RichTextEditorExportWord()
  Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
  Property Value
| Type | 
|---|
| Syncfusion.EJ2.MvcTemplate<System.Object> | 
FileName
Specifies the file name for the exported Word file.
Declaration
public string FileName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The default value is "Sample.docx"  | 
      
ServiceUrl
Specifies the URL used to export RichTextEditor content into Word files.
Declaration
public string ServiceUrl { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The default value is null  | 
      
Stylesheet
Specifies the stylesheet to be applied to the exported file.
Declaration
public string Stylesheet { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The default value is null  |