Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
3133626
Merge pull request #1719 from Syncfusion-Content/hotfix/hotfix-v24.1.41
SyncfusionBuild Dec 19, 2023
72f8310
Merge pull request #1723 from Syncfusion-Content/hotfix/hotfix-v24.1.41
SyncfusionBuild Dec 20, 2023
48c1199
Merge pull request #1726 from Syncfusion-Content/hotfix/hotfix-v24.1.41
SyncfusionBuild Dec 21, 2023
01385c8
Merge pull request #1729 from Syncfusion-Content/hotfix/hotfix-v24.1.41
SyncfusionBuild Dec 22, 2023
b16b98e
Merge pull request #1731 from Syncfusion-Content/hotfix/hotfix-v24.1.41
SyncfusionBuild Dec 26, 2023
447c60d
Merge remote-tracking branch 'remotes/origin/hotfix/hotfix-v24.1.41'
DeepakRajSundar Dec 28, 2023
31a9eef
Merge pull request #1734 from Syncfusion-Content/hotfix/hotfix-v24.1.41
SyncfusionBuild Dec 28, 2023
3104da7
Merge pull request #1735 from Syncfusion-Content/hotfix/hotfix-v24.1.41
SyncfusionBuild Jan 2, 2024
f9be040
Merge pull request #1736 from Syncfusion-Content/hotfix/hotfix-v24.1.41
SyncfusionBuild Jan 3, 2024
e71757a
Added missed # in File-Formats/Release-Notes/v24.1.44.md
DeepakRajSundar Jan 3, 2024
4e09a32
Merge pull request #1737 from Syncfusion-Content/hotfix/hotfix-v24.1.41
SyncfusionBuild Jan 4, 2024
d34ec94
Merge pull request #1747 from Syncfusion-Content/hotfix/hotfix-v24.1.41
SyncfusionBuild Jan 8, 2024
32f52d2
Merge pull request #1751 from Syncfusion-Content/hotfix/hotfix-v24.1.41
SyncfusionBuild Jan 9, 2024
8460be5
Merge pull request #1754 from Syncfusion-Content/hotfix/hotfix-v24.1.41
SyncfusionBuild Jan 10, 2024
d597750
Merge pull request #1760 from Syncfusion-Content/hotfix/hotfix-v24.1.41
SyncfusionBuild Jan 12, 2024
03bbf11
Youtube link added
Jan 12, 2024
623a991
Update Youtube link
AnburasanSaravanan Jan 12, 2024
3848e38
Added youtube link for TOC
AnburasanSaravanan Jan 12, 2024
55f6ec2
Merge branch 'ES-865507-Youtube-link' of https://github.com/syncfusio…
Jan 12, 2024
36e6b12
Merge branch 'hotfix/hotfix-v24.1.41' of https://github.com/syncfusio…
Jan 12, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion File-Formats/DocIO/Working-With-Content-Controls.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ Content controls can be categorized based on its occurrence in a document as fol
* [InlineContentControl](https://help.syncfusion.com/cr/file-formats/Syncfusion.DocIO.DLS.InlineContentControl.html): Among inline content inside, as a child of a paragraph.
* [BlockContentControl](https://help.syncfusion.com/cr/file-formats/Syncfusion.DocIO.DLS.BlockContentControl.html): Among paragraphs and tables, as a child of a Body, HeaderFooter, Comment, Footnote, or a Shape node.

To quickly start create and fill a form in Word document, please check out this video:
{% youtube "https://www.youtube.com/watch?v=IbsRfsRoa2s" %}

### Block Content Control

You can add content control to a text body of the Word document using block content control. You can add text, tables, pictures, or other items into the block content control. Refer to the following code.
Expand Down Expand Up @@ -2594,4 +2597,4 @@ N> In the above-mentioned code samples, for Xamarin platforms the document is sa

## See Also

* [How to remove the placeholder text if the meta property is empty in a Word document?](https://www.syncfusion.com/kb/13982/how-to-remove-the-placeholder-text-if-the-meta-property-is-empty-in-a-word-document)
* [How to remove the placeholder text if the meta property is empty in a Word document?](https://www.syncfusion.com/kb/13982/how-to-remove-the-placeholder-text-if-the-meta-property-is-empty-in-a-word-document)
3 changes: 3 additions & 0 deletions File-Formats/DocIO/Working-with-Table-Of-Contents.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ Builds a table of contents from paragraphs formatted with specified styles other
</tbody>
</table>

To quickly start create and update a table of contents in Word document, please check out this video:
{% youtube "https://www.youtube.com/watch?v=rCtGrWuRplk" %}

## Adding a TOC field

The following code example shows how to add a table of contents (TOC) in Word document.
Expand Down