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.CKEditorAssembly: CMS.CKEditor (in CMS.CKEditor.dll) Version: 8.2.23
Syntax public bool PasteFromWordRemoveStyles { get; set; }
Property Value
Type:
BooleanSee Also