Sort Score
Result 10 results
Languages All
Labels All
Results 1,711 - 1,720 of 139,457 for

shape

(0.07 sec)
  1. ShapeBase.can_have_image property | Aspose.Word...

    ShapeBase.can_have_image property. Returns ``True`` if the Shape type allows the Shape to have an image....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/python-net/aspose.wo...
  2. stroke - Aspose.Words for Java - API Reference

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word documents using Java....Section SectionCollection Shading Shape ShapeBase ShapeRenderer SignatureLine...Defines a stroke for a shape. Use the Shape.Stroke property to access...

    reference.aspose.com/words/java/com.aspose.word...
  3. 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...
  4. 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...
  5. AddShape | Aspose.Diagram for .NET API Reference

    AddShape Contents [ Hide ] Page.AddShape method (1 of 5) Adds Shape created by master on page with defined PinX and P......AddShape method (1 of 5) Adds shape created by master on page with...Specifies the x-coordinate of the shape’s pin (center of rotation) in...

    reference.aspose.com/diagram/net/aspose.diagram...
  6. ISummaryZoomFrame | Aspose.Slides for C++ API R...

    Represents a Summary Zoom frame in a slide....alternative text associated with a shape. Read System::String . virtual...alternative text associated with a shape. Read System::String . virtual...

    reference.aspose.com/slides/cpp/aspose.slides/i...
  7. ShapeBase.Width | Aspose.Words for .NET API 参考

    ShapeBase 财产. 获取或设置形状包含块的宽度...DocumentBuilder ( doc ); Shape shape = builder . InsertImage (...( ImageDir + "Logo.jpg" ); shape . WrapType = WrapType . None...

    reference.aspose.com/words/zh/net/aspose.words....
  8. 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...
  9. ImageSize | Aspose.Words for Java

    Contains information about image size and resolution in Java....Examples: Shows how to resize a shape with an image. BufferedImage...method, the builder scales the shape that displays the image so that...

    reference.aspose.com/words/java/com.aspose.word...
  10. Need help in drawing Shapes in MSWord - Free Su...

    Team, I am using Aspose latest version for document conversion. I am trying to create round rectangle Shape using below api. Shape Shape = new Shape(doc, ShapeType.ROUND_RECTANGLE); Shape.setWrapType(WrapType.NONE); s…...Need help in drawing Shapes in MSWord Aspose.Words Product Family...rectangle shape using below api. Shape shape = new Shape(doc, ShapeType...

    forum.aspose.com/t/need-help-in-drawing-shapes-...