Click or drag to resize

Paragraph InsertSectionBreak Method (SectionBreakType)

Inserts the section break.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public Section InsertSectionBreak(
	SectionBreakType breakType
)

Parameters

breakType
Type: Spire.Doc.Documents SectionBreakType
Type of the break.

Return Value

Type: Section
See Also