Sort Score
Result 10 results
Languages All
Labels All
Results 3,771 - 3,780 of 143,423 for

pptx

(0.36 sec)
  1. Ինչպես տեղադրել HTML-ը PowerPoint-ում՝ օգտագործ...

    Այս արագ ձեռնարկը նկարագրում է, թե ինչպես կարելի է HTML ներդնել PowerPoint-ում՝ օգտագործելով Python-ը: Այն կիսում է շրջակա միջավայրի կարգավորումները, մանրամասն քայլերը և գործարկվող օրինակելի կոդը, որը փոխակերպում է HTML-ը PowerPoint-ի՝ Python-ի միջոցով:...միջոցով ներկառուցելու և որպես PPTX կամ PPT ըստ պահանջի: Այն բացահայտում...Պահպանեք ստացված ներկայացումը որպես PPTX՝ իր մեջ ունենալով HTML բովանդակություն...

    kb.aspose.com/hy/slides/python/how-to-insert-ht...
  2. Aspose.Slides for Java 14.6.0 中的公共 API 和不兼容更改|A...

    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" ); IShapeCollection sourceShapes..."data/ErrorBarsCustomValue.pptx" , SaveFormat . Pptx ); 添加了 Aspose.Slides...

    docs.aspose.com/slides/zh/androidjava/public-ap...
  3. Failure to Get Images of Shapes on a PowerPoint...

    Hi Team, I have a Pptx (attached) with one slide. When I try to get image of the shape on the slide, I get error from Aspose: Processing AutoShape 1 on slide 1 Error processing shape on slide 1: Object reference not …... 9:56am 1 Hi Team, I have a PPTX (attached) with one slide. When...presentation = new Presentation("sample.pptx")) { int shapeCounter = 1; //...

    forum.aspose.com/t/failure-to-get-images-of-sha...
  4. Manage SmartArt Shape Nodes in Presentations Us...

    Manage SmartArt shape nodes in PPT and Pptx with Aspose.Slides for Node.js. Get clear JavaScript code samples and tips to streamline your presentations....pptx" ); try { // Traverse through..."AddSmartArtNode.pptx" , aspose . slides . SaveFormat . Pptx ); } finally...

    docs.aspose.com/slides/nodejs-java/manage-smart...
  5. Embed Fonts in Presentations in .NET|Aspose.Sli...

    Embed TrueType fonts in PowerPoint and OpenDocument presentations with Aspose.Slides for .NET, ensuring accurate rendering across all platforms....pptx" )) { ISlide slide = presentation...= new Presentation ( "Fonts.pptx" ); IFontData [] allFonts =...

    docs.aspose.com/slides/net/embedded-font/
  6. Manage Tags and Custom Data in Presentations in...

    Learn how to add, read, update, and remove tags & custom data in Aspose.Slides for .NET, with examples for PowerPoint and OpenDocument presentations....Presentation Files PPTX files—items with the .pptx extension—are stored...pres = new Presentation ( "pres.pptx" )) { string keywords = pres...

    docs.aspose.com/slides/net/managing-tags-and-cu...
  7. Manage Tags and Custom Data in Presentations Us...

    Learn how to add, read, update, and remove tags & custom data in Aspose.Slides for PHP via Java, with examples for PowerPoint and OpenDocument presentations....Presentation Files PPTX files—items with the .pptx extension—are stored...$pres = new Presentation ( "pres.pptx" ); try { $keywords = $pres...

    docs.aspose.com/slides/php-java/managing-tags-a...
  8. 文本框|Aspose.Slides for Python 文档

    使用 Aspose.Slides 在 Python 中创建和格式化文本框:设置字体、对齐方式、换行、自动适应,以及链接以完善 PowerPoint 和 OpenDocument 的幻灯片。...pptx" , slides . export . SaveFormat . PPTX ) 💡 注意:...slides . Presentation ( "text_box.pptx" ) as presentation : slide =...

    docs.aspose.com/slides/zh/python-net/examples/e...
  9. Manage Callouts in Presentation Charts in .NET|...

    Create and style callouts in Aspose.Slides for .NET with concise C# code examples, compatible with PPT and Pptx to automate presentation workflows....pptx" , SaveFormat . Pptx ); } Set a Callout...= new Presentation ( "testc.pptx" ); ISlide slide = pres . Slides...

    docs.aspose.com/slides/net/callout/
  10. Add Rectangles to Presentations in C++|Aspose.S...

    Boost your PowerPoint presentations by adding rectangles with Aspose.Slides for C++ — easily design and modify shapes programmatically....the modified presentation as a PPTX file. In the example given below...the modified presentation as PPTX file. The above steps are implemented...

    docs.aspose.com/slides/cpp/rectangle/