Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 4,901 for

autoshape

(0.02 sec)
  1. Picture Frame|Aspose.Slides Documentation

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

    docs.aspose.com/slides/java/picture-frame/
  2. 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...
  3. Line|Aspose.Slides Documentation

    Add line in PowerPoint presentation in C# or .NET... Add an AutoShape of Line type using AddAutoShape... Slides [ 0 ]; // Add an autoshape of type line sld . Shapes...

    docs.aspose.com/slides/net/line/
  4. 文本格式化|Aspose.Slides for Python 文档

    在 Python 中管理和处理文本及文本框属性...Presentation () as pres : autoShape = pres . slides [ 0 ] . shapes...RECTANGLE , 50 , 50 , 200 , 100 ) autoShape . text_frame . paragraphs...

    docs.aspose.com/slides/zh/python-net/text-forma...
  5. 文本格式化|Aspose.Slides 文档

    在Java中管理和操作文本及文本框属性...setWholeWordsOnly ( true ); (( AutoShape ) pres . getSlides (). get_Item...// 突出显示所有单词 'important' (( AutoShape ) pres . getSlides (). get_Item...

    docs.aspose.com/slides/zh/androidjava/text-form...
  6. 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/
  7. 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/
  8. Manage Bullet|Aspose.Slides Documentation

    Create bullet and numbered lists in PowerPoint presentation in Java... Add an AutoShape in selected slide. Access...); // Adding and accessing Autoshape IAutoShape aShp = slide ....

    docs.aspose.com/slides/androidjava/manage-bullet/
  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. 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...