diff --git a/ej2-asp-core-mvc/document-editor/content-control.md b/ej2-asp-core-mvc/document-editor/content-control.md new file mode 100644 index 0000000000..f3b6909afb --- /dev/null +++ b/ej2-asp-core-mvc/document-editor/content-control.md @@ -0,0 +1,29 @@ +--- +layout: post +title: Content Control in Syncfusion ##Platform_Name## Document Editor Component +description: Learn here all about Content Control in Syncfusion ##Platform_Name## Document Editor component of Syncfusion Essential JS 2 and more. +platform: ej2-asp-core-mvc +control: Content Control +publishingplatform: ##Platform_Name## +documentation: ug +--- + + +# Content Control in DocumentEditor + +Document Editor provides content control preservation support (i.e.) Content control present in the input document is preserved upon saving. + +Content controls can be categorized based on its occurrence in a document as follows, + +InlineContentControl: Among inline content inside, as a child of a paragraph. BlockContentControl: Among paragraphs and tables, as a child of a Body, HeaderFooter. + +## Types of Content Controls + +* Rich Text +* Plain Text +* Check Box +* Date picker +* Drop-Down List and Combo Box +* Picture + +N> Content control with custom XML mapping of file type WordML is converted as normal Rich Text Content Control to provide lossless round-tripping upon saving. diff --git a/ej2-asp-core-toc.html b/ej2-asp-core-toc.html index 5f4944d4b6..fe55c28702 100644 --- a/ej2-asp-core-toc.html +++ b/ej2-asp-core-toc.html @@ -914,6 +914,7 @@