Sort Score
Result 10 results
Languages All
Labels All
Results 1,071 - 1,080 of 10,061 for

presentation

(0.03 sec)
  1. Paragraph|Aspose.Slides Documentation

    Paragraph and portion in PowerPoint Presentation in C# or .NET...Instantiate a Presentation object that represents a presentation file...using ( Presentation presentation = new Presentation ( "Shapes...

    docs.aspose.com/slides/net/paragraph/
  2. 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 PHP...

    docs.aspose.com/slides/php-java/font-replacement/
  3. Doughnut Chart|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....steps below: Instantiate Presentation object. Add doughnut chart...a doughnut chart. Write presentation to disk. In the example...

    docs.aspose.com/slides/php-java/doughnut-chart/
  4. Doughnut Chart|Aspose.Slides for Node.js via .N...

    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....steps below: Instantiate Presentation object. Add doughnut chart...a doughnut chart. Write presentation to disk. In the example...

    docs.aspose.com/slides/nodejs-java/doughnut-chart/
  5. 3D Chart|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....Create an instance of the Presentation class. Access first slide...modified presentation to a PPTX file. Presentation pres = new...

    docs.aspose.com/slides/androidjava/3d-chart/
  6. 3D Chart|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....Create an instance of the Presentation class. Access first slide...modified presentation to a PPTX file. Presentation pres = new...

    docs.aspose.com/slides/java/3d-chart/
  7. Arrow shape get distorted in generated PDF - Fr...

    The arrow shapes when used in PPT document getArrows_Distort_Output.pdf (112.9 KB) Arrow_Distort.zip (30.0 KB) s distorted when PDF is generared. Attached files...code: // Instantiates a Presentation class that represents a...ODP etc. Presentation presentation = new Presentation("C:\\Temp\\input...

    forum.aspose.com/t/arrow-shape-get-distorted-in...
  8. 组|Aspose.Slides 文档

    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....Slides 将组形状添加到幻灯片: 创建 Presentation 类的实例。 通过其索引获取幻灯片的引用。 将组形状添加到幻灯片。...实例化 PresentationPresentation pres = new Presentation (); try...

    docs.aspose.com/slides/zh/androidjava/group/
  9. Export Chart|Aspose.Slides Documentation

    Get chart images from PowerPoint Presentations in C++... auto presentation = MakeObject < Presentation > ( u "test..."test.pptx" ); auto slide = presentation -> get_Slide ( 0 ); auto...

    docs.aspose.com/slides/cpp/export-chart/
  10. 在Python中自定义PowerPoint字体|Aspose.Slides for Pytho...

    Python中的PowerPoint自定义字体... Presentation ( path + "DefaultFonts.pptx"...pptx" ) as presentation : presentation . save ( "NewFonts_out...

    docs.aspose.com/slides/zh/python-net/custom-font/