Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 5,174 for

autoshape

(0.14 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. Manage Connectors in Presentations Using Java|A...

    Empower Java apps to draw, connect and auto-route lines in PowerPoint slides—gain full control over straight, elbow and curved connectors.... Add two AutoShape to the slide using the addAutoShape...getShapes (); // Adds an Ellipse autoshape IAutoShape ellipse = shapes...

    docs.aspose.com/slides/java/connector/
  3. 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/
  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. 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/
  6. Manage Presentation Shapes on Android|Aspose.Sl...

    Learn to create, edit and optimize shapes in Aspose.Slides for Android via Java and deliver high-performance PowerPoint presentations.... get_Item ( 0 ); // Add autoshape of rectangle type sld . getShapes...iCount ; i ++) { AutoShape ashp = ( AutoShape ) sld . getShapes...

    docs.aspose.com/slides/androidjava/shape-manipu...
  7. Convert PPT to Word in C# | products.aspose.com

    Convert PPT to Word in C#. Use .NET library API to convert PowerPoint to Word...(shape is AutoShape autoShape) { builder.Writeln(autoShape.TextFrame...

    products.aspose.com/slides/net/conversion/ppt-t...
  8. Manage Connectors in Presentations Using C++|As...

    Empower C++ apps to draw, connect and auto-route lines in PowerPoint slides—gain full control over straight, elbow and curved connectors.... Add two AutoShape to the slide using the AddAutoShape...get_Shapes (); // Adds an Ellipse autoshape SharedPtr < IAutoShape > ellipse...

    docs.aspose.com/slides/cpp/connector/
  9. FieldEmbed Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldEmbed class for seamless EMBED field implementation, enhancing document functionality and versatility....the anchor/canvas for an AutoShape object with the "In line with...the inline canvas for the AutoShape. Shape shape = ( Shape ) shapes...

    reference.aspose.com/words/net/aspose.words.fie...
  10. Wrong Count of Animated Text Paragraphs in a Te...

    Hi Team, I have a sample PPTX with a slide containing animated text frame. Text frame has four animated paragraphs. I use Aspose to read this PPTX and want to get images of individual animated text paragraphs. Ideally, …...curAutoShape = curShape as AutoShape; if (curAutoShape == null)...Console.WriteLine(" Not an AutoShape - skipping"); continue; }...

    forum.aspose.com/t/wrong-count-of-animated-text...