From b364acce79becf82bc853ad67e50545aeaf006c8 Mon Sep 17 00:00:00 2001 From: vderyushev Date: Mon, 7 Oct 2024 11:07:10 +0300 Subject: [PATCH] Fixed ExFor tags --- Examples/ApiExamples/ApiExamples/ExShape.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Examples/ApiExamples/ApiExamples/ExShape.cs b/Examples/ApiExamples/ApiExamples/ExShape.cs index 12e36cfc..bb54bff7 100644 --- a/Examples/ApiExamples/ApiExamples/ExShape.cs +++ b/Examples/ApiExamples/ApiExamples/ExShape.cs @@ -3369,8 +3369,8 @@ public void InsertGroupShape() { //ExStart:InsertGroupShape //GistId:e06aa7a168b57907a5598e823a22bf0a - //ExFor:DocumentBuilder.InsertGroupShape(double, double, double, double, Shape[]) - //ExFor:DocumentBuilder.InsertGroupShape(Shape[]) + //ExFor:DocumentBuilder.InsertGroupShape(double, double, double, double, ShapeBase[]) + //ExFor:DocumentBuilder.InsertGroupShape(ShapeBase[]) //ExSummary:Shows how to insert DML group shape. Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc); @@ -3406,7 +3406,7 @@ public void CombineGroupShape() { //ExStart:CombineGroupShape //GistId:bb594993b5fe48692541e16f4d354ac2 - //ExFor:DocumentBuilder.InsertGroupShape(Shape[]) + //ExFor:DocumentBuilder.InsertGroupShape(ShapeBase[]) //ExSummary:Shows how to combine group shape with the shape. Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);