Click or drag to resize

IParagraph AppendBreak Method

Appends break to end of paragraph.

Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
Break AppendBreak(
	BreakType breakType
)

Parameters

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

Return Value

Type: Break
See Also