Search results

DocumentEditorSettings API in JavaScript (ES5) DocumentEditor API control

The DocumentEditorSettings module is used to provide the customize property of Document Editor.

Properties

allowDragAndDrop

boolean

Enable or Disable moving selected content within Document Editor

Defaults to true

autoResizeSettings

AutoResizeSettingsModel

Specified the auto resize settings.

collaborativeEditingSettings

CollaborativeEditingSettingsModel

Gets ot sets the collaborative editing settings.

enableOptimizedTextMeasuring

boolean

Gets or sets a value indicating whether to use optimized text measuring approach to match Microsoft Word pagination.

Defaults to true

fontFamilies

string[]

Specifies the user preferred font family of Document Editor.

Defaults to [‘Algerian’,‘Arial’,‘Calibri’,‘Cambria’,‘CambriaMath’,‘Candara’,‘CourierNew’,‘Georgia’,‘Impact’,‘SegoePrint’,‘SegoeScript’,‘SegoeUI’,‘Symbol’,‘TimesNewRoman’,‘Verdana’,‘Wingdings’]

formFieldSettings

FormFieldSettingsModel

Gets or sets the form field settings.

maximumRows

number

Gets or sets the maximum number of rows allowed while inserting a table in Document editor component.

The maximum value is 32767, as per Microsoft Word application and you can set any value less than 32767 to this property. If you set any value greater than 32767, then Syncfusion Document editor will automatically reset as 32767.

Defaults to 32767

optimizeSfdt

boolean

Describes whether to reduce the resultant SFDT file size by minifying the file content

Defaults to true

printDevicePixelRatio

number

Specifies the device pixel ratio for the image generated for printing.

Increasing the device pixel ratio will increase the image file size, due to high resolution of image.

searchHighlightColor

string

Specifies the user preferred Search Highlight Color of Document Editor.

Defaults to ‘#FFE97F’

showBookmarks

boolean

Gets or sets a value indicating whether to show square brackets around bookmarked items.

Defaults to false

showHiddenMarks

boolean

Gets or sets a value indicating whether to show the hidden characters like spaces, tab, paragraph marks, and breaks.

Defaults to false