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

autoshape

(0.03 sec)
  1. 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...
  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/java/manage-bullet/
  3. Line|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.... Add an AutoShape of Line type using addAutoShape...get_Item ( 0 ); // Add an AutoShape of type line sld . getShapes...

    docs.aspose.com/slides/androidjava/line/
  4. Line|Aspose.Slides for PHP 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.... Add an AutoShape of Line type using addAutoShape...get_Item ( 0 ); # Add an AutoShape of type line $sld -> getShapes...

    docs.aspose.com/slides/php-java/line/
  5. How to Strike Out Text in PPTX using Python

    This topic focuses on how to strike out text in PPTX using Python. It includes the details to establish the environment, a step-wise process and a working example code to strike out PPTX text using Python....sample presentation, inserting autoshape, adding the text frame by...its first slide Create an autoshape and insert a sample textframe...

    kb.aspose.com/slides/python/how-to-strike-out-t...
  6. Line|Aspose.Slides for Node.js via .NET Documen...

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

    docs.aspose.com/slides/nodejs-java/line/
  7. 文本格式化|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...
  8. 文本格式化|Aspose.Slides 文档

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

    docs.aspose.com/slides/zh/androidjava/text-form...
  9. 管理自动调整设置|Aspose.Slides 文档

    在 C++ 中为 PowerPoint 中的文本框设置自动调整设置...() -> idx_get ( 0 ); auto autoShape = slide -> get_Shapes () ->...100.0f ); auto textFrame = autoShape -> get_TextFrame (); auto...

    docs.aspose.com/slides/zh/cpp/manage-autofit-se...
  10. 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/