Update a Shape in a Group Shape

Introduction

This article shows you how to update shape properties inside a group shape using Aspose.Slides Cloud API in your applications. UpdateShape method has an optional subShape parameter that allows to specify path to the sub-shape to be updated. The sub-shape path is a string that contains shape index (e.g., “1”) or a path in case of more than one level of grouping (e.g. “1/shapes/1”). The shape properties that need to be updated depend on the shape type.

Examples

MyFolder/MyPresentation.pptx document is containing three shapes on the first slide. The third shape is a group shape. Hide the second shape inside the group shape.

cURL Solution

SDK Solutions

SDKs

Check Available SDKs to learn how to add an SDK to your project.