'Declaration Public Overloads Function Append( _ ByVal text As System.String, _ ByVal format As TextFormat _ ) As TextRun
public TextRun Append( System.string text, TextFormat format )
Parameters
- text
- The text to append.
- format
- The text format to use.
Return Value
The created text run.