Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 48,774 for

shapes

(0.09 sec)
  1. Manage SmartArt in PowerPoint Presentations Usi...

    Learn to build and edit PowerPoint SmartArt with Aspose.Slides for PHP via Java using clear code samples that speed up slide design and automation....added a connector between two shapes. $pres = new Presentation ();...added a connector between two shapes. $pres = new Presentation ();...

    docs.aspose.com/slides/php-java/manage-smartart/
  2. HtmlSaveOptions.export_shapes_as_svg property |...

    HtmlSaveOptions.export_Shapes_as_svg property. Controls whether [Shape](../../../aspose.words.drawing/shape/) nodes are converted to SVG images when saving to HTML, MHTML, EPUB or AZW3...export_shapes_as_svg property HtmlSaveOptions.export_shapes_as_svg... property Controls whether Shape nodes are converted to SVG images...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Get Connection Points from Shape with JavaScrip...

    Learn how to retrieve connection points from Shapes in Excel using Aspose.Cells for JavaScript via C++....Get Connection Points from Shape with JavaScript via C++ Contents...provides rich features to manage shapes in the spreadsheet. Occasionally...

    docs.aspose.com/cells/javascript-cpp/get-connec...
  4. Aspose.Slides for Xamarin | Xamarin PowerPoint ...

    Aspose.Slides for Xamarin to build Xamarin PowerPoint applications....application to edit text, media and shapes of the slide, save presentation...SmartArts Manage PowerPoint Shapes Manage ActiveX Controls Manage...

    products.aspose.com/slides/xamarin/
  5. Get image x,y and width and height with out fig...

    Chapter09.docx (468.6 KB) MS Drawing tools doc file image size get....iterating through the document’s shapes. Solution You can loop through...through the document’s shapes and check if they are images. For...

    forum.aspose.com/t/get-image-x-y-and-width-and-...
  6. Սեղմել DOCX Ը Javascript Ում

    Սեղմեք DOCX ը JavaScript ում՝ առանց որակի կորստի: Օպտիմալացրեք DOCX բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...cleanup(); var shapes = doc.getChildNodes(aw.NodeType.Shape, true )...) for ( var shape of shapes) { if (shape.hasImage()) { // Պատկերները...

    products.aspose.com/words/hy/nodejs-net/compres...
  7. Draw Line in Excel using Node.js

    Draw line in Excel using Node.js along with other Shapes. Follow the steps, IDE settings and the given sample code showing how to insert drawing in Excel using Node.js....You can draw lines and other shapes using the ShapesCollection...sheet Access the collection of shapes and call the addLine() method...

    kb.aspose.com/cells/nodejs/draw-line-in-excel-u...
  8. Შეკუმშოს DOCX Python

    შეკუმშოს DOCX Python ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ DOCX კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....cleanup() shapes = [node.as_shape() for node in doc.get_child_nodes(aw...NodeType.SHAPE, True )] for shape in shapes: if shape.isImage:...

    products.aspose.com/words/ka/python-net/compres...
  9. 将矩形对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将矩形对象创建到您的PDF中。...to the Shapes collection of the Graph graph . Shapes . Add (...object to shapes collection of Graph object graph . Shapes . Add...

    docs.aspose.com/pdf/zh/net/add-rectangle/
  10. Add Rectangle Object to PDF file|Aspose.PDF for...

    This article explains how to create a Rectangle object to your PDF using Aspose.PDF for Python via .NET.... Add Rectangle object to shapes collection of Graph object...object to shape collection of Graph object graph . shapes . append...

    docs.aspose.com/pdf/python-net/add-rectangle/