Click or drag to resize

ParagraphAppendBreak Method

Appends break to end of paragraph.

Namespace:  Spire.Doc.Documents
Assembly:  Spire.Doc (in Spire.Doc.dll) Version: 9.10.0.0 (9.10.0.3040)
Syntax
public Break AppendBreak(
	BreakType breakType
)

Parameters

breakType
Type: Spire.Doc.DocumentsBreakType
The break type.

Return Value

Type: Break

Implements

IParagraphAppendBreak(BreakType)
See Also