Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 1,093 for

autoshape

(0.04 sec)
  1. Exporting Math Equations|Aspose.Slides Document...

    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....Presentation (); try { IAutoShape autoShape = pres . getSlides (). get_Item...mathParagraph = (( MathPortion ) autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/java/exporting-math-equa...
  2. Exporting Math Equations|Aspose.Slides Document...

    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....Presentation (); try { IAutoShape autoShape = pres . getSlides (). get_Item...mathParagraph = (( MathPortion ) autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/androidjava/exporting-ma...
  3. Shape Manipulations|Aspose.Slides Documentation

    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.... get_Item ( 0 ); // Add autoshape of rectangle type sld . getShapes...iCount ; i ++) { AutoShape ashp = ( AutoShape ) sld . getShapes...

    docs.aspose.com/slides/java/shape-manipulations/
  4. Exporting Math Equations|Aspose.Slides for PHP ...

    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....new Presentation (); try { $autoShape = $pres -> getSlides () ->... 50 ); $mathParagraph = $autoShape -> getTextFrame () -> getParagraphs...

    docs.aspose.com/slides/php-java/exporting-math-...
  5. Manage Bullet|Aspose.Slides for Node.js via .NE...

    Create bullet and numbered lists in PowerPoint presentation in JavaScript... Add an AutoShape in selected slide. Access...); // Adding and accessing Autoshape var aShp = slide . getShapes...

    docs.aspose.com/slides/nodejs-java/manage-bullet/
  6. Line|Aspose.Slides Documentation

    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 Line type using AddAutoShape...by using its Index. Add an AutoShape of Line type using AddAutoShape...

    docs.aspose.com/slides/cpp/line/
  7. Exporting Math Equations|Aspose.Slides Document...

    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....< Presentation > (); auto autoShape = pres -> get_Slides () ->...ExplicitCast < IMathPortion > ( autoShape -> get_TextFrame () -> get_Paragraphs...

    docs.aspose.com/slides/cpp/exporting-math-equat...
  8. WordArt|Aspose.Slides Documentation

    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/cpp/wordart/
  9. FieldShape.text property | Aspose.Words for Python

    FieldShape.text property. Gets or sets the text to retrieve....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...
  10. Create Presentation in .NET|Aspose.Slides Docum...

    Creating PowerPoint Presentations Programmatically in C# e.g. PPT, PPTX, ODP etc.... Add an AutoShape of Line type using AddAutoShape... Slides [ 0 ]; // Add an autoshape of type line slide . Shapes...

    docs.aspose.com/slides/net/create-presentation/