Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 43,096 for

shape

(0.04 sec)
  1. 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...
  2. 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...
  3. GlowFormat class | Aspose.Words for Python

    aspose.words.drawing.GlowFormat class. Represents the glow formatting for an object....Shows how to interact with glow shape effect. doc = aw . Document...= MY_DIR + 'Various shapes.docx' ) shape = doc . get_child (...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 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...
  5. ShapeBase.horizontal_alignment property | Aspos...

    ShapeBase.horizontal_alignment property. Specifies how the Shape is positioned horizontally....property Specifies how the shape is positioned horizontally....only for top level floating shapes. Examples Shows how to insert...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ShapeBase.vertical_alignment property | Aspose....

    ShapeBase.vertical_alignment property. Specifies how the Shape is positioned vertically....property Specifies how the shape is positioned vertically. @property...only for top level floating shapes. Examples Shows how to insert...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ShapeBase.IsTopLevel | Aspose.Words for .NET

    Discover ShapeBase IsTopLevel. Quickly verify if a Shape stands alone, enhancing your design workflow with efficient group management....true if this shape is not a child of a group shape. public bool...tell whether a shape is a part of a group shape. Document doc...

    reference.aspose.com/words/net/aspose.words.dra...
  8. ShapeBase.is_top_level property | Aspose.Words ...

    ShapeBase.is_top_level property. Returns ``True`` if this Shape is not a child of a group Shape....True if this shape is not a child of a group shape. @property def...tell whether a shape is a part of a group shape. doc = aw . Document...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ShapeBase class | Aspose.Words for Node.js

    Aspose.Words.Drawing.ShapeBase class. Base class for objects in the drawing layer, such as an AutoShape, freeform, OLE object, ActiveX control, or picture...more, visit the Working with Shapes documentation article. Remarks...instantiate are Shape and GroupShape . A shape is a node in the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Create a New Diagram in VSTO and Aspose.Diagram...

    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.... Add shapes from Visio masters (stencils)...ActivePage ; //Add a new rectangle shape Visio . Master visioRectMaster...

    docs.aspose.com/diagram/net/create-a-new-diagra...