Skip to content

Commit

Permalink
Fixed ExFor tags
Browse files Browse the repository at this point in the history
  • Loading branch information
vderyushev committed Oct 7, 2024
1 parent 582177e commit b364acc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Examples/ApiExamples/ApiExamples/ExShape.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit b364acc

Please sign in to comment.