'Declaration Public Overloads Function AppendLine( _ ByVal text As System.String, _ ByVal format As TextFormat _ ) As LineBreak
public LineBreak AppendLine( System.string text, TextFormat format )
Parameters
- text
- The text to append.
- format
- The text format.
Return Value
The appended LineBreak.