diff --git a/Document-Processing/Word/Word-Processor/angular/content-control.md b/Document-Processing/Word/Word-Processor/angular/content-control.md index ae5af018a7..fec1756fdf 100644 --- a/Document-Processing/Word/Word-Processor/angular/content-control.md +++ b/Document-Processing/Word/Word-Processor/angular/content-control.md @@ -14,8 +14,13 @@ domainurl: ##DomainURL## Content controls can be categorized based on their occurrence in a document as follows: -**Inline Content Control:** Among inline content within a paragraph as a child element. -**Block Content Control:** Among paragraphs and tables as a child of a Body or Header/Footer. +**Inline Content Control:** Inserted within the text of a paragraph and flows together with the surrounding text as shown in below example. + +![Inline content control.](images/inline-content-control.png) + +**Block Content Control:** Inserted as a standalone element at the block level and can contain one or more paragraphs, tables, images, or other content as shown in below example. + +![Block content control.](images/block-content-control.png) ## Types of Content Controls diff --git a/Document-Processing/Word/Word-Processor/angular/images/block-content-control.png b/Document-Processing/Word/Word-Processor/angular/images/block-content-control.png new file mode 100644 index 0000000000..41f72319f5 Binary files /dev/null and b/Document-Processing/Word/Word-Processor/angular/images/block-content-control.png differ diff --git a/Document-Processing/Word/Word-Processor/angular/images/inline-content-control.png b/Document-Processing/Word/Word-Processor/angular/images/inline-content-control.png new file mode 100644 index 0000000000..b64fb75cce Binary files /dev/null and b/Document-Processing/Word/Word-Processor/angular/images/inline-content-control.png differ diff --git a/Document-Processing/Word/Word-Processor/asp-net-core/content-control.md b/Document-Processing/Word/Word-Processor/asp-net-core/content-control.md index d1fc5efbab..4b35be6322 100644 --- a/Document-Processing/Word/Word-Processor/asp-net-core/content-control.md +++ b/Document-Processing/Word/Word-Processor/asp-net-core/content-control.md @@ -14,8 +14,13 @@ documentation: ug Content controls can be categorized based on their occurrence in a document as follows: -**Inline Content Control:** Among inline content within a paragraph as a child element. -**Block Content Control:** Among paragraphs and tables as a child of a Body or Header/Footer. +**Inline Content Control:** Inserted within the text of a paragraph and flows together with the surrounding text as shown in below example. + +![Inline content control.](images/inline-content-control.png) + +**Block Content Control:** Inserted as a standalone element at the block level and can contain one or more paragraphs, tables, images, or other content as shown in below example. + +![Block content control.](images/block-content-control.png) ## Types of Content Controls diff --git a/Document-Processing/Word/Word-Processor/asp-net-core/images/block-content-control.png b/Document-Processing/Word/Word-Processor/asp-net-core/images/block-content-control.png new file mode 100644 index 0000000000..41f72319f5 Binary files /dev/null and b/Document-Processing/Word/Word-Processor/asp-net-core/images/block-content-control.png differ diff --git a/Document-Processing/Word/Word-Processor/asp-net-core/images/inline-content-control.png b/Document-Processing/Word/Word-Processor/asp-net-core/images/inline-content-control.png new file mode 100644 index 0000000000..b64fb75cce Binary files /dev/null and b/Document-Processing/Word/Word-Processor/asp-net-core/images/inline-content-control.png differ diff --git a/Document-Processing/Word/Word-Processor/asp-net-mvc/content-control.md b/Document-Processing/Word/Word-Processor/asp-net-mvc/content-control.md index 1838c4d905..e83719c46e 100644 --- a/Document-Processing/Word/Word-Processor/asp-net-mvc/content-control.md +++ b/Document-Processing/Word/Word-Processor/asp-net-mvc/content-control.md @@ -14,8 +14,13 @@ documentation: ug Content controls can be categorized based on their 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 or HeaderFooter. +**Inline Content Control:** Inserted within the text of a paragraph and flows together with the surrounding text as shown in below example. + +![Inline content control.](images/inline-content-control.png) + +**Block Content Control:** Inserted as a standalone element at the block level and can contain one or more paragraphs, tables, images, or other content as shown in below example. + +![Block content control.](images/block-content-control.png) ## Types of Content Controls diff --git a/Document-Processing/Word/Word-Processor/asp-net-mvc/images/block-content-control.png b/Document-Processing/Word/Word-Processor/asp-net-mvc/images/block-content-control.png new file mode 100644 index 0000000000..41f72319f5 Binary files /dev/null and b/Document-Processing/Word/Word-Processor/asp-net-mvc/images/block-content-control.png differ diff --git a/Document-Processing/Word/Word-Processor/asp-net-mvc/images/inline-content-control.png b/Document-Processing/Word/Word-Processor/asp-net-mvc/images/inline-content-control.png new file mode 100644 index 0000000000..b64fb75cce Binary files /dev/null and b/Document-Processing/Word/Word-Processor/asp-net-mvc/images/inline-content-control.png differ diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/content-control.md b/Document-Processing/Word/Word-Processor/javascript-es5/content-control.md index ebda551e59..425fe18394 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/content-control.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/content-control.md @@ -14,8 +14,13 @@ domainurl: ##DomainURL## Content controls can be categorized based on their occurrence in a document as follows: -**Inline Content Control:** Among inline content within a paragraph as a child element. -**Block Content Control:** Among paragraphs and tables as a child of a Body or Header/Footer. +**Inline Content Control:** Inserted within the text of a paragraph and flows together with the surrounding text as shown in below example. + +![Inline content control.](images/inline-content-control.png) + +**Block Content Control:** Inserted as a standalone element at the block level and can contain one or more paragraphs, tables, images, or other content as shown in below example. + +![Block content control.](images/block-content-control.png) ## Types of Content Controls diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/images/block-content-control.png b/Document-Processing/Word/Word-Processor/javascript-es5/images/block-content-control.png new file mode 100644 index 0000000000..41f72319f5 Binary files /dev/null and b/Document-Processing/Word/Word-Processor/javascript-es5/images/block-content-control.png differ diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/images/inline-content-control.png b/Document-Processing/Word/Word-Processor/javascript-es5/images/inline-content-control.png new file mode 100644 index 0000000000..b64fb75cce Binary files /dev/null and b/Document-Processing/Word/Word-Processor/javascript-es5/images/inline-content-control.png differ diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/content-control.md b/Document-Processing/Word/Word-Processor/javascript-es6/content-control.md index 941d550cdd..64437a3e36 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/content-control.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/content-control.md @@ -14,8 +14,13 @@ domainurl: ##DomainURL## Content controls can be categorized based on their 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. +**Inline Content Control:** Inserted within the text of a paragraph and flows together with the surrounding text as shown in below example. + +![Inline content control.](images/inline-content-control.png) + +**Block Content Control:** Inserted as a standalone element at the block level and can contain one or more paragraphs, tables, images, or other content as shown in below example. + +![Block content control.](images/block-content-control.png) ## Types of Content Controls diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/images/block-content-control.png b/Document-Processing/Word/Word-Processor/javascript-es6/images/block-content-control.png new file mode 100644 index 0000000000..41f72319f5 Binary files /dev/null and b/Document-Processing/Word/Word-Processor/javascript-es6/images/block-content-control.png differ diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/images/inline-content-control.png b/Document-Processing/Word/Word-Processor/javascript-es6/images/inline-content-control.png new file mode 100644 index 0000000000..b64fb75cce Binary files /dev/null and b/Document-Processing/Word/Word-Processor/javascript-es6/images/inline-content-control.png differ diff --git a/Document-Processing/Word/Word-Processor/react/content-control.md b/Document-Processing/Word/Word-Processor/react/content-control.md index fc89b38a44..b3605cd848 100644 --- a/Document-Processing/Word/Word-Processor/react/content-control.md +++ b/Document-Processing/Word/Word-Processor/react/content-control.md @@ -14,8 +14,13 @@ domainurl: ##DomainURL## Content controls can be categorized based on their occurrence in a document as follows: -**Inline Content Control:** Among inline content within a paragraph as a child element. -**Block Content Control:** Among paragraphs and tables as a child of a Body or Header/Footer. +**Inline Content Control:** Inserted within the text of a paragraph and flows together with the surrounding text as shown in below example. + +![Inline content control.](images/inline-content-control.png) + +**Block Content Control:** Inserted as a standalone element at the block level and can contain one or more paragraphs, tables, images, or other content as shown in below example. + +![Block content control.](images/block-content-control.png) ## Types of Content Controls diff --git a/Document-Processing/Word/Word-Processor/react/images/block-content-control.png b/Document-Processing/Word/Word-Processor/react/images/block-content-control.png new file mode 100644 index 0000000000..41f72319f5 Binary files /dev/null and b/Document-Processing/Word/Word-Processor/react/images/block-content-control.png differ diff --git a/Document-Processing/Word/Word-Processor/react/images/inline-content-control.png b/Document-Processing/Word/Word-Processor/react/images/inline-content-control.png new file mode 100644 index 0000000000..b64fb75cce Binary files /dev/null and b/Document-Processing/Word/Word-Processor/react/images/inline-content-control.png differ diff --git a/Document-Processing/Word/Word-Processor/vue/content-control.md b/Document-Processing/Word/Word-Processor/vue/content-control.md index 417d00e670..968f728671 100644 --- a/Document-Processing/Word/Word-Processor/vue/content-control.md +++ b/Document-Processing/Word/Word-Processor/vue/content-control.md @@ -14,8 +14,13 @@ domainurl: ##DomainURL## Content controls can be categorized based on their occurrence in a document as follows: -InlineContentControl: Appears among inline content, as a child of a paragraph. -BlockContentControl: Appears among paragraphs and tables, as a child of a Body or HeaderFooter. +**Inline Content Control:** Inserted within the text of a paragraph and flows together with the surrounding text as shown in below example. + +![Inline content control.](images/inline-content-control.png) + +**Block Content Control:** Inserted as a standalone element at the block level and can contain one or more paragraphs, tables, images, or other content as shown in below example. + +![Block content control.](images/block-content-control.png) ## Types of Content Controls diff --git a/Document-Processing/Word/Word-Processor/vue/images/block-content-control.png b/Document-Processing/Word/Word-Processor/vue/images/block-content-control.png new file mode 100644 index 0000000000..41f72319f5 Binary files /dev/null and b/Document-Processing/Word/Word-Processor/vue/images/block-content-control.png differ diff --git a/Document-Processing/Word/Word-Processor/vue/images/inline-content-control.png b/Document-Processing/Word/Word-Processor/vue/images/inline-content-control.png new file mode 100644 index 0000000000..b64fb75cce Binary files /dev/null and b/Document-Processing/Word/Word-Processor/vue/images/inline-content-control.png differ