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

Apply-bold-formatting-to-the-content-between-placeholders #311

Conversation

DharanyaSakthivel-SF4210
Copy link
Collaborator

@DharanyaSakthivel-SF4210 DharanyaSakthivel-SF4210 commented Dec 17, 2024

Description:
Add the sample for apply bold formatting for place holder.

static void ApplyBoldFormatting(WordDocument document)
{
// Define a regular expression to find all occurrences of <b>...</b>.
Regex regex = new Regex("<b>(.*?)</b>");
Copy link
Collaborator

Choose a reason for hiding this comment

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

Modify the template enclosed with only

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Modified in template

…amples into ES-904866-How-to-apply-bold-formatting-to-the-content-between-placeholders
@MohanaselvamJothi MohanaselvamJothi merged commit d2bf0ac into main Jan 2, 2025
1 check failed
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