Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 4,478 for

autoshape

(0.03 sec)
  1. Rectangle|Aspose.Slides for Node.js via .NET Do...

    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.... Add an AutoShape of Rectangle type using addAutoShape...(). get_Item ( 0 ); // Add AutoShape of ellipse type var shp =...

    docs.aspose.com/slides/nodejs-java/rectangle/
  2. Ellipse|Aspose.Slides for Node.js via .NET Docu...

    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.... Add an AutoShape of Ellipse type using addAutoShape...(). get_Item ( 0 ); // Add AutoShape of ellipse type sld . getShapes...

    docs.aspose.com/slides/nodejs-java/ellipse/
  3. Picture Frame|Aspose.Slides for Node.js via .NE...

    Add a picture frame to a PowerPoint presentation in JavaScript...shapesCount ; i ++ ) { var autoShape = presentation . getSlides...(). get_Item ( i ); if ( autoShape . getPlaceholder () == null...

    docs.aspose.com/slides/nodejs-java/picture-frame/
  4. 文本格式化|Aspose.Slides 文档

    在Java中管理和操作文本及文本框属性...setWholeWordsOnly ( true ); (( AutoShape ) pres . getSlides (). get_Item... BLUE ); // 高亮所有词'重要' (( AutoShape ) pres . getSlides (). get_Item...

    docs.aspose.com/slides/zh/java/text-formatting/
  5. Adding Shapes to Presentation|Aspose.Slides Doc...

    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....by using its Index Add an AutoShape of Line type using AddAutoShape.... Slides [ 0 ]; //Add an autoshape of type line slide . Shapes...

    docs.aspose.com/slides/net/adding-shapes-to-pre...
  6. Picture Frame|Aspose.Slides Documentation

    Add a picture frame to a PowerPoint presentation in C++...for ( auto & autoShape : shapes ) { if ( autoShape -> get_Placeholder...nullptr ) continue ; switch ( autoShape -> get_Placeholder () -> get_Type...

    docs.aspose.com/slides/cpp/picture-frame/
  7. Create PowerPoint Presentation using Java|Aspos...

    Learn how to create PowerPoint Presentations e.g. PPT, PPTX using Java from scratch.... Add an AutoShape of Line type using addAutoShape...get_Item ( 0 ); // Add an autoshape of type line slide . getShapes...

    docs.aspose.com/slides/androidjava/create-prese...
  8. How to Strike Out Text in PPTX using Java

    This tutorial covers how to strike out text in PPTX using Java. It covers all the details to establish the environment, a step-wise process and a working sample code to strike out PPTX text using Java....presentation, creating an autoshape, adding a text frame by inserting...the first slide Create an autoshape of the Rectangle type and...

    kb.aspose.com/slides/java/how-to-strike-out-tex...
  9. 图片框|Aspose.Slides for Python 文档

    在Python中向PowerPoint演示文稿添加图片框...: shapesToRemove = [] for autoShape in presentation . slides [...[ 0 ] . shapes : if autoShape . placeholder is None : continue...

    docs.aspose.com/slides/zh/python-net/picture-fr...
  10. 图片框|Aspose.Slides 文档

    在 Java 中向 PowerPoint 演示文稿添加图片框...shapesCount ; i ++) { IShape autoShape = presentation . getSlides...(). get_Item ( i ); if ( autoShape . getPlaceholder () == null...

    docs.aspose.com/slides/zh/java/picture-frame/