string
A string representation of the text style.
This covers all the properties of this class and can be sued for a save and restore stack.
The following code.
var ts = new XTextStyle(); ts.String = "24.5 10 0 0 0 0 0"; Response.Write($"Size = {ts.Size}<br>"); Response.Write($"Indent = {ts.Indent}");
Produces the following output.
Size = 24.5 Indent = 10