Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 5,232 for

shape grouping

(0.13 sec)
  1. 使用JavaScript通过C++将Smart Art转换为组形状|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Contents [ Hide ] 可能的使用场景 你可以使用 Shape.resultOfSmartArt 方法将智能艺术形状转...,如截图所示。然后它将智能艺术形状转换为群组形状,并打印Shape.isGroup属性。请查看下面的示例代码控制台输出。 示例代码...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  2. GroupShape class | Aspose.Words for Node.js

    Aspose.Words.Drawing.GroupShape class. Represents a group of Shapes in a document...GroupShape class Represents a group of shapes in a document. To learn...more, visit the How to Add Group Shape into a Word Document documentation...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose.Diagram Object Model|Documentation

    Aspose.Diagram Object Model provides information about the structural relationships between the objects of Aspose.Diagram class library.... ShapeCollection/Shape Page object contains the ShapeCollection...collection of all the Shape objects in a Page . Shape object contains...

    docs.aspose.com/diagram/net/object_model/
  4. Manage Smart Art with JavaScript via C++|Docume...

    Learn how to manage Smart Art in Aspose.Cells for JavaScript via C++....to Group Shape with JavaScript via C++ Determine if Shape is...is Smart Art Shape with JavaScript via C++ Extract Text from the...

    docs.aspose.com/cells/javascript-cpp/managing-s...
  5. 在 PHP 中连接组的子形状|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....\ # Set sub shape ids $shape_from_id = 1 ; $shape_to_id = 9 ;...Initialize connector shape $shape = new Shape (); $shape -> getLine ()...

    docs.aspose.com/diagram/zh/java/connect-sub-sha...
  6. DocumentVisitor.VisitShapeStart | Aspose.Words ...

    Explore the DocumentVisitor VisitShapeStart method to enhance Shape enumeration in your applications. Boost efficiency and streamline your coding process!...Called when enumeration of a shape has started. public virtual...VisitShapeStart ( Shape shape ) Parameter Type Description shape Shape The...

    reference.aspose.com/words/net/aspose.words/doc...
  7. Aspose::Words::Drawing::GroupShape class | Aspo...

    Aspose::Words::Drawing::GroupShape class. Represents a group of Shapes in a document. To learn more, visit the documentation article in C++....GroupShape class Represents a group of shapes in a document. To learn...more, visit the How to Add Group Shape into a Word Document documentation...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. 用C++提取Gear类型SmartArt形状中的文本|Documentation

    学习如何使用Aspose.Cells for C++逐步指导和代码示例,从Excel中的Gear类型SmartArt形状中提取文本。...请按以下步骤操作: 使用 Shape::GetResultOfSmartArt() 方法将SmartArt形状转换为组形状。...containing gear type smart art shape U16String inputFile ( u "sampleExtractTextFro...

    docs.aspose.com/cells/zh/cpp/extract-text-from-...
  9. aspose.words.drawing module | Aspose.Words for ...

    The aspose.words.drawing module provides classes that allow to create and modify drawing objects....the Shape and GroupShape classes. An object of the Shape class...(pre Word 2007 - Office Art) shapes. Classes Class Description...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 使用JavaScript通过C++提取Gear类型SmartArt形状中的文本|Documen...

    学习如何使用Aspose.Cells for Java脚本通过C++从Gear类型SmartArt形状中提取文本...为此,你应首先使用 Shape.resultOfSmartArt 属性将Smart Art形状转换为组形状,然后使用...属性获取组成该组形状的所有单个形状的数组,最后可以在循环中逐一迭代所有单个形状并使用 Shape.text 属性提取其文本。 从齿轮型智能图形中提取文本...

    docs.aspose.com/cells/zh/javascript-cpp/extract...