Sort Score
Result 10 results
Languages All
Labels All
Results 2,681 - 2,690 of 143,413 for

pptx

(0.06 sec)
  1. 在 .NET 中管理演示文稿的图表数据系列|Aspose.Slides 文档

    学习如何在 C# 中为 PowerPoint (PPT/Pptx) 管理图表系列,提供实用代码示例和最佳实践,以提升您的数据演示。...图、访问第一个图表系列、配置重叠设置,然后将结果保存为 PPTX 文件: sbyte overlap = 30 ; using...( "series_overlap.pptx" , SaveFormat . Pptx ); } 结果: 更改系列填充颜色...

    docs.aspose.com/slides/zh/net/chart-series/
  2. Import Presentations from PDF or HTML in C++|As...

    Effortlessly import PDF and HTML documents into PowerPoint and OpenDocument presentations in C++ with Aspose.Slides for seamless, high-performance slide processing....pptx" , SaveFormat :: Pptx ); Tip You may want...u "MyPresentation.pptx" , SaveFormat :: Pptx ); Note You may also...

    docs.aspose.com/slides/cpp/import-presentation/
  3. Import Presentations from PDF or HTML in Java|A...

    Effortlessly import PDF and HTML documents into PowerPoint and OpenDocument presentations in Java with Aspose.Slides for seamless, high-performance slide processing....pptx" , SaveFormat . Pptx ); } finally { if...( "MyPresentation.pptx" , SaveFormat . Pptx ); } catch ( IOException...

    docs.aspose.com/slides/java/import-presentation/
  4. Import Presentations from PDF or HTML in PHP|As...

    Import PDF and HTML documents into PowerPoint and OpenDocument presentations in PHP with Aspose.Slides for seamless, high-performance slide processing....pptx" , SaveFormat :: Pptx ); } finally { if...( "MyPresentation.pptx" , SaveFormat :: Pptx ); } catch ( JavaException...

    docs.aspose.com/slides/php-java/import-presenta...
  5. Manage Rows and Columns in PowerPoint Tables Us...

    Manage table rows and columns in PowerPoint with Aspose.Slides for Java and speed up presentation editing and data updates....pptx" ); try { // Accesses the first...pres . save ( "pres.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/java/manage-rows-and-col...
  6. Manage Rows and Columns in PowerPoint Tables on...

    Manage table rows and columns in PowerPoint with Aspose.Slides for Android via Java and speed up presentation editing and data updates....pptx" ); try { // Accesses the first...pres . save ( "pres.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/androidjava/manage-rows-...
  7. Manage Rows and Columns in PowerPoint Tables Us...

    Manage table rows and columns in PowerPoint with Aspose.Slides for PHP via Java and speed up presentation editing and data updates....pptx" ); try { # Accesses the first...$pres -> save ( "pres.pptx" , SaveFormat :: Pptx ); } finally { if...

    docs.aspose.com/slides/php-java/manage-rows-and...
  8. Animate PowerPoint Charts in PHP|Aspose.Slides ...

    Create stunning animated charts with Aspose.Slides for PHP via Java. Boost presentations with dynamic visuals in PPT and Pptx files — get started now....pptx" ); try { # Get reference of..."AnimatingSeries_out.pptx" , SaveFormat :: Pptx ); } finally { if...

    docs.aspose.com/slides/php-java/animated-charts/
  9. PDF Conversion Solution using Python via Java |...

    Convert PDF to DOCX, Pptx, XLS, XLSX, EPUB, TEX, MHTML, Markdown & more using Aspose.PDF for Python for Java...DIR_OUTPUT + "convert_pdf_to_pptx_with_options.pptx" # Open PDF document...track the progress of PDF to PPTX conversion. This can be helpful...

    products.aspose.com/pdf/python-java/conversion/
  10. Group Presentation Shapes in C++|Aspose.Slides ...

    Learn to group and ungroup shapes in PowerPoint decks using Aspose.Slides for C++ — fast, step-by-step guide with free C++ code....the modified presentation as a PPTX file. The example below adds...Presentation class that represents a PPTX file. Obtain the reference of...

    docs.aspose.com/slides/cpp/group/