Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 42,872 for

shape

(0.04 sec)
  1. DocumentVisitor.visitShapeStart method | Aspose...

    DocumentVisitor.visitShapeStart method. Called when enumeration of a Shape has started....visitShapeStart(shape) Called when enumeration of a shape has started...visitShapeStart ( shape : Aspose . Words . Drawing . Shape ) Parameter...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Node.custom_node_id property | Aspose.Words for...

    Node.custom_node_id property. Specifies custom node identifier....Document () # Add two runs and one shape as child nodes to the first...'Hello world! ' )) shape = aw . drawing . Shape ( doc , aw . drawing...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ImageSize.height_pixels property | Aspose.Words...

    ImageSize.height_pixels property. Gets the height of the image in pixels....properties of an image in a shape. doc = aw . Document () builder...DocumentBuilder ( doc = doc ) # Insert a shape into the document which contains...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ImageSize.width_pixels property | Aspose.Words ...

    ImageSize.width_pixels property. Gets the width of the image in pixels....properties of an image in a shape. doc = aw . Document () builder...DocumentBuilder ( doc = doc ) # Insert a shape into the document which contains...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Drawing::GroupShape::Accept meth...

    Aspose::Words::Drawing::GroupShape::Accept method. Accepts a visitor in C++....Shows how to create a group of shapes, and print its contents using...need to create "NonPrimitive" shapes, such as SingleCornerSnipped...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Use Connection indexes to connect shapes|Docume...

    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....Connection indexes to connect shapes Contents [ Hide ] Add new Connections...on the shape and use Connection indexes to connect shapes Aspose...

    docs.aspose.com/diagram/net/use-connection-inde...
  7. DocumentVisitor.visitShapeEnd method | Aspose.W...

    DocumentVisitor.visitShapeEnd method. Called when enumeration of a Shape has ended....visitShapeEnd(shape) Called when enumeration of a shape has ended...visitShapeEnd ( shape : Aspose . Words . Drawing . Shape ) Parameter...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. 3D 演示文稿|Aspose.Slides for PHP 文档

    在 PHP 中的 3D PowerPoint 演示文稿...可以通过以下方式获取该类的实例: Shape.getThreeDFormat() 方法用于创建 PowerPoint...getSlides () -> get_Item ( 0 ); $shape = $slide -> getShapes () ->...

    docs.aspose.com/slides/zh/php-java/3d-presentat...
  9. 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...
  10. 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...