foreach (Span span in paragraphCopy.EnumerateChildrenOfType<Span>()) { if (string.IsNullOrEmpty(span.Text)) { span.Text = " "; } }