Documents for PDF, .NET Edition Documentation
AppendLine(String,TextFormat) Method

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > TextLayout Class > AppendLine Method : AppendLine(String,TextFormat) Method
The text to append.
The text format.
Adds a text run with the specified format, followed by a line break, to the end of the Inlines collection.
Syntax
'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.
See Also

Reference

TextLayout Class
TextLayout Members
Overload List