Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 5,101 for

shape group

(0.06 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. Developer Guide|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....Space Shapes Edit Working with Layer Insert Shape Shape Page Page...Apply Theme To Shape AutoLayout AutoLayout Shapes Developer Code...

    docs.aspose.com/diagram/net/developer-guide/
  3. 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...
  4. OleControl.IsForms2OleControl | Aspose.Words fo...

    Discover OleControl's IsForms2OleControl property, which identifies if your control is a Forms2OleControl, enhancing your development efficiency....docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType...NodeType . Shape , 0 , true ); OleControl oleControl = shape . OleFormat...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Forms2OleControl.Enabled | Aspose.Words for .NET

    Discover how the Forms2OleControl Enabled property enhances user interaction by confirming if the control is active. Boost your app's functionality!...docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType...NodeType . Shape , 0 , true ); OleControl oleControl = shape . OleFormat...

    reference.aspose.com/words/net/aspose.words.dra...
  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. CommandButtonControl | Aspose.Words for Java

    The CommandButton control runs a macro that performs an action when a user clicks it in Java....CommandButtonControl(); Shape shape = builder.insertForms2OleContr(button1);...Gets a string that specifies a group of mutually exclusive controls...

    reference.aspose.com/words/java/com.aspose.word...
  8. Developer Guide|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....Space Shapes Edit Working with Layer Insert Shape Shape Page Page...Apply Theme To Shape AutoLayout AutoLayout Shapes Developer Code...

    docs.aspose.com/diagram/python-java/developer-g...
  9. GroupShape class | Aspose.Words for Python

    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/python-net/aspose.wo...
  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...