Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 5,174 for

autoshape

(0.08 sec)
  1. Aspose.Slides for C++: paragraph->GetRect() Thr...

    Using aspose 25 version, when trying to access paragraph->GetRect();, it throws exception: System::NullReferenceException: Object reference not set to an instance of an object. Attached ppt: Test1.pptx.zip (255.3 KB…...(ObjectExt::Is<IAutoShape>(shape)) { auto autoShape = ExplicitCast<IAutoShape>(shape);...shape); auto textFrame = autoShape->get_TextFrame(); for (const...

    forum.aspose.com/t/aspose-slides-for-c-paragrap...
  2. Working with Shapes in C++|Aspose.Words for C++

    Introduction to shape markup language, creating shapes of different types using C++....drawing layer, such as an AutoShape, textbox, freeform, OLE object...

    docs.aspose.com/words/cpp/working-with-shapes/
  3. How to Create PowerPoint Presentation using Python

    We'll walk you through the steps in Python for how to create PowerPoint presentation using Python. One can effectively use Python generate PowerPoint presenation in any format and can open that in MS PowerPoint for viewing.... A Rectangle autoshape is created which is filled...

    kb.aspose.com/slides/python/how-to-create-power...
  4. 获取所有幻灯片中的所有文本|Aspose.Slides 文档

    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....获取每个占位符的文本 sldText += (( AutoShape ) shp ). TextFrame . Text...

    docs.aspose.com/slides/zh/net/get-all-the-text-...
  5. 在 .NET 中管理演示文稿超链接|Aspose.Slides 文档

    轻松管理 PowerPoint 和 OpenDocument 演示文稿中的超链接,使用 Aspose.Slides for .NET——在几分钟内提升互动性和工作流。...IAutoShape autoShape = shape as IAutoShape ; if ( autoShape != null...( IParagraph paragraph in autoShape . TextFrame . Paragraphs )...

    docs.aspose.com/slides/zh/net/manage-hyperlinks/
  6. Working with Shapes in Java|Aspose.Words for Java

    Introduction to shape markup language, creating shapes of different types using Java....drawing layer, such as an AutoShape, textbox, freeform, OLE object...

    docs.aspose.com/words/java/working-with-shapes/
  7. How to Insert Draft Watermark in PPTX using Python

    We will guide you how to insert draft watermark in PPTX using Python with the help of simple API calls. You can use the following example to add confidential watermark in presentation using Python in any of .NET Core and Python supported environment inside Windows, Linux or macOS....inside the presentation Add an autoshape with a confidential watermark...

    kb.aspose.com/slides/python/how-to-insert-draft...
  8. 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...
  9. Get all the text in a slide|Aspose.Slides Docum...

    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.... Add ((( AutoShape ) shp ). TextFrame . Text...

    docs.aspose.com/slides/net/get-all-the-text-in-...
  10. 管理超链接|Aspose.Slides for Node.js via .NET 文档

    如何在 JavaScript 中向 PowerPoint 演示文稿添加超链接...IAutoShape" )) { var autoShape = shape ; // 遍历文本框中的段落 for...for ( let i1 = 0 ; i1 < autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/zh/nodejs-java/manage-hy...