예제 #1
0
 /// <summary>
 /// Write an element text block with the specified text type (whitespace, significant whitespace, or text).
 /// </summary>
 public void WriteString(string?text, TextBlockType textType)
 {
     _textBldr.WriteTextBlock(text, textType);
 }