Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 5,193 for

autoshape

(0.11 sec)
  1. Add Line Shapes to Presentations in C++|Aspose....

    Learn to manipulate line formatting in PowerPoint presentations with Aspose.Slides for C++. Discover properties, methods, and examples.... Add an AutoShape of Line type using AddAutoShape...by using its Index. Add an AutoShape of Line type using AddAutoShape...

    docs.aspose.com/slides/cpp/line/
  2. Animate PowerPoint Text in Java|Aspose.Slides D...

    Create dynamic animated text in PowerPoint and OpenDocument presentations using Aspose.Slides for Java, with easy-to-follow, optimized Java code examples....to add effect IAutoShape autoShape = ( IAutoShape ) presentation...); IParagraph paragraph = autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/java/animated-text/
  3. Animate PowerPoint Text on Android|Aspose.Slide...

    Create dynamic animated text in PowerPoint and OpenDocument presentations using Aspose.Slides for Android, with easy-to-follow, optimized Java code examples....to add effect IAutoShape autoShape = ( IAutoShape ) presentation...); IParagraph paragraph = autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/androidjava/animated-text/
  4. Manage Bulleted and Numbered Lists in Presentat...

    Learn how to manage bulleted and numbered lists in PowerPoint and OpenDocument presentations in JavaScript using Aspose.Slides for Node.js. Step-by-step guide.... Add an AutoShape in selected slide. Access...); // Adding and accessing Autoshape var aShp = slide . getShapes...

    docs.aspose.com/slides/nodejs-java/manage-bullet/
  5. How to Strike Out Text in PPTX using Java

    This tutorial covers how to strike out text in PPTX using Java. It covers all the details to establish the environment, a step-wise process and a working sample code to strike out PPTX text using Java....presentation, creating an autoshape, adding a text frame by inserting...the first slide Create an autoshape of the Rectangle type and...

    kb.aspose.com/slides/java/how-to-strike-out-tex...
  6. Manage Bulleted and Numbered Lists in Presentat...

    Learn how to manage bulleted and numbered lists in PowerPoint and OpenDocument presentations using Aspose.Slides for Android via Java. Step-by-step guide.... Add an AutoShape in selected slide. Access...); // Adding and accessing Autoshape IAutoShape aShp = slide ....

    docs.aspose.com/slides/androidjava/manage-bullet/
  7. Add Line Shapes to Presentations in Java|Aspose...

    Learn to manipulate line formatting in PowerPoint presentations with Aspose.Slides for Java. Discover properties, methods, and examples.... Add an AutoShape of Line type using addAutoShape...get_Item ( 0 ); // Add an AutoShape of type line sld . getShapes...

    docs.aspose.com/slides/java/line/
  8. 动画文字|Aspose.Slides for Node.js via .NET 文档

    使用 Java 的 PowerPoint 动画文字...); try { // 选择要添加效果的段落 var autoShape = presentation . getSlides...get_Item ( 0 ); var paragraph = autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/zh/nodejs-java/animated-...
  9. Add Ellipses to Presentations in JavaScript|Asp...

    Learn how to create, format, and manipulate ellipse shapes in Aspose.Slides for Node.js across PPT and PPTX presentations—JavaScript code examples included.... Add an AutoShape of Ellipse type using addAutoShape...(). get_Item ( 0 ); // Add AutoShape of ellipse type sld . getShapes...

    docs.aspose.com/slides/nodejs-java/ellipse/
  10. Hello World Application using Aspose.Slides for...

    Create your first C++ app with Aspose.Slides, a simple Hello World example that gets you ready to automate PPT, PPTX and ODP presentations.... Add an AutoShape with ShapeType as Rectangle...slide. Add a TextFrame to the AutoShape containing Hello World as...

    docs.aspose.com/slides/cpp/hello-world-applicat...