Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 11,923 for

autoshape

(0.08 sec)
  1. Aspose.Slides for Java 20.2 Release Notes|Aspos...

    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....some text inside and simple AutoShape nearby. The code snippet below...paragraph2 ); IAutoShape autoShape = pres . getSlides (). get_Item...

    docs.aspose.com/slides/java/aspose-slides-for-j...
  2. SetExternalHyperlinkClick | Aspose.Sildes for ....

    Set external hyperlink on click....Slides [ 0 ]; // Adds an AutoShape object with type set as Rectangle...); // Casts the shape to AutoShape IAutoShape pptxAutoShape =...

    reference.aspose.com/slides/net/aspose.slides/h...
  3. addMathShape | Aspose.Sildes for PHP via Java A...

    addMathShape addMathShape(float x, float y, float width, float height) method Creates a new Autoshape tuned from defa......height) method Creates a new Autoshape tuned from default template...of shape’s frame. Returns AutoShape...

    reference.aspose.com/slides/php-java/aspose.sli...
  4. Creating TextBox with Hyperlink in PHP|Aspose.S...

    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....$pres->getSlides()->get_Item(0); # Add autoshape of rectangle type $shapeType=new...50); # Cast the shape to AutoShape $pptxAutoShape = $pptxShape;...

    docs.aspose.com/slides/java/creating-textbox-wi...
  5. Animated Text|Aspose.Slides Documentation

    Animated text in PowerPoint with Java...to add effect IAutoShape autoShape = ( IAutoShape ) presentation...); IParagraph paragraph = autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/java/animated-text/
  6. Aspose.Slides for Java 22.3 Release Notes|Aspos...

    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....Changes AutoShape.isTextBox method was added AutoShape.isTextBox...box or not (if the shape is AutoShape ). Presentation pres = new...

    docs.aspose.com/slides/java/aspose-slides-for-j...
  7. Picture Frame|Aspose.Slides for Python Document...

    Add picture frame to PowerPoint presentation in Python...: shapesToRemove = [] for autoShape in presentation . slides [...[ 0 ] . shapes : if autoShape . placeholder is None : continue...

    docs.aspose.com/slides/python-net/picture-frame/
  8. Picture Frame|Aspose.Slides Documentation

    Add picture frame to PowerPoint presentation in Java...shapesCount ; i ++) { IShape autoShape = presentation . getSlides...(). get_Item ( i ); if ( autoShape . getPlaceholder () == null...

    docs.aspose.com/slides/java/picture-frame/
  9. toArray | Aspose.Sildes for PHP via Java API Re...

    toArray toArray() method Creates and returns an array with all shapse in it. Returns Connector , GraphicalObject , Sm...... SmartArt , GroupShape , AutoShape , SectionZoomFrame , PictureFrame... SmartArt , GroupShape , AutoShape , SectionZoomFrame , PictureFrame...

    reference.aspose.com/slides/php-java/aspose.sli...
  10. InsertAutoShape | Aspose.Sildes for .NET API Re...

    Creates a new Autoshape tunes it from default template and inserts it to the collection at the specified index. Note the type of the shape will be determined by the shapeType parameter....float, float) Creates a new AutoShape, tunes it from default template...frame. Return Value Created AutoShape object. See Also interface...

    reference.aspose.com/slides/net/aspose.slides/i...