'Declaration Public Overloads Function Append( _ ByVal text As String, _ ByVal format As Formatting _ ) As Paragraph
'Usage Dim instance As Paragraph Dim text As String Dim format As Formatting Dim value As Paragraph value = instance.Append(text, format)
public Paragraph Append( string text, Formatting format )
Parameters
- text
- The text to append.
- format
- The format to use.
Return Value
This Paragraph with the new text appended.