Class ServerActionSettingsModel
Interface for a class ServerActionSettings.
Inherited Members
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public class ServerActionSettingsModel
Constructors
ServerActionSettingsModel()
Declaration
public ServerActionSettingsModel()
Properties
RestrictEditing
Specifies the restrict editing encryption/decryption action of Document Editor.
Declaration
[JsonPropertyName("restrictEditing")]
public string RestrictEditing { get; set; }
Property Value
| Type |
|---|
| string |
SpellCheck
Specifies the spell check action of Document Editor.
Declaration
[JsonPropertyName("spellCheck")]
public string SpellCheck { get; set; }
Property Value
| Type |
|---|
| string |
SpellCheckByPage
Specifies the spell check by page action of Document Editor.
Declaration
[JsonPropertyName("spellCheckByPage")]
public string SpellCheckByPage { get; set; }
Property Value
| Type |
|---|
| string |
SystemClipboard
Specifies the system clipboard action of Document Editor.
Declaration
[JsonPropertyName("systemClipboard")]
public string SystemClipboard { get; set; }
Property Value
| Type |
|---|
| string |