Sort Score
Result 10 results
Languages All
Labels All
Results 1,451 - 1,460 of 43,024 for

shapes

(0.07 sec)
  1. Creating a Table on PowerPoint Slide in VSTO an...

    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.... Shape shp = sld . Shapes . AddTable ( 15 ,...PowerPoint . TextFrame tf = cell . Shape . TextFrame ; //Add some text...

    docs.aspose.com/slides/net/creating-a-table-on-...
  2. How to Create PPT using Python

    This article explains how to create PPT using Python. You can use Python generate PowerPoint presentation and open that in MS PowerPoint for viewing....sample presentation with a line shape added inside the slide is saved...default first slide Add a line shape inside the slide Save the newly...

    kb.aspose.com/slides/python/how-to-create-ppt-u...
  3. 在 VSTO 和 Aspose.Slides 中添加带动画的图片框架|Aspose.Slide...

    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.... Shape PicFrame = sld . Shapes . AddPicture ( "pic...pic ); //添加图片框架 Shape PicFrame = slide . Shapes . AddPictureFrame...

    docs.aspose.com/slides/zh/net/adding-picture-fr...
  4. ShapeBase.relative_horizontal_position property...

    ShapeBase.relative_horizontal_position property. Specifies relative to what the shape is positioned horizontally....Specifies relative to what the shape is positioned horizontally....only for top level floating shapes. Examples Shows how to insert...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Highlight Text in PowerPoint using Java

    Highlight text in PowerPoint using Java. Get the detail to set IDE, a list of steps, and a sample code to highlight in PowerPoint using Java....all the slides Get all the shapes from the slide in the iteration...the process by accessing the shapes collection from all the slides...

    kb.aspose.com/slides/java/highlight-text-in-pow...
  6. Convert the Smart Art to Group Shape|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....Convert the Smart Art to Group Shape Contents [ Hide ] Possible Usage...convert Smart Art Shape into Group Shape using the Shape.get_result_of_smart_art()...

    docs.aspose.com/cells/python-net/convert-the-sm...
  7. Converting Ai Image To Raster Format|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....Image is made from lines and shapes. Aspose.PSD supports the ability...

    docs.aspose.com/psd/net/converting-ai-image-to-...
  8. Add Asset Information to 3D document|Documentation

    Metadata is structured information that describes, explains, locates or makes it easier to retrieve, use or manage an information resource. Aspose.3D for Java API has support to define Metadata for the scene....Create Scene with Primitive 3D Shapes...

    docs.aspose.com/3d/java/add-asset-information-t...
  9. Adobe Portable Document Format - PDF|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....Images, Textboxes and Drawing Shapes Bookmarks Hyperlinks Merged...

    docs.aspose.com/cells/net/adobe-portable-docume...
  10. Get all the text in all the slides|Aspose.Slide...

    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....through shapes to find the placeholder foreach ( Shape shp in...in sld . Shapes ) if ( shp . Placeholder != null ) { //get the...

    docs.aspose.com/slides/net/get-all-the-text-in-...