Aspose::Words::DocumentVisitor::VisitShapeStart method

DocumentVisitor::VisitShapeStart method

Called when enumeration of a shape has started.

virtual Aspose::Words::VisitorAction Aspose::Words::DocumentVisitor::VisitShapeStart(System::SharedPtr<Aspose::Words::Drawing::Shape> shape)
ParameterTypeDescription
shapeSystem::SharedPtr<Aspose::Words::Drawing::Shape>The object that is being visited.

ReturnValue

A VisitorAction value that specifies how to continue the enumeration.

See Also