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)
Parameter | Type | Description |
---|---|---|
editableRangeEnd | System::SharedPtr<Aspose::Words::EditableRangeEnd> | The object that is being visited. |
ReturnValue
A VisitorAction value that specifies how to continue the enumeration.
See Also
- Enum VisitorAction
- Class EditableRangeEnd
- Class DocumentVisitor
- Namespace Aspose::Words
- Library Aspose.Words for C++