Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 5,190 for

autoshape

(0.06 sec)
  1. Add Ellipses to Presentations on Android|Aspose...

    Learn how to create, format, and manipulate ellipse shapes in Aspose.Slides for Android 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/androidjava/ellipse/
  2. 在 Android 上向演示文稿添加线形状|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for Android 操作 PowerPoint 演示文稿中的线条格式。探索属性、方法和 Java 示例。...addAutoShape 方法添加 Line 类型的 AutoShape。 将修改后的演示文稿写入 PPTX 文件。 在下面...get_Item ( 0 ); // 添加类型为 line 的 AutoShape sld . getShapes (). addAutoShape...

    docs.aspose.com/slides/zh/androidjava/line/
  3. Add Ellipses to Presentations in .NET|Aspose.Sl...

    Learn how to create, format, and manipulate ellipse shapes in Aspose.Slides for .NET across PPT and PPTX presentations—C# code examples included....by using its Index Add an AutoShape of Ellipse type using AddAutoShape...pres . Slides [ 0 ]; // Add autoshape of ellipse type sld . Shapes...

    docs.aspose.com/slides/net/ellipse/
  4. 在 Android 上为 PowerPoint 文本添加动画|Aspose.Slides 文档

    使用 Aspose.Slides for Android 在 PowerPoint 和 OpenDocument 演示文稿中创建动态动画文本,并提供易于遵循、优化的 Java 示例代码。...// 选择要添加效果的段落 IAutoShape autoShape = ( IAutoShape ) presentation...); IParagraph paragraph = autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/zh/androidjava/animated-...
  5. Aspose.Slides for C++: paragraph->GetRect() Thr...

    Using aspose 25 version, when trying to access paragraph->GetRect();, it throws exception: System::NullReferenceException: Object reference not set to an instance of an object. Attached ppt: Test1.pptx.zip (255.3 KB…...(ObjectExt::Is<IAutoShape>(shape)) { auto autoShape = ExplicitCast<IAutoShape>(shape);...shapeImage = autoShape->GetImage(); auto shapeName = autoShape->get_Name();...

    forum.aspose.com/t/aspose-slides-for-c-paragrap...
  6. 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/
  7. 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/
  8. 在 Java 中管理 PowerPoint 文本段落|Aspose.Slides 文档

    使用 Aspose.Slides for Java 完成段落格式的高级控制——在 PPT、PPTX 和 ODP 演示文稿中优化对齐、间距和样式。...get_Item ( 0 ); // 添加矩形类型的 AutoShape IAutoShape ashp = slide ....150 , 300 , 150 ); // 访问 AutoShape 的 TextFrame ITextFrame tf...

    docs.aspose.com/slides/zh/java/manage-paragraph/
  9. 线条|Aspose.Slides for Node.js via .NET 文档

    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....对象公开的 addAutoShape 方法添加线类型的 AutoShape。 将修改后的演示文稿写入为 PPTX 文件。 在下...get_Item ( 0 ); // 添加类型为 line 的 AutoShape sld . getShapes (). addAutoShape...

    docs.aspose.com/slides/zh/nodejs-java/line/
  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/