Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 4,909 for

autoshape

(0.28 sec)
  1. Manage Hyperlinks|Aspose.Slides Documentation

    How to add hyperlink to a PowerPoint Presentation in Java...IAutoShape autoShape = ( IAutoShape ) shape ; if ( autoShape != null...( IParagraph paragraph : autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/androidjava/manage-hyper...
  2. Convert PPT to Word in Python | products.aspose...

    Convert PPT 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. Extract Images from Presentation Shapes in Pyth...

    Extract images from shapes in PowerPoint and OpenDocument presentations with Aspose.Slides for Python via .NET — quick, code-friendly solution.... AutoShape and shape . fill_format ....

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

    How to add hyperlink to a PowerPoint Presentation in C++...-> get_Shapes ()) { auto autoShape = System :: AsCast < IAutoShape...IAutoShape > ( shape ); if ( autoShape != nullptr ) { for ( const...

    docs.aspose.com/slides/cpp/manage-hyperlinks/
  5. 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...
  6. 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/
  7. 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...
  8. 搜索

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

    blog.aspose.com/zh-hant/slides/extract-images-f...
  9. 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/
  10. 管理超链接|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/