Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 43,096 for

shape

(0.04 sec)
  1. TextPath.shadow property | Aspose.Words for Python

    TextPath.shadow property. Defines whether a shadow is applied to the text on a text path....object to display text in a shape that we can re-size and move...argument to set a shape for the WordArt. shape = append_word_art...

    reference.aspose.com/words/python-net/aspose.wo...
  2. HtmlSaveOptions.export_page_margins property | ...

    HtmlSaveOptions.export_page_margins property. Specifies whether page margins is exported to HTML, MHTML or EPUB...insert a shape with no wrapping. shape = builder . insert_shape ( shape_type...shape_type = aw . drawing . ShapeType . CUBE , width = 200 ,...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 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...
  4. How to get horizontal alignment - Free Support ...

    Hi, to get and set the horizontal alignment of a Shapes text i have to use the Para class. That’s what i read at following page: Working with Shapes Paragraph But if i do so, all of my Shapes have allways an empty Par…...the horizontal alignment of a shapes text i have to use the Para...with Shapes Paragraph But if i do so, all of my shapes have allways...

    forum.aspose.com/t/how-to-get-horizontal-alignm...
  5. 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...
  6. 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...
  7. Fill.opacity property | Aspose.Words for Node.js

    Fill.opacity property. Gets or sets the degree of opacity of the specified fill as a value between 0.0 (clear) and 1.0 (opaque)....Examples Shows how to fill a shape with a solid color. let doc...then cover it with a floating shape. builder . font . size = 32...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  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. 3D Presentation|Aspose.Slides Documentation

    3D PowerPoint presentation in C# or .NET...there, apply 3D effects on shapes, create 3D text, upload 3D...enables to export and rasterize shapes and text with 3D effects. In...

    docs.aspose.com/slides/net/3d-presentation/
  10. ShapeBase.adjust_with_effects method | Aspose.W...

    ShapeBase.adjust_with_effects method. Adds to the source rectangle values of the effect extent and returns the final rectangle....check how a shape’s bounds are affected by shape effects. doc...file_name = MY_DIR + 'Shape shadow effect.docx' ) shapes = list ( filter...

    reference.aspose.com/words/python-net/aspose.wo...