Interface IDocumentEditorContainer
Specified the Document Editor container interface.
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public interface IDocumentEditorContainer
Properties
CurrentUser
Current User.
Declaration
string CurrentUser { get; set; }
Property Value
Type |
---|
System.String |
EnableComment
Gets or set a value indicating whether comment is enabled or not.
Declaration
bool EnableComment { get; set; }
Property Value
Type |
---|
System.Boolean |
EnableCsp
Enable rendering with strict Content Security policy.
Declaration
bool EnableCsp { get; set; }
Property Value
Type |
---|
System.Boolean |
EnableLocalPaste
Enable local paste.
Declaration
bool EnableLocalPaste { get; set; }
Property Value
Type |
---|
System.Boolean |
EnablePersistence
Enable or disable persisting component's state between page reloads.
Declaration
bool EnablePersistence { get; set; }
Property Value
Type |
---|
System.Boolean |
EnableRtl
Enable or disable rendering component in right to left direction.
Declaration
bool EnableRtl { get; set; }
Property Value
Type |
---|
System.Boolean |
EnableSpellCheck
Enable or disable spell checker in document editor container.
Declaration
bool EnableSpellCheck { get; set; }
Property Value
Type |
---|
System.Boolean |
EnableToolbar
Enable or disable toolbar in document editor container.
Declaration
bool EnableToolbar { get; set; }
Property Value
Type |
---|
System.Boolean |
EnableTrackChanges
Enable or disable track changes in document editor container.
Declaration
bool EnableTrackChanges { get; set; }
Property Value
Type |
---|
System.Boolean |
Headers
Add custom headers to XMLHttpRequest.
Declaration
Dictionary<string, string> Headers { get; set; }
Property Value
Type |
---|
System.Collections.Generic.Dictionary<System.String, System.String> |
Height
Defines the height of the DocumentEditorContainer component.
Declaration
string Height { get; set; }
Property Value
Type |
---|
System.String |
ID
Specifies the document editor element id.
Declaration
string ID { get; set; }
Property Value
Type |
---|
System.String |
LayoutType
Layout Type.
Declaration
LayoutType LayoutType { get; set; }
Property Value
Type |
---|
LayoutType |
Locale
Overrides the global culture and localization value for this component. Default global culture is 'en-US'.
Declaration
string Locale { get; set; }
Property Value
Type |
---|
System.String |
RestrictEditing
Restrict editing operation.
Declaration
bool RestrictEditing { get; set; }
Property Value
Type |
---|
System.Boolean |
ServiceUrl
Sfdt service URL.
Declaration
string ServiceUrl { get; set; }
Property Value
Type |
---|
System.String |
ShowPropertiesPane
Show or hide properties pane.
Declaration
bool ShowPropertiesPane { get; set; }
Property Value
Type |
---|
System.Boolean |
ToolbarItems
Defines toolbar items for DocumentEditorContainer.
Declaration
object ToolbarItems { get; set; }
Property Value
Type |
---|
System.Object |
UserColor
User Selection Highlight Color.
Declaration
string UserColor { get; set; }
Property Value
Type |
---|
System.String |
Width
Defines the width of the DocumentEditorContainer component.
Declaration
string Width { get; set; }
Property Value
Type |
---|
System.String |
ZIndex
Specifies the z-order for rendering that determines whether the dialog is displayed in front or behind of another component.
Declaration
double ZIndex { get; set; }
Property Value
Type |
---|
System.Double |