Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 5,190 for

autoshape

(0.26 sec)
  1. Ինչպես ավելացնել ջրանիշի սևագիր PPTX-ում՝ օգտագ...

    Այս ձեռնարկում մենք կուսումնասիրենք, թե ինչպես ավելացնել ջրանիշի սևագիր PPTX-ում՝ օգտագործելով C++: Դուք կարող եք գաղտնի ջրի մակարդակի նշագիծ տեղադրել PowerPoint ներկայացման մեջ՝ օգտագործելով հեշտ API միջերեսը C++-ում...Presentation Class օրինակը Ավելացնել AutoShape բոլոր Master Slides-ում՝ ջրի...

    kb.aspose.com/hy/slides/cpp/how-to-add-draft-wa...
  2. Convert PPTX to Word in Python | products.aspos...

    Convert PPTX to Word in Python. Use Python library API to convert PowerPoint to Word... AutoShape): builder . writeln(shape...

    products.aspose.com/slides/python-net/conversio...
  3. Format PowerPoint Shapes in .NET|Aspose.Slides ...

    Learn how to format PowerPoint shapes in C# using Aspose.Slides—set fill, line, and effect styles for PPT and PPTX files with precision and full control....how to format a rectangle AutoShape : // Instantiate the Presentation...Slides [ 0 ]; IAutoShape autoShape = slide . Shapes . AddAutoShape...

    docs.aspose.com/slides/net/shape-formatting/
  4. Format PowerPoint Shapes in Java|Aspose.Slides ...

    Learn how to format PowerPoint shapes in Java using Aspose.Slides—set fill, line, and effect styles for PPT, PPTX, and ODP files with precision and full control....how to format a rectangle AutoShape : // Instantiate the Presentation...get_Item ( 0 ); IAutoShape autoShape = slide . getShapes (). addAutoShape...

    docs.aspose.com/slides/java/shape-formatting/
  5. How to Add Draft Watermark in PPTX using C++

    In this tutorial, we will explore how to add draft Watermark in PPTX using C++. You can insert a confidential watermark in PowerPoint presentation by using easy API interface in C++...Presentation Class instance Add AutoShape in all Master Slides for adding...

    kb.aspose.com/slides/cpp/how-to-add-draft-water...
  6. Create, Edit and Convert PowerPoint Presentatio...

    Aspose.Slides for C++ is a powerful library for creating, editing and converting PowerPoint presentations in C++....idx_get( 0 ); // Adds new AutoShape with text System :: SharedPtr...SharedPtr < IAutoShape > autoShape = sld -> get_Shapes() -> AddAutoShape(Aspose...

    products.aspose.com/slides/cpp/
  7. 搜索

    搜索...if (sh is AutoShape) { AutoShape ashp = (AutoShape)sh; // 看看有沒有圖片...

    blog.aspose.com/zh-hant/slides/extract-images-f...
  8. Manage Presentation Hyperlinks on Android|Aspos...

    Effortlessly manage hyperlinks in PowerPoint and OpenDocument presentations with Aspose.Slides for Android via Java—enhance interactivity and workflow in minutes....IAutoShape autoShape = ( IAutoShape ) shape ; if ( autoShape != null...( IParagraph paragraph : autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/androidjava/manage-hyper...
  9. Create Presentations in C++|Aspose.Slides Docum...

    Create presentations in C++ with Aspose.Slides—produce PPT, PPTX, and ODP files, benefit from OpenDocument support, and save them programmatically for reliable results.... Add an AutoShape of Line type using the AddAutoShape...

    docs.aspose.com/slides/cpp/create-presentation/
  10. Create PPTX Presentations in Node.js | products...

    Generate Microsoft Powerpoint PPTX presentation using Node applications without using Microsoft Office....by Shapes object to add an AutoShape of Line type. Write the modified...

    products.aspose.com/total/nodejs-java/create/pptx/