Aspose::Words::EditableRangeStart::Accept method

EditableRangeStart::Accept method

Accepts a visitor.

bool Aspose::Words::EditableRangeStart::Accept(System::SharedPtr<Aspose::Words::DocumentVisitor> visitor) override
ParameterTypeDescription
visitorSystem::SharedPtr<Aspose::Words::DocumentVisitor>The visitor that will visit the node.

ReturnValue

false if the visitor requested the enumeration to stop.

Remarks

Calls VisitEditableRangeStart().

For more info see the Visitor design pattern.

See Also