Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 1,093 for

autoshape

(0.03 sec)
  1. 文本格式化|Aspose.Slides 文档

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

    docs.aspose.com/slides/zh/androidjava/text-form...
  2. 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/
  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. 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...
  5. 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/
  6. 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/
  7. 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/
  8. 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...
  9. 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/
  10. Shape Formatting|Aspose.Slides for Node.js via ...

    Format shape in PowerPoint presentation in JavaScript...we formatted a rectangle AutoShape : // Instantiates a presentation... get_Item ( 0 ); // Adds autoshape of rectangle type var shp...

    docs.aspose.com/slides/nodejs-java/shape-format...