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

autoshape

(0.04 sec)
  1. 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/
  2. 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/
  3. 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...
  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. 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...
  7. 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/
  8. 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...
  9. 画框|Aspose.Slides for PHP 文档

    将画框添加到 PowerPoint 演示文稿中...$shapesCount ) ; $i ++ ) { $autoShape = $presentation -> getSlides...$i ); if ( java_is_null ( $autoShape -> getPlaceholder ())) { continue...

    docs.aspose.com/slides/zh/php-java/picture-frame/
  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 PHP via Java. Step-by-step guide.... Add an AutoShape in selected slide. Access...); # Adding and accessing Autoshape $aShp = $slide -> getShapes...

    docs.aspose.com/slides/php-java/manage-bullet/