Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 4,870 for

shape grouping

(0.03 sec)
  1. ShapeRenderer | Aspose.Words for .NET

    Discover the ShapeRenderer constructor to easily create and customize Shapes in your projects, enhancing visual appeal and functionality....ShapeBase shape ) Parameter Type Description shape ShapeBase...ShapeBase The DrawinML shape object that you want to render. Examples...

    reference.aspose.com/words/net/aspose.words.ren...
  2. 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++....Lock or unlock shapes with Node.js via C++ Contents [ Hide ]...Sometimes, you need to protect all shapes in certain worksheets to prevent...

    docs.aspose.com/cells/nodejs-cpp/lock-or-unlock...
  3. NodeType enumeration | Aspose.Words for Python

    aspose.words.NodeType enumeration. Specifies the type of a Word document node.... GROUP_SHAPE A group of shapes, images, OLE objects...objects or other group shapes. SHAPE A drawing object, such as...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Watermark|Aspose.Slides for PHP Documentation

    Add text and image watermarks to PowerPoint presentations in PHP...watermark shape with an image. PictureFrame implements the Shape class...of the shape object. Since ITextFrame is not a shape and its...

    docs.aspose.com/slides/php-java/watermark/
  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. 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...
  7. Forms2OleControl.Caption | Aspose.Words for .NET

    Discover the Forms2OleControl Caption property to easily customize your control's title. Enhance user experience with this simple, effective feature....Caption = "Button caption" }; Shape shape = builder . InsertForms2OleContr..."ActiveX controls.docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType...

    reference.aspose.com/words/net/aspose.words.dra...
  8. 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...
  9. 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...
  10. Aspose::Words::DocumentVisitor::VisitGroupShape...

    Aspose::Words::DocumentVisitor::VisitGroupShapeStart method. Called when enumeration of a group Shape has started in C++....Called when enumeration of a group shape has started. virtual Aspose...Shows how to create a group of shapes, and print its contents...

    reference.aspose.com/words/cpp/aspose.words/doc...