/// <summary>
 /// Sets the content of content control.
 /// </summary>
 /// <param name="element">The element.</param>
 /// <param name="content">The content.</param>
 protected static void SetContentOfContentControl(SdtElement element, string content)
 {
     // Set text without data binding
     OpenXmlHelper.SetContentOfContentControl(element, content);
 }