[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.TextLayout.AppendSectionBreak

AppendSectionBreak Method

AppendSectionBreak()

Appends a form feed character ('\f', character code 0x000C) to the text. This causes any text added after it to "not fit" - if the text layout is drawn, that text will not be rendered. If the Split() method is called, the text will be split at this point.

Declaration
public TextRun AppendSectionBreak()
Public Function AppendSectionBreak() As TextRun
Returns
Type Description
TextRun

The created text run.

AppendSectionBreak(TextFormat)

Appends a form feed character ('\f', character code 0x000C) to the text. This causes any text added after it to "not fit" - if the text layout is drawn, that text will not be rendered. If the Split() method is called, the text will be split at this point.

Declaration
public TextRun AppendSectionBreak(TextFormat format)
Public Function AppendSectionBreak(format As TextFormat) As TextRun
Parameters
Type Name Description
TextFormat format

The text format.

Returns
Type Description
TextRun

The created text run.