Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 119,508 for

presentation

(0.04 sec)
  1. Format PowerPoint Text in Python|Aspose.Slides ...

    Learn how to format and style text in PowerPoint and OpenDocument Presentations using Aspose.Slides for Python via .NET. Customize fonts, colors, alignment, and more with powerful Python code examples.... Presentation ( path + "SomePresentation..."SomePresentation.pptx" ) as presentation : presentation . slides [ 0 ] . shapes...

    docs.aspose.com/slides/python-net/text-formatting/
  2. Remove ODP Annotation using C++ | products.aspo...

    C++ source code to delete annotations from ODP...auto presentation = System :: MakeObject < Presentation > ( u...from the presentation for ( auto author : presentation -> get_CommentAuthors())...

    products.aspose.com/slides/cpp/annotation/odp/
  3. Remove PPT Annotation using C++ | products.aspo...

    C++ source code to delete annotations from PPT...auto presentation = System :: MakeObject < Presentation > ( u...from the presentation for ( auto author : presentation -> get_CommentAuthors())...

    products.aspose.com/slides/cpp/annotation/ppt/
  4. Customize 3D Charts in Presentations with Pytho...

    Learn how to create and customize 3-D charts in Aspose.Slides for Python via .NET, with support for PPT, PPTX and ODP files—boost your Presentations today....Customize 3D Charts in Presentations with Python Contents [ Hide...Create an instance of the Presentation class. Access first slide...

    docs.aspose.com/slides/python-net/3d-chart/
  5. Chart Legend|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....below: Create an instance of Presentation class. Get the reference...properties of legend. Write the presentation as a PPTX file. In the example...

    docs.aspose.com/slides/cpp/chart-legend/
  6. Chart Axis|Aspose.Slides Documentation

    Edit PowerPoint chart axis in C# or .NET...Create an instance of the Presentation class. Access the first...C#: using ( Presentation pres = new Presentation ()) { Chart...

    docs.aspose.com/slides/net/chart-axis/
  7. Font Replacement - PowerPoint Java API|Aspose.S...

    Learn how to replace fonts using the explicit replacement method in PowerPoint using the Java API....this way: Load the relevant presentation. Load the font that will...font. Write the modified presentation as a PPTX file. This Java...

    docs.aspose.com/slides/androidjava/font-replace...
  8. Chart Data Table|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.... Instantiate Presentation class object. Add chart...font height. Save modified presentation. Below sample example is...

    docs.aspose.com/slides/androidjava/chart-data-t...
  9. Slide Section|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....can organize a PowerPoint Presentation into sections. You get to...organize or divide slides in a presentation into logical parts in these...

    docs.aspose.com/slides/androidjava/slide-section/
  10. 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....a selected slide of the presentation, please follow the steps...below: Create an instance of Presentation class. Obtain the reference...

    docs.aspose.com/slides/androidjava/ellipse/