Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 5,174 for

autoshape

(0.34 sec)
  1. 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/
  2. 管理超链接|Aspose.Slides for PHP 文档

    如何在 PowerPoint 演示文稿中添加超链接...{ $autoShape = $shape ; if ( ! java_is_null ( $autoShape )) {...{ foreach ( $autoShape -> getTextFrame () -> getParagraphs ()...

    docs.aspose.com/slides/zh/php-java/manage-hyper...
  3. 管理超链接|Aspose.Slides 文档

    如何在 Java 中向 PowerPoint 演示文稿添加超链接...IAutoShape autoShape = ( IAutoShape ) shape ; if ( autoShape != null...( IParagraph paragraph : autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/zh/androidjava/manage-hy...
  4. Հեռացրեք ջրանիշը PowerPoint-ում՝ օգտագործելով C#

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

    kb.aspose.com/hy/slides/net/remove-watermark-in...
  5. 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...
  6. 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...
  7. 档案

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

    blog.aspose.com/zh/slides/extract-images-from-p...
  8. 连接器|Aspose.Slides 文档

    在Java中连接PowerPoint形状...对象提供的 addAutoShape 方法向幻灯片添加两个 AutoShape 。 通过定义连接器类型,使用 Shapes 对象提供的...对象提供的 addAutoShape 方法向幻灯片添加两个 AutoShape 。 通过定义连接器类型,使用 Shapes 对象提供的...

    docs.aspose.com/slides/zh/androidjava/connector/
  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. Apply Shape Animations in Presentations in .NET...

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

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