Aspose::Words::EditableRangeEnd::Accept method
EditableRangeEnd::Accept method
Accepts a visitor.
bool Aspose::Words::EditableRangeEnd::Accept(System::SharedPtr<Aspose::Words::DocumentVisitor> visitor) override
Parameter | Type | Description |
---|---|---|
visitor | System::SharedPtr<Aspose::Words::DocumentVisitor> | The visitor that will visit the node. |
ReturnValue
false if the visitor requested the enumeration to stop.
Remarks
Calls VisitEditableRangeEnd().
For more info see the Visitor design pattern.
See Also
- Class DocumentVisitor
- Class EditableRangeEnd
- Namespace Aspose::Words
- Library Aspose.Words for C++