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

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > TextLayout Class > AppendLine Method : AppendLine(TextFormat) Method
The text format.
Adds a line break element to the end of the Inlines collection.
Syntax
'Declaration
 
Public Overloads Function AppendLine( _
   ByVal format As TextFormat _
) As LineBreak
public LineBreak AppendLine( 
   TextFormat format
)

Parameters

format
The text format.

Return Value

The appended LineBreak.
See Also

Reference

TextLayout Class
TextLayout Members
Overload List