Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 4,901 for

autoshape

(0.05 sec)
  1. Connector|Aspose.Slides for Python Documentation

    Connect PowerPoint shapes in Python... Add two AutoShape to the slide using the add_auto_shape...shapes # Adds an Ellipse autoshape ellipse = shapes . add_auto_shape...

    docs.aspose.com/slides/python-net/connector/
  2. Aspose::Words::Fields::FieldEmbed class | Aspos...

    Aspose::Words::Fields::FieldEmbed class. Implements the EMBED field. To learn more, visit the documentation article 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...
  3. 从演示文稿形状中提取图像|Aspose.Slides 文档

    在 C++ 中从 PowerPoint 演示文稿中提取图像...Is < AutoShape > ( sh )) { System :: SharedPtr < AutoShape > ashp...ExplicitCast < Aspose :: Slides :: AutoShape > ( sh ); if ( ashp -> get_FillFormat...

    docs.aspose.com/slides/zh/cpp/extracting-images...
  4. Convert PPTX to Word in Java | products.aspose.com

    Convert PPTX 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/pptx...
  5. Manage Zoom|Aspose.Slides for Python Documentation

    Add zoom or zoom frames to PowerPoint presentations in Python...box for the second slide autoshape = slide2 . shapes . add_auto_shape... 100 , 200 , 500 , 200 ) autoshape . text_frame . text = "Second...

    docs.aspose.com/slides/python-net/manage-zoom/
  6. Presentation Properties|Aspose.Slides Documenta...

    Manage PowerPoint presentation properties in C++...System :: SharedPtr < AutoShape > autoShape = System :: ExplicitCast...ExplicitCast < AutoShape > ( pres -> get_Slide ( 0 ) -> get_Shape (...

    docs.aspose.com/slides/cpp/presentation-propert...
  7. Slide Transition|Aspose.Slides Documentation

    Add PowerPoint slide transition and transition effects in C# or .NET...Presentation ()) { AutoShape autoshape = ( AutoShape ) presentation...100 , 100 , 400 , 100 ); autoshape . TextFrame . Text = "Morph...

    docs.aspose.com/slides/net/slide-transition/
  8. Create Presentation - C++ PowerPoint API|Aspose...

    To create PowerPoint Presentation in C++ API, please follow the steps mentioned in this article. The code adds a line to the first slide of the presentation.... Add an AutoShape of Line type using the AddAutoShape...

    docs.aspose.com/slides/cpp/create-presentation/
  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...