Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1006849
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T08:31:32+00:00 2026-05-16T08:31:32+00:00

I need something as a placeholder. I at first looked to Content Control as

  • 0

I need something as a placeholder. I at first looked to Content Control as a solution but I’m having some problems with it.

I then looked into adding CustomXML to the .docx but turned away from that because of the i4i lawsuit.

Then I decided I would just plain change the text of the Content Control through OpenXML SDK 2.0 but even if it’s so marked the Content Control doesn’t go away. I guess that it doesn’t know that the text changed unless it happens inside word.

I could perhaps just remove the CC and place text instead but I’m afraid of problems with format and styles it could bring and also it would kind of defy the purpose of the Content Control.

Then I started wondering if I could define my own placeholders that Word could recognize. Through Building blocks perhaps. It doesn’t have to do anything except be easy to find using OpenXML and somehow taggable so I know what to replace it with. I’m not really sure what can be done with Building Blocks but I’m hoping it’s do-able.

Not sure what solution would be best for me but what I need is:

a)Something that’s easy to place in the template, perhaps predefined Content Control placeholders that you can place where you wan’t and style as you like.

b)When the data has been added it removes all placeholders, it won’t be modified again. It keeps the style/format defined in the placeholder.

TO RECAP, I need answer to either

How can I edit Content Controls in OpenXML SDK so they will be removed after text is added.

-OR-

Can I define my own custom OpenXML tag for a Word Document that I could then replace?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T08:31:32+00:00Added an answer on May 16, 2026 at 8:31 am

    Perhaps this can help you,

    private void DeleteSdtBlockAndKeepContent(MainDocumentPart mainDocumentPart, string sdtBlockTag)
        {
            List<SdtBlock> sdtList = mainDocumentPart.Document.Descendants<SdtBlock>().ToList();
            SdtBlock sdtA = null;
    
            foreach (SdtBlock sdt in sdtList)
            {
                if (sdt.SdtProperties.GetFirstChild<Tag>().Val.Value == sdtBlockTag)
                {
                    sdtA = sdt;
                    break;
                }
            }
    
    
            OpenXmlElement sdtc = sdtA.GetFirstChild<SdtContentBlock>();
            OpenXmlElement parent = sdtA.Parent;
    
            OpenXmlElementList elements = sdtc.ChildElements;
    
            var mySdtc = new SdtContentBlock(sdtc.OuterXml);
    
            foreach (OpenXmlElement elem in elements)
            {
    
                string text = parent.FirstChild.InnerText;
                parent.Append((OpenXmlElement)elem.Clone());
            }
    
            sdtA.Remove();
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need something simple like date , but in seconds since 1970 instead of
I need something like this http://jonraasch.com/blog/a-simple-jquery-slideshow but w/o the absolute positioning. Is it possible?
I have an xml file with some placeholder if you like.I need to read
TL;DR: I need to insert a TextBox into a PlaceHolder wherever I see a
I need to include a node content in another node using some kind of
I need something like make i.e. dependencies + executing shell commands where failing command
I need something simple; I have page where a user clicks an author to
I need something like a temporary in-memory key-value store. I know there are solutions
I think I need something akin to a rails eager loaded query with a
Ok, I need something like this: datediff(second, date_one, date_two) < 1 dates are stored

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.