Class RichTextEditorExportWordBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
RichTextEditorExportWordBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.RichTextEditor
Assembly: Syncfusion.AspNetMvc.RichTextEditor.dll
Syntax
public class RichTextEditorExportWordBuilder : ControlBuilder
Constructors
RichTextEditorExportWordBuilder()
Declaration
public RichTextEditorExportWordBuilder()
RichTextEditorExportWordBuilder(RichTextEditorExportWord)
Declaration
public RichTextEditorExportWordBuilder(RichTextEditorExportWord model)
Parameters
| Type | Name | Description |
|---|---|---|
| RichTextEditorExportWord | model |
Methods
FileName(String)
Specifies the file name for the exported Word file.
Declaration
public RichTextEditorExportWordBuilder FileName(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| RichTextEditorExportWordBuilder |
ServiceUrl(String)
Specifies the URL used to export RichTextEditor content into Word files.
Declaration
public RichTextEditorExportWordBuilder ServiceUrl(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| RichTextEditorExportWordBuilder |
Stylesheet(String)
Specifies the stylesheet to be applied to the exported file.
Declaration
public RichTextEditorExportWordBuilder Stylesheet(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| RichTextEditorExportWordBuilder |