SpecialCharAccept Method

Accepts a visitor.

Namespace:  Aspose.Words
Assembly:  Aspose.Words (in Aspose.Words.dll) Version: 20.3
Syntax
public override bool Accept(
	DocumentVisitor visitor
)

Parameters

visitor
Type: Aspose.WordsDocumentVisitor
The visitor that will visit the node.

Return Value

Type: Boolean
False if the visitor requested the enumeration to stop.
Remarks

Calls DocumentVisitor.VisitSpecialChar.

For more info see the Visitor design pattern.

See Also