Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sample for insert content of the Word document into Block content control #292

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

VijayadharshiniMathiyalagan
Copy link
Contributor

Description:
Add sample for insert content of the Word document into Block content control

void InsertContentIntoBlockContentControl(BlockContentControl blockContentControl, WordDocument document)
{
// Get the textbody of the another Word document and add it to the block content control.
WTextBody textBody = document.LastSection.Body;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Iterate all sections of document and perform the same for all textbody items

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Insert_Word_document_in_block_content_control</RootNamespace>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Insert Word document in content control -- Change the sample name like this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants