Sort Score
Result 10 results
Languages All
Labels All
Results 3,541 - 3,550 of 143,438 for

pptx

(2.38 sec)
  1. Supported File Formats|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.... PPTX The PPTX format is based on the Microsoft...

    docs.aspose.com/cells/java/supported-file-formats/
  2. Ink|Aspose.Slides for Python Documentation

    Handle digital ink on slides in Python with Aspose.Slides: add pen strokes, edit paths, set color and width, and export results for PowerPoint and OpenDocument....pptx" ) as presentation : slide =...slides . Presentation ( "ink.pptx" ) as presentation : slide =...

    docs.aspose.com/slides/python-net/examples/elem...
  3. Getting the Exact Coordinates of Data Points fr...

    image.png (76.1 KB) The above image shows the thumbnail rendered by Aspose image.png (36.4 KB) This image shows is the screenshot of the same slide in PowerPoint. I am using similar syntax as below: chart.ValidateCh…...correctly, but when i open the pptx in PowerPoint, I can see offsets...Here’s the link to the PPTx file. This PPTx was created using Aspose...

    forum.aspose.com/t/getting-the-exact-coordinate...
  4. 使用 C++ 在演示文稿中管理图表数据标签|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for C++ 在 PowerPoint 演示文稿中添加和格式化图表数据标签,以创建更具吸引力的幻灯片。...pptx" ; // 实例化表示 PPTX 文件的 Presentation 类 SharedPtr...Slides :: Export :: SaveFormat :: Pptx ); 显示百分比为标签 Aspose.Slides for...

    docs.aspose.com/slides/zh/cpp/chart-data-label/
  5. 转换为 HTML|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....pptx" ; string destFileName = FilePath...Bitbucket Aspose.Slides 中的 PPT 转换为 PPTX 格式 转换为 PDF...

    docs.aspose.com/slides/zh/net/conversion-to-html/
  6. Online PPSX File Comparison or Build C++ Apps t...

    Free online app to Compare different PPSX files. C++ comparison library code for PPSX documents....(Macro-enabled Presentation File) Compare PPTX Files (Open XML presentation...format. It is an extension of the PPTX file format, which is the default...

    products.aspose.com/total/cpp/compare/ppsx/
  7. Animate PowerPoint Text in Python|Aspose.Slides...

    Create dynamic animated text in PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET, with easy-to-follow, optimized code examples....workflows that export to standard PPTX and play correctly in PowerPoint...Presentation ( "Presentation.pptx" ) as presentation : slide =...

    docs.aspose.com/slides/python-net/animated-text/
  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....pptx" )) { // Try to search by layout...of layouts. // Technographics.pptx presentation only contains Blank...

    docs.aspose.com/slides/zh/net/add-layout-slide-...
  9. Text Box|Aspose.Slides for PHP Documentation

    Create and format text boxes in PHP with Aspose.Slides: set fonts, alignment, wrapping, autofit, and links to polish slides for PowerPoint and OpenDocument....pptx" , SaveFormat :: Pptx ); } finally { $presentation...new Presentation ( "text_box.pptx" ); try { $slide = $presentation...

    docs.aspose.com/slides/php-java/examples/elemen...
  10. 在 C++ 中管理 PowerPoint 文本段落|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 完成段落格式化——在 C++ 中优化 PPT、Pptx 和 ODP 演示文稿的对齐、间距和样式。...pptx" ; // Load the desired the presentation...set_FontHeight ( 18 ); } } } // Save PPTX to Disk pres -> Save ( outPath...

    docs.aspose.com/slides/zh/cpp/manage-paragraph/