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
)
Public Function InsertSectionBreak (
breakType As SectionBreakType
) As Section
public:
Section^ InsertSectionBreak(
SectionBreakType breakType
)
member InsertSectionBreak :
breakType : SectionBreakType -> Section
Parameters
-
breakType
-
Type:
Spire.Doc.Documents
SectionBreakType
Type of the break.
Return Value
Type:
Section
See Also