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

autoshape

(0.04 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. 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...
  3. 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/
  4. 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...
  5. Extracting Images from Presentation shapes|Aspo...

    Extract images from PowerPoint presentation in C++...Is < AutoShape > ( sh )) { System :: SharedPtr < AutoShape > ashp...ExplicitCast < Aspose :: Slides :: AutoShape > ( sh ); if ( ashp -> get_FillFormat...

    docs.aspose.com/slides/cpp/extracting-images-fr...
  6. Convert PPTX to Word in C# | products.aspose.com

    Convert PPTX 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/pptx-...
  7. 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/
  8. 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...
  9. 从演示文稿形状中提取图像|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...
  10. WordArt|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....() -> idx_get ( 0 ); auto autoShape = slide -> get_Shapes () ->...200.0f ); auto textFrame = autoShape -> get_TextFrame (); auto...

    docs.aspose.com/slides/zh/cpp/wordart/