Aspose::Words::DocumentVisitor::VisitSpecialChar method

DocumentVisitor::VisitSpecialChar method

Called when a SpecialChar node is encountered in the document.

virtual Aspose::Words::VisitorAction Aspose::Words::DocumentVisitor::VisitSpecialChar(System::SharedPtr<Aspose::Words::SpecialChar> specialChar)
ParameterTypeDescription
specialCharSystem::SharedPtr<Aspose::Words::SpecialChar>The object that is being visited.

ReturnValue

A VisitorAction value that specifies how to continue the enumeration.

See Also