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

autoshape

(0.45 sec)
  1. 管理演示文稿超链接(C++)|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 轻松管理 PowerPoint 和 OpenDocument 演示文稿中的超链接——在几分钟内提升互动性和工作流。...-> get_Shapes ()) { auto autoShape = System :: AsCast < IAutoShape...IAutoShape > ( shape ); if ( autoShape != nullptr ) { for ( const...

    docs.aspose.com/slides/zh/cpp/manage-hyperlinks/
  2. 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/
  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 Python via .NET. Step-by-step guide with code examples to help you get started fast.... Add an AutoShape to the selected slide. Access...the ISlide object. Add an AutoShape to the selected slide using...

    docs.aspose.com/slides/python-net/manage-bullet...
  4. Presentation-to-Image Conversion in C# Is Not P...

    I am using a pptx file and converting it to images. The images are not correct. Note that this works fine on windows but fails on Ubuntu linux servers. The images are created but are missing parts of the slide. I am usin…...{ var autoShape = shape as AutoShape; return autoShape?.TextFrame...

    forum.aspose.com/t/presentation-to-image-conver...
  5. 档案

    档案...if (sh is AutoShape) { AutoShape ashp = (AutoShape)sh; // 检查是否有图片...

    blog.aspose.com/zh/slides/extract-images-from-p...
  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. Հեռացրեք ջրանիշը PowerPoint-ում՝ օգտագործելով C#

    Հեռացրեք ջրանիշը PowerPoint-ում՝ օգտագործելով C#: Հետևեք այս հոդվածին քայլերի, IDE կարգավորումների և կոդի համար, որը ցույց է տալիս, թե ինչպես հեռացնել ջրի մակարդակի նշագիծը PowerPoint-ից՝ օգտագործելով C#:...Պահպանեք յուրաքանչյուր ձև AutoShape դասի օբյեկտում և ստուգեք դրա...

    kb.aspose.com/hy/slides/net/remove-watermark-in...
  9. 如何在 Docker 中运行 Aspose.Slides for Java|Aspose.Sl...

    在 Docker 容器中运行 Aspose.Slides:配置镜像、依赖、字体和许可,以构建可扩展的服务,处理 PowerPoint 和 OpenDocument。...get_Item ( 0 ); IAutoShape autoShape = slide . getShapes (). addAutoShape..., 50 , 190 , 300 , 25 ); autoShape . getTextFrame (). setText...

    docs.aspose.com/slides/zh/java/how-to-run-aspos...
  10. Manage Presentation Slide Masters in JavaScript...

    Manage Slide Masters in Aspose.Slides for Node.js via Java: create, edit and apply layouts, themes and placeholders to PPT, PPTX and ODP with concise examples.... size (); i ++ ) { var autoShape = master . getShapes (). get_Item...( i ); if ( autoShape != null ) { if ( autoShape . getPlaceholder...

    docs.aspose.com/slides/nodejs-java/slide-master/