Aspose::Words::DocumentVisitor::VisitEditableRangeEnd method

DocumentVisitor::VisitEditableRangeEnd method

Called when an end of an editable range is encountered in the document.

virtual Aspose::Words::VisitorAction Aspose::Words::DocumentVisitor::VisitEditableRangeEnd(System::SharedPtr<Aspose::Words::EditableRangeEnd> editableRangeEnd)
ParameterTypeDescription
editableRangeEndSystem::SharedPtr<Aspose::Words::EditableRangeEnd>The object that is being visited.

ReturnValue

A VisitorAction value that specifies how to continue the enumeration.

See Also