Sort Score
Result 10 results
Languages All
Labels All
Results 5,041 - 5,050 of 50,436 for

shapes

(0.13 sec)
  1. SVG Path – Code Examples – Aspose.SVG Guide

    Learn with Aspose.SVG how to use SVG paths – a group of commands to draw outlines or Shapes by combining SVG lines, SVG arcs, and Bezier curves....element draws the outline of any shape by combining lines, arcs, and...drawing various outlines or shapes by combining SVG lines, SVG...

    docs.aspose.com/svg/net/drawing-basics/svg-path...
  2. FootnoteSeparator class | Aspose.Words for Node.js

    Aspose.Words.Notes.FootnoteSeparator class. Represents a container for the footnote/endnote separator and continuation content of a document....Node ) asShape() Cast node to Shape . (Inherited from Node ) asSmartTag()...deleteShapes() Deletes all shapes from the text of this story...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Convert POTX to XLSM Format via Java or with fr...

    Convert POTX to XLSM format via Java without using using Microsoft Excel or PowerPoint or online. Test free POTX to XLSM online converter quickly before integrating the code....presentations, adding text, shapes, and images, and more. Once...Worksheet via its index, create a Shape and use its addTextEffect function...

    products.aspose.com/total/java/conversion/potx-...
  4. Convert PPT to XLTM Format via Java or with fre...

    Convert PPT to XLTM format via Java without using using Microsoft Excel or PowerPoint or online. Test free PPT to XLTM online converter quickly before integrating the code....presentations, adding text, images, shapes, and other objects, and more...Worksheet via its index, create a Shape and use its addTextEffect function...

    products.aspose.com/total/java/conversion/ppt-t...
  5. Convert PPTM to SXC Format via Java or with fre...

    Convert PPTM to SXC format via Java without using using Microsoft Excel or PowerPoint or online. Test free PPTM to SXC online converter quickly before integrating the code....including text formatting, shapes, tables, images, and more....Worksheet via its index, create a Shape and use its addTextEffect function...

    products.aspose.com/total/java/conversion/pptm-...
  6. Manage Slide Transitions in Presentations on An...

    Discover how to customize slide transitions in Aspose.Slides for Android via Java, with step-by-step guidance for PowerPoint and OpenDocument presentations.... get_Item ( 0 )); IShape shape = presentation . getSlides ()...( 0 ); shape . setX ( shape . getX () + 100 ); shape . setY (...

    docs.aspose.com/slides/androidjava/slide-transi...
  7. C++ API to Convert SVG to PPTM | products.aspos...

    Convert SVG to PPTM via C++ without using Microsoft Word or Adobe Acrobat Reader...including text formatting, shapes, and animations. It also supports...picture frame slide -> get_Shapes () -> AddPictureFrame ( ShapeType...

    products.aspose.com/total/cpp/conversion/svg-to...
  8. Manage Slide Transitions in Presentations Using...

    Discover how to customize slide transitions in Aspose.Slides for PHP via Java, with step-by-step guidance for PowerPoint and OpenDocument presentations....getSlides () -> get_Item ( 0 )); $shape = $presentation -> getSlides...0 ); $shape -> setX ( $shape -> getX () + 100 ); $shape -> setY...

    docs.aspose.com/slides/php-java/slide-transition/
  9. Several Image Into GIF C#

    Merge multiple Image into GIF in C# code. Save Image as GIF using C#....new DocumentBuilder(doc); var shapes = fileNames.Select(fileName...pageSetup.PageWidth = shapes.Max(shape => shape.Width); pageSetup...

    products.aspose.com/words/net/merge/image-to-gif/
  10. Several JPG Into TIFF C#

    Merge multiple JPG into TIFF in C# code. Save JPG as TIFF using C#....new DocumentBuilder(doc); var shapes = fileNames.Select(fileName...pageSetup.PageWidth = shapes.Max(shape => shape.Width); pageSetup...

    products.aspose.com/words/net/merge/jpg-to-tiff/