Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 42,307 for

shapes

(0.04 sec)
  1. Compress DOCX In Javascript

    Compress DOCX in JavaScript without losing quality. Optimize DOCX content, reduce file size easily....cleanup(); var shapes = doc.getChildNodes(aw.NodeType.Shape, true )...) for ( var shape of shapes) { if (shape.hasImage()) { // It's...

    products.aspose.com/words/nodejs-net/compress/d...
  2. Compress WORD In Javascript

    Compress WORD in JavaScript without losing quality. Optimize WORD content, reduce file size easily....cleanup(); var shapes = doc.getChildNodes(aw.NodeType.Shape, true )...) for ( var shape of shapes) { if (shape.hasImage()) { // It's...

    products.aspose.com/words/nodejs-net/compress/w...
  3. Սեղմել HTML Ը Python Ում

    Սեղմեք HTML ը Python ում՝ առանց որակի կորստի: Օպտիմալացրեք HTML բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...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/hy/python-net/compres...
  4. Օպտիմալացնել Ֆայլի Բովանդակությունը՝ Օգտագործել...

    Սեղմեք ֆայլերը JavaScript...cleanup(); var shapes = doc.getChildNodes(aw.NodeType.Shape, true )...) for ( var shape of shapes) { if (shape.hasImage()) { // Պատկերները...

    products.aspose.com/words/hy/nodejs-net/compress/
  5. Picture Frame|Aspose.Slides Documentation

    Add a picture frame to a PowerPoint presentation in C# or .NET...Hide ] A picture frame is a shape that contains an image—it is...that will be used to fill the shape. Specify the image’s width and...

    docs.aspose.com/slides/net/picture-frame/
  6. Convert Diagram To Html With Streamprovider|Doc...

    This section explains how to convert Diagram To html With Streamprovider....files which contain iamges and shapes to html files, we offen face...should we save the images and shapes when saving visio file to html...

    docs.aspose.com/diagram/net/convert-diagram-to-...
  7. Technical Articles|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....Extracting Images from Presentation shapes Get the Entire Presentation...in Aspose.Slides Re-sizing Shapes on Slide Support For Interruptable...

    docs.aspose.com/slides/net/technical-articles/
  8. HtmlSaveOptions.scale_image_to_shape_size prope...

    HtmlSaveOptions.scale_image_to_shape_size property. Specifies whether images are scaled by Aspose.Words to the bounding shape size when exporting to HTML, MHTML or EPUB...scale_image_to_shape_size property HtmlSaveOptions.scale_image_to_shape_size...scale_image_to_shape_size property Specifies whether images are scaled...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Send Shape Front or Back inside the Worksheet w...

    Learn how to change the z-order position of Shapes in a worksheet using Aspose.Cells for C++....Send Shape Front or Back inside the Worksheet with C++ Contents...Scenarios When there are multiple shapes present in the same location...

    docs.aspose.com/cells/cpp/send-shape-front-or-b...
  10. Add Curve Object to PDF file|Aspose.PDF for Pyt...

    This article explains how to create a curve object to your PDF using Aspose.PDF for Python via .NET....curve to the graph shapes graph . shapes . add ( curve1 ) # Add...curve to the graph shapes graph . shapes . add ( curve1 ) # Add...

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