Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 1,093 for

autoshape

(0.04 sec)
  1. Manage PowerPoint Paragraph in Python|Aspose.Sl...

    Create paragraphs and manage paragraph properties in PowerPoint presentations in Python... slides [ 0 ] # Add an AutoShape of Rectangle type ashp = slide...# Access TextFrame of the AutoShape tf = ashp . text_frame # Create...

    docs.aspose.com/slides/python-net/manage-paragr...
  2. Ellipse|Aspose.Slides for Python Documentation

    Create ellipse in PowerPoint presentation in Python...by using its Index Add an AutoShape of Ellipse type using AddAutoShape...pres . slides [ 0 ] # Add autoshape of ellipse type sld . shapes...

    docs.aspose.com/slides/python-net/ellipse/
  3. Ellipse|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 Ellipse type using addAutoShape...(). get_Item ( 0 ); // Add AutoShape of ellipse type sld . getShapes...

    docs.aspose.com/slides/androidjava/ellipse/
  4. Manage PowerPoint Paragraph in C++|Aspose.Slide...

    Create paragraphs and manage paragraph properties in PowerPoint presentations in C++...idx_get ( 0 ); // Add an AutoShape of Rectangle type SharedPtr...an autoshape to the selected slide. Access the autoshape’s TextFrame...

    docs.aspose.com/slides/cpp/manage-paragraph/
  5. Shape Formatting|Aspose.Slides Documentation

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

    docs.aspose.com/slides/androidjava/shape-format...
  6. Picture Frame|Aspose.Slides for Python Document...

    Add a picture frame to a PowerPoint presentation in Python...: shapesToRemove = [] for autoShape in presentation . slides [...[ 0 ] . shapes : if autoShape . placeholder is None : continue...

    docs.aspose.com/slides/python-net/picture-frame/
  7. 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...
  8. 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/
  9. 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/
  10. 文本格式化|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...