Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 1,093 for

autoshape

(0.07 sec)
  1. Convert PowerPoint to Word|Aspose.Slides Docume...

    Convert PowerPoint Presentation to Word in Java...instanceof AutoShape ) { builder . writeln ((( AutoShape ) shape...

    docs.aspose.com/slides/androidjava/convert-powe...
  2. 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...
  3. Rectangle|Aspose.Slides Documentation

    Create rectangle in PowerPoint presentation in C# or .NET... Slides [ 0 ]; // Add autoshape of rectangle type sld . Shapes...pres . Slides [ 0 ]; // Add autoshape of rectangle type IShape shp...

    docs.aspose.com/slides/net/rectangle/
  4. 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...
  5. 从演示文稿形状中提取图像|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...
  6. 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/
  7. 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/
  8. 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...
  9. Նշեք տեքստը PowerPoint-ում՝ օգտագործելով C#

    Ընդգծեք տեքստը PowerPoint-ում՝ օգտագործելով C#: Ստացեք IDE կարգավորումները, քայլերի ցանկը և կոդերի նմուշը՝ սլայդներում տեքստը որոնելու և PowerPoint-ում C#-ով ընդգծելու համար:...մուտք գործեք յուրաքանչյուր ձև AutoShape օբյեկտում Ընդգծեք տեքստի բոլոր...սլայդի բոլոր ձևերը: Օգտագործեք AutoShape օբյեկտը՝ տեքստը ընդգծելու...

    kb.aspose.com/hy/slides/net/highlight-text-in-p...
  10. 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/