Click or drag to resize

Paragraph AppendSymbol Method

Appends special symbol to end of paragraph.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public Symbol AppendSymbol(
	byte characterCode
)

Parameters

characterCode
Type: System Byte
The character code.

Return Value

Type: Symbol

Implements

IParagraph AppendSymbol(Byte)
See Also