Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 5,329 for

autoshape

(0.43 sec)
  1. FieldEmbed class | Aspose.Words for Python

    aspose.words.fields.FieldEmbed class. Implements the EMBED field...the anchor/canvas for an AutoShape object with the "In line with...the inline canvas for the AutoShape. shape = shapes [ 0 ] . as_shape...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Convert PPT to Word in Java | products.aspose.com

    Convert PPT to Word in Java. Use Java library API to convert PowerPoint to Word...instanceof AutoShape ) { builder . writeln ((( AutoShape ) shape...

    products.aspose.com/slides/java/conversion/ppt-...
  3. How to Create PowerPoint Slides in HTML using P...

    This article entails how to create PowerPoint slides in HTML using Python. It also covers the details about configuring the environment and working examples of HTML presentation using Python....created presentation Insert an Autoshape of Rectangle type along with...presentation and adding an autoshape of rectangle type along with...

    kb.aspose.com/slides/python/how-to-create-power...
  4. 使用 C++ 管理演示文稿中的图片框|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 将图片框添加到 PowerPoint 和 OpenDocument 演示文稿中。简化工作流程并提升幻灯片设计。...for ( auto & autoShape : shapes ) { if ( autoShape -> get_Placeholder...nullptr ) continue ; switch ( autoShape -> get_Placeholder () -> get_Type...

    docs.aspose.com/slides/zh/cpp/picture-frame/
  5. Create Line Shapes in Presentations with Python...

    Learn to manipulate line formatting in PowerPoint and OpenDocument presentations with Aspose.Slides for Python via .NET. Discover properties, methods, and examples.... Add an AutoShape of type LINE using the add_auto_shape...a slide by index. Add an AutoShape of type LINE using the add_auto_shape...

    docs.aspose.com/slides/python-net/line/
  6. 在 Android 上管理 PowerPoint 文本段落|Aspose.Slides 文档

    使用 Aspose.Slides for Android 在 Java 中优化 PPT、PPTX 和 ODP 演示文稿的对齐、间距和样式,掌握段落格式设置。...get_Item ( 0 ); // 添加一个矩形类型的 AutoShape IAutoShape ashp = slide ....150 , 300 , 150 ); // 获取 AutoShape 的 TextFrame ITextFrame tf...

    docs.aspose.com/slides/zh/androidjava/manage-pa...
  7. Manage Presentation Shapes in .NET|Aspose.Slide...

    Learn to create, edit and optimize shapes in Aspose.Slides for .NET and deliver high-performance PowerPoint presentations.... Slides [ 0 ]; // Add autoshape of rectangle type IShape shp1...iCount ; i ++) { AutoShape ashp = ( AutoShape ) sld . Shapes [...

    docs.aspose.com/slides/net/shape-manipulations/
  8. Aspose::Words::Fields::FieldShape::get_Text met...

    Aspose::Words::Fields::FieldShape::get_Text method. Gets or sets the text to retrieve in C++....the anchor/canvas for an AutoShape object with the "In line with...the inline canvas for the AutoShape. auto shape = System :: ExplicitCast...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. 数学文本|Aspose.Slides for Node.js via .NET 文档

    了解 Aspose.Slides for Node.js 的 MathematicalText 示例:在 PPT、PPTX 和 ODP 演示文稿中创建和格式化公式、分数、矩阵和符号。...)) { let autoShape = shape ; let textFrame = autoShape . getTextFrame...( hasMath ) { mathShape = autoShape ; break ; } } } } if ( mathShape...

    docs.aspose.com/slides/zh/nodejs-java/examples/...
  10. 数学文本|Aspose.Slides 文档

    探索 Aspose.Slides for C++ 的 MathematicalText 示例:使用 C++ 在 PPT、PPTX 和 ODP 演示文稿中创建和格式化方程式、分数、矩阵和符号。...IAutoShape > ( shape )) { auto autoShape = ExplicitCast < IAutoShape...shape ); auto textFrame = autoShape -> get_TextFrame (); auto...

    docs.aspose.com/slides/zh/cpp/examples/elements...