Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 5,174 for

autoshape

(0.09 sec)
  1. Create PPSX Presentations in Node.js | products...

    Generate Microsoft Powerpoint PPSX presentation using Node applications without using Microsoft Office....by Shapes object to add an AutoShape of Line type. Write the modified...

    products.aspose.com/total/nodejs-java/create/ppsx/
  2. NullReferenceException on Portion.GetRect - Fre...

    Hello, We have come across a NullReferenceException when calling Portion.GetRect in Aspose.Slides.NET 25.10.0. I’ve have attached a minimal example null_ref_exception.zip (520.2 KB) var pres = new Presentation("./nul…...Slides[0]; var shape = (AutoShape)slide.Shapes[0]; var portion...

    forum.aspose.com/t/nullreferenceexception-on-po...
  3. 形状动画|Aspose.Slides for PHP 文档

    应用 PowerPoint 动画...以下 PHP 代码展示了如何将 Fade 效果应用于 AutoShape,并将文本动画设置为 按 1 级段落 值: # 实例化代表演示文稿文件的演示文稿类。...get_Item ( 0 ); # 添加带有文本的新 AutoShape $autoShape = $sld -> getShapes...

    docs.aspose.com/slides/zh/php-java/shape-animat...
  4. Apply Shape Animations in Presentations Using C...

    Discover how to create and customize shape animations in PowerPoint presentations with Aspose.Slides for C++. Stand out!...apply the Fade effect to AutoShape and set the text animation...idx_get ( 0 ); // Adds new AutoShape with text System :: SharedPtr...

    docs.aspose.com/slides/cpp/shape-animation/
  5. Change the fill color of a shape in a presentat...

    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.... Slides [ 0 ]; //Add autoshape of rectangle type IShape shp...

    docs.aspose.com/slides/net/change-the-fill-colo...
  6. Create PPS Presentations in Node.js | products....

    Generate Microsoft Powerpoint PPS presentation using Node applications without using Microsoft Office....by Shapes object to add an AutoShape of Line type. Write the modified...

    products.aspose.com/total/nodejs-java/create/pps/
  7. Create POTX Presentations in Node.js | products...

    Generate Microsoft Powerpoint POTX presentation using Node applications without using Microsoft Office....by Shapes object to add an AutoShape of Line type. Write the modified...

    products.aspose.com/total/nodejs-java/create/potx/
  8. Manage Presentation Slide Masters on Android|As...

    Manage Slide Masters in Aspose.Slides for Android: create, edit and apply layouts, themes and placeholders to PPT, PPTX and ODP with concise Java examples....IAutoShape autoShape = ( IAutoShape ) shape ; if ( autoShape != null...null ) { if ( autoShape . getPlaceholder (). getType () == type...

    docs.aspose.com/slides/androidjava/slide-master/
  9. 搜索

    搜索...if (sh is AutoShape) { AutoShape ashp = (AutoShape)sh; // 看看有沒有圖片...

    blog.aspose.com/zh-hant/slides/extract-images-f...
  10. Manage Slide Transitions in Presentations Using...

    Discover how to customize slide transitions in Aspose.Slides for PHP via Java, with step-by-step guidance for PowerPoint and OpenDocument presentations....new Presentation (); try { $autoshape = $presentation -> getSlides...100 , 100 , 400 , 100 ); $autoshape -> getTextFrame () -> setText...

    docs.aspose.com/slides/php-java/slide-transition/