Get a Rectangle of a Text Portion

Introduction

The article shows how to obtain coordinates of the rectangle that bounds portion using Aspose.Slides Cloud.

There is a similar method to get rectangle coordinates for a paragraph.

API Information

API Type Description Resource
/slides/{name}/slides/{slideIndex}/shapes/{shapeIndex}/paragraphs/{paragraphIndex}/portions/{portionIndex}/bounds GET Returns coordinates of rect that bounds portion GetPortionRectangle

cURL Example

SDK Source

The Aspose for Cloud SDKs can be downloaded from the following page: Available SDKs

SDK Examples