Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 5,187 for

shape group

(0.1 sec)
  1. ShapeBase.width property | Aspose.Words for Nod...

    ShapeBase.width property. Gets or sets the width of the containing block of the Shape....the containing block of the shape. get width () : number Remarks...top-level shape, the value is in points. For shapes in a group, the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ShapeBase.height property | Aspose.Words for Py...

    ShapeBase.height property. Gets or sets the height of the containing block of the Shape....the containing block of the shape. @property def height ( self...top-level shape, the value is in points. For shapes in a group, the...

    reference.aspose.com/words/python-net/aspose.wo...
  3. GroupShape constructor | Aspose.Words for Node.js

    GroupShape constructor. Creates a new Group Shape....GroupShape(doc) Creates a new group shape. GroupShape ( doc : Aspose...document. Remarks By default, the shape is floating and has default...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  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. GroupShape constructor | Aspose.Words for Python

    GroupShape constructor. Creates a new Group Shape....GroupShape(doc) Creates a new group shape. def __init__ ( self , doc...document. Remarks By default, the shape is floating and has default...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Drawing::ShapeBase::get_ZOrder m...

    Aspose::Words::Drawing::ShapeBase::get_ZOrder method. Determines the display order of overlapping Shapes in C++....display order of overlapping shapes. int32_t Aspose :: Words ::...Has effect only for top level shapes. The default value is 0. The...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. ShapeBase.Width | Aspose.Words for .NET

    Discover the ShapeBase Width property. Easily adjust the width of your Shape's containing block for enhanced design flexibility and precision....the containing block of the shape. public double Width { get ;...top-level shape, the value is in points. For shapes in a group, the...

    reference.aspose.com/words/net/aspose.words.dra...
  8. ShapeBase.Height | Aspose.Words for .NET

    Discover the ShapeBase Height property to easily adjust your Shape's container height, enhancing design flexibility and precision in your projects....the containing block of the shape. public double Height { get...top-level shape, the value is in points. For shapes in a group, the...

    reference.aspose.com/words/net/aspose.words.dra...
  9. ShapeBase.CanHaveImage | Aspose.Words for .NET

    Discover the ShapeBase CanHaveImage property—learn how to determine if your Shape type supports images for enhanced visual appeal!...Returns true if the shape type allows the shape to have an image...Microsoft Word has a special shape type for images, it appears...

    reference.aspose.com/words/net/aspose.words.dra...
  10. 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...