Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 4,478 for

autoshape

(0.02 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/java/convert-powerpoint-...
  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. 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...
  4. Presentation Localization|Aspose.Slides Documen...

    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.... Add an AutoShape of Rectangle type to the slide...

    docs.aspose.com/slides/cpp/presentation-localiz...
  5. Extracting Images from Presentation shapes|Aspo...

    Extract images from PowerPoint presentation in C# or .NET...if ( sh is AutoShape ) { AutoShape ashp = ( AutoShape ) sh ; if...

    docs.aspose.com/slides/net/extracting-images-fr...
  6. 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...
  7. 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...
  8. 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-...
  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...