Sort Score
Result 10 results
Languages All
Labels All
Results 3,811 - 3,820 of 143,416 for

pptx

(0.08 sec)
  1. Retrieve and Update Presentation Information in...

    Explore slides, structure and metadata in PowerPoint and OpenDocument presentations using Java for faster insights and smarter content audits....to find out what format (PPT, PPTX, ODP, and others) the presentation...getPresentationInfo ( "pres.pptx" ); System . out . println (...

    docs.aspose.com/slides/java/examine-presentation/
  2. 文本框|Aspose.Slides for Node.js via .NET 文档

    在 Aspose.Slides for Node.js 中使用文本框:使用 JavaScript 为 PPT、Pptx 和 ODP 演示文稿添加、格式化、对齐、换行、自动适应和样式化文本。...pptx" , aspose . slides . SaveFormat . Pptx ); } finally...slides . Presentation ( "text_box.pptx" ); try { let slide = presentation...

    docs.aspose.com/slides/zh/nodejs-java/examples/...
  3. Streamline Font Replacement in Presentations in...

    Seamlessly replace fonts in Aspose.Slides for .NET to ensure consistent typography in PowerPoint and OpenDocument presentations....the modified presentation as a PPTX file. This C# code demonstrates...= new Presentation ( "Fonts.pptx" ); // Loads the source font...

    docs.aspose.com/slides/net/font-replacement/
  4. Manage Callouts in Presentation Charts with Pyt...

    Create and style callouts in Aspose.Slides for Python .NET with concise code examples, compatible with PPT, Pptx and ODP to automate presentation workflows....pptx" , slides . export . SaveFormat . PPTX ) Set Callout...( "chart.pptx" , slides . export . SaveFormat . PPTX ) FAQ Are...

    docs.aspose.com/slides/python-net/callout/
  5. Aspose.Slides for PHP via Java 15.8.0 的公共 API 和...

    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" , SaveFormat :: Pptx ); Aspose.Slides...

    docs.aspose.com/slides/zh/php-java/public-api-a...
  6. Getting an Error While Saving the Presentation:...

    I have attached a Pptx file “icon_issue.Pptx” having one icon shape in the first slide. When I open this Pptx file using aspose and just try to save it again, it throws the below exception: DashPattern value is not val…...I have attached a pptx file “icon_issue.pptx” having one icon...first slide. When I open this pptx file using aspose and just try...

    forum.aspose.com/t/getting-an-error-while-savin...
  7. Edit PPTM files using .NET | products.aspose.com

    C# source code to edit PPTM document on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms.... They are similar to PPTX files with the difference that...slideshow when opened. PPTM, like PPTX, contains slides for different...

    products.aspose.com/slides/net/editor/pptm/
  8. Extract text and images from PPT document using...

    C# source code to extract text and images from PPT file on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....objects from all slides in the PPTX ITextFrame[] textFramesPPTX...(OpenDocument Presentation Format) PPTX (Open XML presentation Format)...

    products.aspose.com/slides/net/parser/ppt/
  9. Extract text and images from ODP document using...

    C# source code to extract text and images from ODP file on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....objects from all slides in the PPTX ITextFrame[] textFramesPPTX...(Microsoft PowerPoint 97-2003) PPTX (Open XML presentation Format)...

    products.aspose.com/slides/net/parser/odp/
  10. Manage Callouts in Presentation Charts Using Ja...

    Create and style callouts in Aspose.Slides for Java with concise code examples, compatible with PPT and Pptx to automate presentation workflows....pptx" , SaveFormat . Pptx ); } finally { if...pres . save ( "chart.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/java/callout/