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

shape grouping

(0.13 sec)
  1. Working with Shapes in Python|Aspose.Words for ...

    Create and manage Shapes, ole objects in a document using Python....Ask AI Working with Shapes Contents [ Hide ] This topic discusses...programmatically with shapes using Aspose.Words. The shapes in Aspose.Words...

    docs.aspose.com/words/python-net/working-with-s...
  2. 3D Rotation Effects in a Visio Drawing|Document...

    This section explains how to set 3D Rotation Properties in Shapesheet with Aspose.Diagram....Parallel rotation, where the shape is rotated without accounting...Perspective rotation, where the shape is rotated with linear perspective...

    docs.aspose.com/diagram/net/3d-rotation-effects...
  3. OptionButtonControl | Aspose.Words for Java

    The OptionButton control enables a single choice in a limited set of mutually exclusive choices in Java....docx"); Shape shape1 = (Shape)doc.getChild(NodeType.SHAPE, 0, true);...setSelected(false); Shape shape2 = (Shape)doc.getChild(NodeType.SHAPE, 1, true);...

    reference.aspose.com/words/java/com.aspose.word...
  4. TextBoxControl | Aspose.Words for Java

    The TextBox control displays text from an organized set of data or user input in Java....docm"); Shape shape = (Shape)doc.getChild(NodeType.SHAPE, 0, true);...textBoxControl = (TextBoxControl)shape.getOleFormat().getOleControl();...

    reference.aspose.com/words/java/com.aspose.word...
  5. CheckBoxControl | Aspose.Words for Java

    The CheckBox control toggles a value in Java....docx"); Shape shape = (Shape)doc.getChild(NodeType.SHAPE, 0, true);...checkBoxControl = (CheckBoxControl)shape.getOleFormat().getOleControl();...

    reference.aspose.com/words/java/com.aspose.word...
  6. 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...
  7. Lock or unlock shapes with Node.js via C++|Docu...

    This article shows you code explaining how to lock or unlock Shapes to protect them using Aspose.Cells library for Node.js via C++....Ask AI Lock or unlock shapes with Node.js via C++ Contents [...Sometimes, you need to protect all shapes in certain worksheets to prevent...

    docs.aspose.com/cells/nodejs-cpp/lock-or-unlock...
  8. 在 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...
  9. 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...
  10. 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...