Skip to main content
A newer version of this page is available. .

HtmlEditorPasteFromWordDialogSettings Class

Contains customization settings for the Paste from Word dialog’s form elements.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public class HtmlEditorPasteFromWordDialogSettings :
    HtmlEditorDialogSettingsBase

The following members return HtmlEditorPasteFromWordDialogSettings objects:

Remarks

The HtmlEditorPasteFromWordDialogSettings class contains settings that allow you to customize the availability of elements within the Paste from Word dialog form.

An instance of the HtmlEditorPasteFromWordDialogSettings class can be accessed via the HtmlEditorDialogFormElementSettings.PasteFromWordDialog property.

See Also