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

autoshape

(1 sec)
  1. 动画文字|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-...
  2. Manage Picture Frames in Presentations Using Ja...

    Add picture frames to PowerPoint and OpenDocument presentations with Aspose.Slides for Java. Streamline your workflow and enhance slide designs....shapesCount ; i ++) { IShape autoShape = presentation . getSlides...(). get_Item ( i ); if ( autoShape . getPlaceholder () == null...

    docs.aspose.com/slides/java/picture-frame/
  3. Manage Picture Frames in Presentations Using Ja...

    Add picture frames to PowerPoint and OpenDocument presentations with Aspose.Slides for Node.js via Java. Streamline your workflow and enhance slide designs....shapesCount ; i ++ ) { var autoShape = presentation . getSlides...(). get_Item ( i ); if ( autoShape . getPlaceholder () == null...

    docs.aspose.com/slides/nodejs-java/picture-frame/
  4. Add Ellipses to Presentations in Java|Aspose.Sl...

    Learn how to create, format, and manipulate ellipse shapes in Aspose.Slides for Java across PPT and PPTX presentations—Java 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/java/ellipse/
  5. 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/
  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 Java. Step-by-step guide.... Add an AutoShape in selected slide. Access...); // Adding and accessing Autoshape IAutoShape aShp = slide ....

    docs.aspose.com/slides/java/manage-bullet/
  7. 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...
  8. Manage PowerPoint Text Paragraphs in Python|Asp...

    Master paragraph formatting with Aspose.Slides for Python via .NET—optimize alignment, spacing & style in PowerPoint and OpenDocument presentations in Python to engage viewers.... Add a rectangular AutoShape to the slide. Get the TextFrame...TextFrame associated with the AutoShape . Create two Paragraph objects...

    docs.aspose.com/slides/python-net/manage-paragr...
  9. 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...
  10. 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/