Class ContainerServerActionSettingsModel
Interface for a class ContainerServerActionSettings.
Inherited Members
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public class ContainerServerActionSettingsModel
Constructors
ContainerServerActionSettingsModel()
Declaration
public ContainerServerActionSettingsModel()
Properties
Import
Specifies the load action of Document Editor.
Declaration
[JsonPropertyName("import")]
public string Import { get; set; }
Property Value
| Type |
|---|
| string |
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 |