Sort Score
Result 10 results
Languages All
Labels All
Results 6,071 - 6,080 of 48,704 for

shape

(0.15 sec)
  1. Փոխարկել WORD TIFF C++

    Փոխարկեք WORD ը TIFF ձևաչափի C++ կոդով: Պահեք WORD որպես TIFF օգտագործելով C++:...auto shape = builder->InsertImage(u"Input.docx"); shape->Get...

    products.aspose.com/words/hy/cpp/conversion/wor...
  2. Node.js and .NET Version Differences|Aspose.Wor...

    Aspose.Words for Node.js via .NET is a native Node.js module based on Aspose.Words for .NET with [Node-API](https://nodejs.org/api/n-api.html). This page describes the differences in features and API of these two products....docx" ); let shape = doc . getShape ( 0 , true...true ); let oleControl = shape . oleFormat . oleControl ; expect...

    docs.aspose.com/words/nodejs-net/nodejs-notes/
  3. Topics tagged vsd-to-vsdx

    Topics tagged vsd-to-vsdx...14, 2025 Missing most of the shapes after importing a file Aspose...vsd-to-vsdx 2 304 January 8, 2024 Shape is flipped the wrong side after...

    forum.aspose.com/tag/vsd-to-vsdx
  4. Enhance Image Processing with the Modern API|As...

    Modernize slide image processing by replacing deprecated imaging APIs with the Java Modern API for seamless PowerPoint and OpenDocument automation....dispose (); } // add a picture shape on the slide #1 pres . getSlides...pres . dispose (); } Getting a Shape Thumbnail Code using a deprecated...

    docs.aspose.com/slides/androidjava/modern-api/
  5. Convert JPG To SVG Python

    Convert JPG to SVG format in Python code. Save JPG as SVG using Python....DocumentBuilder(doc) shape = builder.insert_image( "Input.jpg" ) shape.get_shape_renderer()...DocumentBuilder(doc) shape = builder.insert_image("Input.jpg") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...
  6. Picture Fill Is Not Considered When Exporting a...

    In a C# environment, using the latest version of Aspose.Slides package to this day (25.12.0), I have this presentation that contains only one slide: Export-PNG-Color-NOK.zip (795,6 Ko) The slide only contains one pic…... I found Shape/Picture fill color was not considered...

    forum.aspose.com/t/picture-fill-is-not-consider...
  7. Extract Text and Images from ODT File Online an...

    Online ODT file parser app. Python API code to extract images and text from ODT document....stored in Shape nodes of Document object To select all Shape nodes...collections If Shape.has_image returns true. Use Shape.image_data...

    products.aspose.com/total/python-net/parse/odt/
  8. Ինչպես չափափոխել նկարը Word-ում Python-ի միջոցով

    Այս հոդվածը ձեզ ուղղորդում է, թե ինչպես փոխել նկարի չափը Word-ում Python-ի միջոցով: Այն տրամադրում է կազմաձևման մանրամասներ, քայլ առ քայլ գործընթաց և գործարկվող կոդ՝ MS Word-ում Python-ի միջոցով պատկերը չափափոխելու համար:...ավելացված պատկերի չափը սահմանելով Shape դասի օբյեկտի միջոցով: Կոդ՝ Word-ում...

    kb.aspose.com/hy/words/python/how-to-resize-pic...
  9. Add Custom XML Parts and Select Them by ID with...

    Learn how to add custom XML parts to Excel documents and select them by ID using Aspose.Cells for Node.js via C++.... setID ( "Shape" ); // Specify the search custom...

    docs.aspose.com/cells/nodejs-cpp/add-custom-xml...
  10. Convert JPG To TIFF Javascript

    Convert JPG to TIFF format in JavaScript code. Save JPG as TIFF using JavaScript....DocumentBuilder(doc) shape = builder.insertImage( "Input.jpg" ) shape.getShapeRenderer()...DocumentBuilder(doc) shape = builder.insertImage("Input.jpg") shape.getShapeRenderer()...

    products.aspose.com/words/nodejs-net/conversion...