Sort Score
Result 10 results
Languages All
Labels All
Results 1,091 - 1,100 of 3,183 for

pptx charts

(0.1 sec)
  1. Java API to Convert DOCX to XLAM or with free O...

    Convert DOCX to XLAM via Java or Online App without using using Microsoft Word or Microsoft Excel or online. Test free DOCX to XLAM online converter quickly before integrating the code....formatting, data validation, and charting. By using Aspose.Total for...Presentation) Convert DOCX to PPTX (Open XML presentation Format)...

    products.aspose.com/total/java/conversion/docx-...
  2. Create Thumbnails of Presentation Shapes in Jav...

    Generate high-quality shape thumbnails from PowerPoint slides with Aspose.Slides for Java – easily create and export presentation thumbnails....pptx" ); try { // Create a full scale...new Presentation ( "Thumbnail.pptx" ); try { // Create a full scale...

    docs.aspose.com/slides/java/create-shape-thumbn...
  3. 标注|Aspose.Slides for Node.js via .NET 文档

    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....Presentation (); try { var chart = pres . getSlides (). get_Item...Pie , 50 , 50 , 500 , 400 ); chart . getChartData (). getSeries...

    docs.aspose.com/slides/zh/nodejs-java/callout/
  4. 在 .NET 中自定义演示文稿的 3D 图表|Aspose.Slides 文档

    了解如何在 Aspose.Slides for .NET 中创建和自定义 3D 图表,支持 PPT 和 Pptx 文件——提升您的演示效果。... 将修改后的演示文稿写入 PPTX 文件。 // 创建 Presentation 类的实例...[ 0 ]; // 添加默认数据的图表 IChart chart = slide . Shapes . AddChart...

    docs.aspose.com/slides/zh/net/3d-chart/
  5. Manage Placeholders in Presentations with Pytho...

    Effortlessly manage placeholders in Aspose.Slides for Python via .NET: replace text, customize prompts & set image transparency in PowerPoint and OpenDocument....slides—such as title, body, picture, chart, date/time, slide number, and...Presentation ( "ReplacingText.pptx" ) as presentation : # Access...

    docs.aspose.com/slides/python-net/manage-placeh...
  6. 图表格式化|Aspose.Slides for PHP 文档

    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 文件 # 创建 Presentation 类的实例 $pres...-> get_Item ( 0 ); # 添加示例图表 $chart = $slide -> getShapes () ->...

    docs.aspose.com/slides/zh/php-java/chart-format...
  7. Picture|Aspose.Slides Documentation

    Work with pictures in C# using Aspose.Slides: insert, replace, crop, compress, adjust transparency and effects, fill shapes, and export for PPT, Pptx and ODP....pptx" , SaveFormat . Pptx ); } Access a Picture...PictureFrame >(). First (); } Text Box Chart...

    docs.aspose.com/slides/net/examples/elements/pi...
  8. Convert EXCEL to PPT using Python or with free ...

    EXCEL to PPT conversion in your Python applications without using Microsoft Office or online. Test free EXCEL to PPT online converter quickly before integrating the code....Presentation File) Convert EXCEL to PPTX (Open XML presentation Format)...such as titles, bullet points, charts, tables, and media files like...

    products.aspose.com/total/python-net/conversion...
  9. Aspose.Slides for .NET: IShapeCollection.AddClo...

    I’m using the following code on the presentation below. What I find is that the flip state is reset on the shape copies. To create an exact copy I think it should be kept. using (var presentation = new Presentation("tes…...pptx")) { for (var i = 0; i < 2;...Save("test1_modified.pptx", Aspose.Slides.Export.SaveFormat.Pptx); } test1...

    forum.aspose.com/t/aspose-slides-for-net-ishape...
  10. 为 .NET 中的演示优化图表计算|Aspose.Slides 文档

    了解 Aspose.Slides for .NET 中的图表计算、数据更新和精度控制,适用于 PPT 和 Pptx,并提供实用的 C# 代码示例。...pptx" )) { Chart chart = ( Chart ) pres . Slides...350 ); chart . ValidateChartLayout (); double x = chart . PlotArea...

    docs.aspose.com/slides/zh/net/chart-calculations/