Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 4,478 for

autoshape

(0.03 sec)
  1. Manage Placeholder|Aspose.Slides Documentation

    Change Text in a Placeholder in PowerPoint Slides using Java. Set Prompt Text in a Placeholder in PowerPoint Slides using Java....the placeholder shape to an AutoShape and change the text using...TextFrame associated with the AutoShape . Save the modified presentation...

    docs.aspose.com/slides/java/manage-placeholder/
  2. Disable Spell Check and Grammar Check in PowerP...

    How can we disable spellcheck/grammer check in the PPT....addClone(sld); // Add an autoshape of type line IAutoShape ashp...instanceof AutoShape) { AutoShape autoShape = ((AutoShape)shape);...

    forum.aspose.com/t/disable-spell-check-and-gram...
  3. Connector|Aspose.Slides Documentation

    Connect PowerPoint shapes in C# or .NET... Add two AutoShape to the slide using the AddAutoShape...Shapes ; // Adds an Ellipse autoshape IAutoShape ellipse = shapes...

    docs.aspose.com/slides/net/connector/
  4. Edit HTML in C# | products.aspose.com

    Edit HTML in C#. Use .NET library API to edit HTML file...html" ); AutoShape shape = (AutoShape)pres.Slides[ 0 ]...

    products.aspose.com/slides/net/editor/html/
  5. Exporting Math Equations|Aspose.Slides for Node...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Presentation (); try { var autoShape = pres . getSlides (). get_Item...50 ); var mathParagraph = autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/nodejs-java/exporting-ma...
  6. 在 Java 中管理 PowerPoint 段落|Aspose.Slides 文档

    在 Java 中创建和管理 PowerPoint 演示文稿中的段落、文本、缩进和属性...get_Item ( 0 ); // 添加矩形类型的 AutoShape IAutoShape ashp = slide ....150 , 300 , 150 ); // 访问 AutoShape 的 TextFrame ITextFrame tf...

    docs.aspose.com/slides/zh/java/manage-paragraph/
  7. Ellipse|Aspose.Slides Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....by using its Index Add an AutoShape of Ellipse type using AddAutoShape...by using its Index. Add an AutoShape of Ellipse type using AddAutoShape...

    docs.aspose.com/slides/cpp/ellipse/
  8. 使用 Aspose.Slides 的 Hello World 应用程序|Aspose.Slid...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....在幻灯片的指定位置添加一个形状类型为矩形的 AutoShape。 向 AutoShape 添加一个 TextFrame,包含默认文本...<DOM/ShapeCollection.h> #include <DOM/AutoShape.h> #include <DOM/Paragraph...

    docs.aspose.com/slides/zh/cpp/hello-world-appli...
  9. How to Strike Out Text in PPTX using C#

    This tutorial entails how to strike out text in PPTX using C#. It encompasses the details to set up the environment, a step-wise process and a working sample code to strike out PPTX text using C#....sample presentation, adding autoshape, creating the text frame by...class is used for adding the autoshape in the PPTX slide, the TextStrikethroughTyp...

    kb.aspose.com/slides/net/how-to-strike-out-text...
  10. How to Create PowerPoint Slides in HTML using P...

    This article entails how to create PowerPoint slides in HTML using Python. It also covers the details about configuring the environment and working examples of HTML presentation using Python....created presentation Insert an Autoshape of Rectangle type along with...presentation and adding an autoshape of rectangle type along with...

    kb.aspose.com/slides/python/how-to-create-power...