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

autoshape

(0.24 sec)
  1. Aspose.Words.Drawing module | Aspose.Words for ...

    The Aspose.Words.Drawing module provides classes that allow to create and modify drawing objects....represent a picture, textbox, AutoShape or an OLE object. The classes...drawing layer, such as an AutoShape, textbox, freeform, OLE object...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ShapeBase.alternativeText property | Aspose.Wor...

    ShapeBase.alternativeText property. Defines alternative text to be displayed instead of a graphic....it, and then via "Format AutoShape" -> "Alt Text". doc . save...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ShapeBase.name property | Aspose.Words for Node.js

    ShapeBase.name property. Gets or sets the optional shape name....it, and then via "Format AutoShape" -> "Alt Text". doc . save...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Manage Connectors in Presentations Using JavaSc...

    Empower JavaScript apps to draw, connect and auto-route lines in PowerPoint slides—gain full control over straight, elbow and curved connectors.... Add two AutoShape to the slide using the addAutoShape...getShapes (); // Adds an Ellipse autoshape var ellipse = shapes . addAutoShape...

    docs.aspose.com/slides/nodejs-java/connector/
  5. Manage Presentation Zoom on Android|Aspose.Slid...

    Create and customize Zoom with Aspose.Slides for Android via Java — jump between sections, add thumbnails and transitions across PPT, PPTX and ODP presentations....the second slide IAutoShape autoshape = slide2 . getShapes (). addAutoShape...100 , 200 , 500 , 200 ); autoshape . getTextFrame (). setText...

    docs.aspose.com/slides/androidjava/manage-zoom/
  6. Get Paragraph Bounds from Presentations on Andr...

    Learn how to retrieve paragraph and text-portion bounds in Aspose.Slides for Android via Java to optimize text positioning in PowerPoint presentations.... AutoShape shape = ( AutoShape ) pres . getSlides...

    docs.aspose.com/slides/androidjava/paragraph/
  7. 在 C++ 中创建和应用 WordArt 效果|Aspose.Slides 文档

    在 Aspose.Slides for C++ 中创建和自定义 WordArt 效果。此分步指南帮助开发人员在 C++ 中使用专业文本提升演示文稿。...() -> idx_get ( 0 ); auto autoShape = slide -> get_Shapes () ->...200.0f ); auto textFrame = autoShape -> get_TextFrame (); auto...

    docs.aspose.com/slides/zh/cpp/wordart/
  8. Limitations and API Differences|Aspose.Slides f...

    Compare the limitations and API differences between Aspose.Slides for PHP via Java and Aspose.Slides for Java....get_Item ( 0 ); // Adds an autoshape with type set to line slide...get_Item ( 0 ); // Adds an autoshape with type set to line $slide...

    docs.aspose.com/slides/php-java/limitations-and...
  9. Manage Presentation Zoom in PHP|Aspose.Slides f...

    Create and customize Zoom with Aspose.Slides for PHP via Java — jump between sections, add thumbnails and transitions across PPT, PPTX and ODP presentations....box for the second slide $autoshape = $slide2 -> getShapes ()...100 , 200 , 500 , 200 ); $autoshape -> getTextFrame () -> setText...

    docs.aspose.com/slides/php-java/manage-zoom/
  10. Manage Presentation Zoom in Java|Aspose.Slides ...

    Create and customize Zoom with Aspose.Slides for Java — jump between sections, add thumbnails and transitions across PPT, PPTX and ODP presentations....the second slide IAutoShape autoshape = slide2 . getShapes (). addAutoShape...100 , 200 , 500 , 200 ); autoshape . getTextFrame (). setText...

    docs.aspose.com/slides/java/manage-zoom/