Sort Score
Result 10 results
Languages All
Labels All
Results 1,081 - 1,090 of 3,213 for

pptx charts

(0.28 sec)
  1. Picture|Aspose.Slides Documentation

    Work with pictures in Aspose.Slides for Java: insert, crop, compress, recolor, and export images with Java examples for PPT, Pptx, and ODP presentations....pptx" , SaveFormat . Pptx ); } finally { presentation.... dispose (); } } Text Box Chart...

    docs.aspose.com/slides/java/examples/elements/p...
  2. Picture|Aspose.Slides Documentation

    Work with pictures in Aspose.Slides for .NET: insert, crop, compress, recolor, and export images with C# examples for PPT, Pptx, and ODP presentations....pptx" , SaveFormat . Pptx ); } Access a Picture...PictureFrame >(). First (); } Text Box Chart...

    docs.aspose.com/slides/net/examples/elements/pi...
  3. Export Presentations to HTML with Externally Li...

    Export PowerPoint and OpenDocument presentations to HTML in C++ using Aspose.Slides with externally linked images—faster pages, code examples, and setup tips....pptx" ); auto htmlOptions = MakeObject...encoded as PNG. Create Excel Charts and Embed Them in Presentations...

    docs.aspose.com/slides/cpp/exporting-presentati...
  4. Categories

    Find Answers by API Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cells Pr......Code How to Create Excel Pie Chart in C# How to Insert Draft Watermark...Interop How to Convert Excel Chart to JPG in C# without Interop...

    kb.aspose.com/categories/page/83/
  5. 为 .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/
  6. Categories

    Find Answers by API Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cells Pr......using C++ How to Create Excel Chart in Java How to Insert Comment...in Java How to Convert Excel Chart to JPG in Java How to Convert...

    kb.aspose.com/categories/page/81/
  7. Picture|Aspose.Slides Documentation

    Work with pictures in Aspose.Slides for C++: insert, crop, compress, recolor, and export images with C++ examples for PPT, Pptx, and ODP presentations....pptx" , SaveFormat :: Pptx ); presentation ->...presentation -> Dispose (); } Text Box Chart...

    docs.aspose.com/slides/cpp/examples/elements/pi...
  8. 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...
  9. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for .NET to smoothly migrate your PowerPoint PPT, Pptx and ODP presentation solutions.... Methods for Chart Data Points, Categories Removing...allow to remove chart data point from a chart data point collection...

    docs.aspose.com/slides/net/public-api-and-backw...
  10. 在 Java 中格式化演示文稿图表|Aspose.Slides 文档

    了解在 Aspose.Slides for Java 中的图表格式化,并通过专业、吸引眼球的样式提升您的 PowerPoint 演示文稿。...设置图表后壁的填充颜色 设置图表绘图区域的填充颜色 将修改后的演示文稿写入 PPTX 文件 // 创建 Presentation 类的实例 Presentation...get_Item ( 0 ); // 添加示例图表 IChart chart = slide . getShapes (). addChart...

    docs.aspose.com/slides/zh/java/chart-formatting/