Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 5,232 for

autoshape

(0.06 sec)
  1. 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...
  2. 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/
  3. Add Ellipses to Presentations in PHP|Aspose.Sli...

    Learn how to create, format, and manipulate ellipse shapes in Aspose.Slides for PHP via Java across PPT and PPTX presentations — 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/php-java/ellipse/
  4. 在 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/
  5. 在 C++ 中管理 PowerPoint 文本段落|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 完成段落格式化——在 C++ 中优化 PPT、PPTX 和 ODP 演示文稿的对齐、间距和样式。...idx_get ( 0 ); // Add an AutoShape of Rectangle type SharedPtr...通过索引获取相应幻灯片的引用。 向选定的幻灯片添加一个 autoshape 。 获取该 autoshape 的 TextFrame 。 删除 TextFrame...

    docs.aspose.com/slides/zh/cpp/manage-paragraph/
  6. 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/
  7. 在 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/
  8. Prevent Presentation Edits with Shape Locks|Asp...

    Discover how Aspose.Slides for C++ 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/cpp/applying-protection-...
  9. Edit PPT in C# | products.aspose.com

    Edit PPT in C#. Use .NET library API to edit PowerPoint presentation...ppt" )) { AutoShape shape = (AutoShape)presentation.Slides[...

    products.aspose.com/slides/net/editor/ppt/
  10. Add Rectangles to Presentations in JavaScript|A...

    Boost your PowerPoint presentations by adding rectangles with JavaScript and Aspose.Slides for Node.js—easily design and modify shapes programmatically.... Add an AutoShape of Rectangle type using addAutoShape...(). get_Item ( 0 ); // Add AutoShape of ellipse type var shp =...

    docs.aspose.com/slides/nodejs-java/rectangle/