Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 5,232 for

autoshape

(0.24 sec)
  1. Add Rectangles to Presentations in Java|Aspose....

    Boost your PowerPoint presentations by adding rectangles with Aspose.Slides for Java—easily design and modify shapes programmatically.... get_Item ( 0 ); // Add AutoShape of ellipse type IShape shp...(). get_Item ( 0 ); // Add AutoShape of ellipse type IShape shp...

    docs.aspose.com/slides/java/rectangle/
  2. 在 Python 中格式化 PowerPoint 形状|Aspose.Slides for P...

    了解如何使用 Aspose.Slides 在 Python 中格式化 PowerPoint 形状——精准且完整地设置 PPT、PPTX 和 ODP 文件的填充、线条和效果样式。... 向幻灯片添加一个 AutoShape 。 设置形状的 line style 。 设置线宽。...文件。 以下 Python 代码演示如何格式化矩形 AutoShape : import aspose.slides as...

    docs.aspose.com/slides/zh/python-net/shape-form...
  3. Manage Placeholders in Presentations with Pytho...

    Effortlessly manage placeholders in Aspose.Slides for Python via .NET: replace text, customize prompts & set image transparency in PowerPoint and OpenDocument....TextFrame associated with the AutoShape . Save the modified presentation...type ( shape ) is slides . AutoShape : if shape . placeholder ...

    docs.aspose.com/slides/python-net/manage-placeh...
  4. 在 Android 上管理演示文稿缩放|Aspose.Slides 文档

    使用 Aspose.Slides for Android via Java 创建并自定义缩放 - 在各章节之间跳转,添加缩略图和转场效果,支持 PPT、PPTX 和 ODP 演示文稿。...//为第二张幻灯片创建文本框 IAutoShape autoshape = slide2 . getShapes (). addAutoShape...100 , 200 , 500 , 200 ); autoshape . getTextFrame (). setText...

    docs.aspose.com/slides/zh/androidjava/manage-zoom/
  5. 在 PHP 中管理演示文稿缩放|Aspose.Slides for PHP 文档

    使用 Aspose.Slides for PHP via Java 创建并自定义缩放——在各章节之间跳转,添加缩略图和过渡效果,适用于 PPT、PPTX 和 ODP 演示文稿。...-> cyan ); # 为第二张幻灯片创建文本框 $autoshape = $slide2 -> getShapes ()...100 , 200 , 500 , 200 ); $autoshape -> getTextFrame () -> setText...

    docs.aspose.com/slides/zh/php-java/manage-zoom/
  6. Format PowerPoint Shapes on Android|Aspose.Slid...

    Learn how to format PowerPoint shapes on Android using Aspose.Slides—set fill, line, and effect styles for PPT, PPTX, and ODP files with precision and full control....how to format a rectangle AutoShape : // Instantiate the Presentation...get_Item ( 0 ); IAutoShape autoShape = slide . getShapes (). addAutoShape...

    docs.aspose.com/slides/androidjava/shape-format...
  7. Automate Presentation Localization in .NET|Aspo...

    Automate PowerPoint and OpenDocument slide localization in .NET with Aspose.Slides, using practical C# code samples and tips for faster global rollout.... Add an AutoShape of Rectangle type to the slide...

    docs.aspose.com/slides/net/presentation-localiz...
  8. 在 Android 上管理演示文稿的幻灯片切换|Aspose.Slides 文档

    了解如何在 Aspose.Slides for Android via Java 中自定义幻灯片切换,提供针对 PowerPoint 和 OpenDocument 演示文稿的逐步指南。...Presentation (); try { AutoShape autoshape = ( AutoShape ) presentation...100 , 100 , 400 , 100 ); autoshape . getTextFrame (). setText...

    docs.aspose.com/slides/zh/androidjava/slide-tra...
  9. Format PowerPoint Shapes in .NET|Aspose.Slides ...

    Learn how to format PowerPoint shapes in C# using Aspose.Slides—set fill, line, and effect styles for PPT and PPTX files with precision and full control....how to format a rectangle AutoShape : // Instantiate the Presentation...Slides [ 0 ]; IAutoShape autoShape = slide . Shapes . AddAutoShape...

    docs.aspose.com/slides/net/shape-formatting/
  10. Format PowerPoint Shapes in Java|Aspose.Slides ...

    Learn how to format PowerPoint shapes in Java using Aspose.Slides—set fill, line, and effect styles for PPT, PPTX, and ODP files with precision and full control....how to format a rectangle AutoShape : // Instantiate the Presentation...get_Item ( 0 ); IAutoShape autoShape = slide . getShapes (). addAutoShape...

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