Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 4,907 for

autoshape

(0.04 sec)
  1. Connector|Aspose.Slides for PHP Documentation

    Connect PowerPoint shapes... Add two AutoShape to the slide using the addAutoShape...getShapes (); # Adds an Ellipse autoshape $ellipse = $shapes -> addAutoShape...

    docs.aspose.com/slides/php-java/connector/
  2. Shape Animation|Aspose.Slides for Node.js via ....

    Apply PowerPoint animation in JavaScript...a rectangle AutoShape . Add text using AutoShape.addTextFrame...Add an animation effect to AutoShape . Call the TextAnimation.setBuildType...

    docs.aspose.com/slides/nodejs-java/shape-animat...
  3. Slide Transition|Aspose.Slides Documentation

    PowerPoint slide transition, PowerPoint morph transition in Java...Presentation (); try { AutoShape autoshape = ( AutoShape ) presentation...100 , 100 , 400 , 100 ); autoshape . getTextFrame (). setText...

    docs.aspose.com/slides/java/slide-transition/
  4. Create a Presentation in Python|Aspose.Slides f...

    Create PowerPoint presentations in Python with Aspose.Slides—produce PPT, PPTX, and ODP files, benefit from OpenDocument support, and save them programmatically for reliable results.... Add an AutoShape of LINE type using add_auto_shape...

    docs.aspose.com/slides/python-net/create-presen...
  5. 段落|Aspose.Slides 文档

    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.... AutoShape shape = ( AutoShape ) pres . getSlides...

    docs.aspose.com/slides/zh/java/paragraph/
  6. Rectangle|Aspose.Slides Documentation

    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.... get_Item ( 0 ); // Add AutoShape of ellipse type IShape shp...(). get_Item ( 0 ); // Add AutoShape of ellipse type IShape shp...

    docs.aspose.com/slides/androidjava/rectangle/
  7. Rectangle|Aspose.Slides Documentation

    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.... 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/
  8. 将PowerPoint转换为Word|Aspose.Slides 文档

    在Java中将PowerPoint演示文稿转换为Word...instanceof AutoShape ) { builder . writeln ((( AutoShape ) shape...

    docs.aspose.com/slides/zh/androidjava/convert-p...
  9. FieldShape Class | Aspose.Words for .NET

    Discover Aspose.Words.Fields.FieldShape class for effortless SHAPE field implementation. Enhance document design with powerful features and flexibility....the anchor/canvas for an AutoShape object with the "In line with...the inline canvas for the AutoShape. Shape shape = ( Shape ) shapes...

    reference.aspose.com/words/net/aspose.words.fie...
  10. 形状格式设置|Aspose.Slides 文档

    在 Java 中格式化 PowerPoint 演示文稿中的形状... 以下 Java 代码演示了格式化矩形 AutoShape 的操作: // 实例化一个代表演示文稿文件的演示文稿类...Presentation (); try { IShape autoShape = pres . getSlides (). get_Item...

    docs.aspose.com/slides/zh/androidjava/shape-for...