Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 3,225 for

pptx charts

(0.14 sec)
  1. 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....pptx" )) { const string path = "path"...SaveFormat . Html , htmlOptions ); } Chart Series Animation API Has Been...

    docs.aspose.com/slides/net/public-api-and-backw...
  2. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for Java to smoothly migrate your PowerPoint PPT, Pptx and ODP presentation solutions.... Public API Changes Chart series animation API has been...IEffect addEffect ( IChart chart , int type , int index , int...

    docs.aspose.com/slides/java/public-api-and-back...
  3. Create Thumbnails of Presentation Shapes in .NE...

    Generate high-quality shape thumbnails from PowerPoint slides with Aspose.Slides for .NET – easily create and export presentation thumbnails....pptx" )) { IShape shape = presentation...new Presentation ( "HelloWorld.pptx" )) { IShape shape = presentation...

    docs.aspose.com/slides/net/create-shape-thumbna...
  4. 档案

    档案...pptx" , aspose . slides . SaveFormat . Pptx ); 在 Node...Presentation ( "presentation.pptx" ); // 获取第一张幻灯片 var slide =...

    blog.aspose.com/zh/ppt/create-and-open-ppt-in-n...
  5. 在 PHP 中为 PowerPoint 图表添加动画|Aspose.Slides for PH...

    使用 Aspose.Slides for PHP via Java 创建令人惊叹的动画图表。通过 PPT 和 Pptx 文件中的动态视觉效果提升演示文稿——立即开始。...pptx" ); try { # 获取图表对象的引用 $slide...= $slide -> getShapes (); $chart = $shapes -> get_Item ( 0 );...

    docs.aspose.com/slides/zh/php-java/animated-cha...
  6. 在 Android 上管理演示文稿中的图表数据标签|Aspose.Slides 文档

    学习如何使用 Aspose.Slides for Android via Java 在 PowerPoint 演示文稿中添加和设置图表数据标签,以制作更具吸引力的幻灯片。...Presentation (); try { IChart chart = pres . getSlides (). get_Item...450 , 300 ); chart . setDataTable ( true ); chart . getChartData...

    docs.aspose.com/slides/zh/androidjava/chart-dat...
  7. Compress and Decompress XLT Files via .NET

    C# compression and decompression source code to compress XLT documents into a single zip archive or vice versa on .NET Framework, .NET Core....formatting, font size, margins, charts, etc which can be further saved...(Macro-enabled Presentation File) PPTX (Open XML presentation Format)...

    products.aspose.com/zip/net/zip-file/xlt/
  8. 在 Android 上的演示文稿中自定义饼图|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for Android 在 Java 中创建和自定义饼图,并可导出为 PowerPoint,帮助您在几秒钟内提升数据故事表达。...(); try { // 在幻灯片上添加图表 IChart chart = pres . getSlides (). get_Item...50 , 500 , 400 ); // 设置不同的属性 chart . getChartData (). getSeries...

    docs.aspose.com/slides/zh/androidjava/pie-chart/
  9. 在 Android 上为 PowerPoint 图表添加动画|Aspose.Slides 文档

    使用 Aspose.Slides for Android 在 Java 中创建惊艳的动态图表。通过 PPT 和 Pptx 文件中的动态视觉效果提升演示文稿——立即开始。...pptx" ); try { // 获取图表对象的引用 ISlide...slide . getShapes (); IChart chart = ( IChart ) shapes . get_Item...

    docs.aspose.com/slides/zh/androidjava/animated-...
  10. Converting Presentation with EMF Images to PDF ...

    Hello, We are looking into upgrade of current Aspose.Slides library, but encountered an issue with conversion of PPT presentation containing an EMF image to PDF. Below is the sample code: final String targetPdfFile =…...pptx"; IPresentation pptx = new Presentation(sourcePptxFile);...saveOptions.setJpegQuality((byte)95); pptx.save(targetPdfFile, SaveFormat...

    forum.aspose.com/t/converting-presentation-with...