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

autoshape

(0.1 sec)
  1. Prevent Presentation Edits with Shape Locks|Asp...

    Discover how Aspose.Slides for Java locks or unlocks shapes in PPT, PPTX and ODP files, securing presentations while allowing controlled edits and faster delivery....composed of components such as autoshapes, tables, OLE objects, grouped...PPTX: IAutoShapeLock locks autoshapes. IConnectorLock locks connector...

    docs.aspose.com/slides/java/applying-protection...
  2. 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/
  3. 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/
  4. 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/
  5. Manage PowerPoint Text Paragraphs in C++|Aspose...

    Master paragraph formatting with Aspose.Slides for C++—optimize alignment, spacing & style in PPT, PPTX, and ODP presentations in C++....idx_get ( 0 ); // Add an AutoShape of Rectangle type SharedPtr...an autoshape to the selected slide. Access the autoshape’s TextFrame...

    docs.aspose.com/slides/cpp/manage-paragraph/
  6. Format PowerPoint Shapes in PHP|Aspose.Slides f...

    Learn how to format PowerPoint shapes in PHP using Aspose.Slides—set fill, line, and effect styles for PPT, PPTX, and ODP files with precision and full control.... Add an AutoShape to the slide. Set the line...how to format a rectangle AutoShape : // Instantiate the Presentation...

    docs.aspose.com/slides/php-java/shape-formatting/
  7. 在 .NET 中管理 PowerPoint 文本段落|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 精通段落格式化 - 在 C# 中优化 PPT、PPTX 和 ODP 演示文稿的对齐、间距和样式。...150 , 300 , 150 ); // 访问 AutoShape 的 TextFrame ITextFrame tf...通过索引访问相应幻灯片的引用。 向选定的幻灯片添加一个 autoshape 。 访问该 autoshape 的 TextFrame 。 删除 TextFrame...

    docs.aspose.com/slides/zh/net/manage-paragraph/
  8. 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/
  9. 在 JavaScript 中向演示文稿添加线形状|Aspose.Slides for Node...

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

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