Sort Score
Result 10 results
Languages All
Labels All
Results 4,581 - 4,590 of 143,437 for

pptx

(0.46 sec)
  1. Manage Presentation Themes on Android|Aspose.Sl...

    Master presentation themes in Aspose.Slides for Android via Java to create, customize and convert PowerPoint files with consistent branding....pptx" , SaveFormat . Pptx ); } finally { if...pres = new Presentation ( "pres.pptx" ); try { int numberOfBackgroundFi...

    docs.aspose.com/slides/androidjava/presentation...
  2. 档案

    档案...for Java 提供了全面的 安装 说明和用于创建和操作 PPTX/PPT 文件的功能。 使用 Java 在 PowerPoint...PowerPoint 中创建条形图。 步骤如下: 实例化代表 PPTX 文件的 Presentation 类。 通过调用 getItem...

    blog.aspose.com/zh/slides/create-a-bar-chart-in...
  3. Manage Presentation Themes in PHP|Aspose.Slides...

    Master presentation themes in Aspose.Slides for PHP via Java to create, customize and convert PowerPoint files with consistent branding....pptx" , SaveFormat :: Pptx ); } finally { if...$pres = new Presentation ( "pres.pptx" ); try { $numberOfBackgroundFi...

    docs.aspose.com/slides/php-java/presentation-th...
  4. Create POTM Presentations in Node.js | products...

    Generate Microsoft Powerpoint POTM presentation using Node applications without using Microsoft Office....Presentation File) Generate PPTX File (Open XML presentation...

    products.aspose.com/total/nodejs-java/create/potm/
  5. Aspose.Cells Product Family

    Find answers about creating, editing, and converting, Excel spreadsheets without requiring Microsoft Excel....Python How to Convert Excel to PPTX in Python How to Remove Formula...

    kb.aspose.com/cells/page/11/
  6. Manage Presentation Slide Masters on Android|As...

    Manage Slide Masters in Aspose.Slides for Android: create, edit and apply layouts, themes and placeholders to PPT, Pptx and ODP with concise Java examples....pptx" , SaveFormat . Pptx ); } catch ( IOException...pres . save ( "pres.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/androidjava/slide-master/
  7. Manage Presentation Slide Masters in Java|Aspos...

    Manage Slide Masters in Aspose.Slides for Java: create, edit and apply layouts, themes and placeholders to PPT, Pptx and ODP with concise Java examples....pptx" , SaveFormat . Pptx ); } catch ( IOException...pres . save ( "pres.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/java/slide-master/
  8. 在 Android 上格式化演示文稿图表|Aspose.Slides 文档

    了解 Aspose.Slides for Android via Java 中的图表格式化,并通过专业、引人注目的样式提升您的 PowerPoint 演示文稿。...设置图表后壁的填充颜色 设置图表绘图区的填充颜色 将修改后的演示文稿写入 PPTX 文件 // 创建 Presentation 类的实例 Presentation...( "FormattedChart.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/zh/androidjava/chart-for...
  9. .NET 中的演示文稿图表格式化|Aspose.Slides 文档

    了解 Aspose.Slides for .NET 中的图表格式化,并通过专业、引人注目的样式提升您的 PowerPoint 演示文稿。...设置图表后壁填充颜色 设置图表绘图区填充颜色 将修改后的演示文稿写入 PPTX 文件 // 实例化演示文稿// 实例化演示文稿 Presentation..."FormattedChart_out.pptx" , SaveFormat . Pptx ); 为图表设置字体属性 Aspose...

    docs.aspose.com/slides/zh/net/chart-formatting/
  10. How to Get Comments from a Slide Using Aspose.S...

    Hello Team, I am trying to get comment for each slide but i can not find any property like Slide.Comment to get comment value. I can only see Slide.GetSlideComments with some authours but in my case it wont works well. …...pptx"); // Walk through all slides...Text}"); } } } } This code loads a PPTX file, iterates through every...

    forum.aspose.com/t/how-to-get-comments-from-a-s...