Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 5,328 for

autoshape

(0.06 sec)
  1. Prevent Presentation Edits with Shape Locks in ...

    Discover how Aspose.Slides for Python via .NET 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: AutoShapeLock locks autoshapes. ConnectorLock locks connector...

    docs.aspose.com/slides/python-net/applying-prot...
  2. 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/
  3. 搜索

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

    blog.aspose.com/zh-hant/slides/extract-images-f...
  4. Create PPSM Presentations in Node.js | products...

    Generate Microsoft Powerpoint PPSM 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/ppsm/
  5. Create PPTM Presentations in Node.js | products...

    Generate Microsoft Powerpoint PPTM 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/pptm/
  6. Create POT Presentations in Node.js | products....

    Generate Microsoft Powerpoint POT 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/pot/
  7. 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...
  8. How to Run Aspose.Slides for Java in Docker|Asp...

    Run Aspose.Slides in Docker containers: configure images, dependencies, fonts, and licensing to build scalable services that process PowerPoint and OpenDocument....get_Item ( 0 ); IAutoShape autoShape = slide . getShapes (). addAutoShape..., 50 , 190 , 300 , 25 ); autoShape . getTextFrame (). setText...

    docs.aspose.com/slides/java/how-to-run-aspose-s...
  9. Manage Presentation Hyperlinks in Java|Aspose.S...

    Effortlessly manage hyperlinks in PowerPoint and OpenDocument presentations with Aspose.Slides for Java—enhance interactivity and workflow in minutes....IAutoShape autoShape = ( IAutoShape ) shape ; if ( autoShape != null...( IParagraph paragraph : autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/java/manage-hyperlinks/
  10. Apply Shape Animations in Presentations Using J...

    Discover how to create and customize shape animations in PowerPoint presentations with Aspose.Slides for Java. Stand out!...apply the Fade effect to AutoShape and set the text animation...// Adds new AutoShape with text IAutoShape autoShape = sld . getShapes...

    docs.aspose.com/slides/java/shape-animation/