Для разработчиковDocument APIDocument API C#Справочник классовКласс BlocksМетод Blocks.getShapeOn this pageМетод Blocks.getShape Возвращает фигуру Shape по заданному индексу. Пример Shape shape = document.getBlocks().getShape(0); if (shape != null) { Console.WriteLine(shape.getRange().extractText()); } else { Console.WriteLine("No shapes found"); }