Click or drag to resize
CKEditorControlPasteFromWordRemoveStyles Property
Whether to remove element styles that can't be managed with the editor. Note that this doesn't handle the font specific styles, which depends on the pasteFromWordRemoveFontStyles setting instead. Default value: false

Namespace: CMS.CKEditor.Web.UI
Assembly: CMS.CKEditor.Web.UI (in CMS.CKEditor.Web.UI.dll) Version: 11.0.0
Syntax
C#
public bool PasteFromWordRemoveStyles { get; set; }

Property Value

Type: Boolean
See Also