Click or drag to resize

ParagraphAppendSymbol Method

Appends special symbol 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 Symbol AppendSymbol(
	byte characterCode
)

Parameters

characterCode
Type: SystemByte
The character code.

Return Value

Type: Symbol

Implements

IParagraphAppendSymbol(Byte)
See Also