Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 1,093 for

autoshape

(0.02 sec)
  1. Aspose::Words::Drawing namespace | Aspose.Words...

    Aspose::Words::Drawing namespace. The Aspose.Words.Drawing namespace provides classes that allow to create and modify drawing objects in C++....drawing layer, such as an AutoShape, textbox, freeform, OLE object...drawing layer, such as an AutoShape, freeform, OLE object, ActiveX...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Ինչպես ավելացնել ջրանիշի սևագիր PPTX-ում՝ օգտագ...

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

    kb.aspose.com/hy/slides/cpp/how-to-add-draft-wa...
  3. Extracting Images from Presentation shapes|Aspo...

    Extract images from PowerPoint presentation in Python... AutoShape and shape . fill_format ....

    docs.aspose.com/slides/python-net/extracting-im...
  4. Manage Hyperlinks|Aspose.Slides Documentation

    Add hyperlink to a PowerPoint Presentation in C# or .NET...IAutoShape autoShape = shape as IAutoShape ; if ( autoShape != null...( IParagraph paragraph in autoShape . TextFrame . Paragraphs )...

    docs.aspose.com/slides/net/manage-hyperlinks/
  5. Shape Animation|Aspose.Slides Documentation

    Apply PowerPoint animation in Java...apply the Fade effect to AutoShape and set the text animation...// Adds new AutoShape with text IAutoShape autoShape = sld . getShapes...

    docs.aspose.com/slides/androidjava/shape-animat...
  6. Shape Animation|Aspose.Slides Documentation

    Apply PowerPoint animation in C++...apply the Fade effect to AutoShape and set the text animation...idx_get ( 0 ); // Adds new AutoShape with text System :: SharedPtr...

    docs.aspose.com/slides/cpp/shape-animation/
  7. Slide Master|Aspose.Slides Documentation

    Add or edit slide master in PowerPoint presentation in Java...IAutoShape autoShape = ( IAutoShape ) shape ; if ( autoShape != null...null ) { if ( autoShape . getPlaceholder (). getType () == type...

    docs.aspose.com/slides/java/slide-master/
  8. 管理超链接|Aspose.Slides 文档

    如何在 C++ 中向 PowerPoint 演示文稿添加超链接...-> get_Shapes ()) { auto autoShape = System :: AsCast < IAutoShape...IAutoShape > ( shape ); if ( autoShape != nullptr ) { for ( const...

    docs.aspose.com/slides/zh/cpp/manage-hyperlinks/
  9. 管理 PowerPoint 段落|Aspose.Slides for PHP 文档

    创建和管理 PowerPoint 演示文稿中的段落、文本、缩进和属性...get_Item ( 0 ); # 添加矩形类型的 AutoShape $ashp = $slide -> getShapes... 150 , 300 , 150 ); # 访问 AutoShape 的 TextFrame $tf = $ashp ->...

    docs.aspose.com/slides/zh/php-java/manage-parag...
  10. 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...