Sort Score
Result 10 results
Languages All
Labels All
Results 6,161 - 6,170 of 49,140 for

shape

(0.16 sec)
  1. Փոխարկել HTML DOC C++

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

    products.aspose.com/words/hy/cpp/conversion/htm...
  2. Փոխարկել HTML DOCX C++

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

    products.aspose.com/words/hy/cpp/conversion/htm...
  3. Aspose convert docx to md,Table Content Convers...

    I convert docx to markdown.There is a table content in the docx, not an image. But after converting to markdown, the table content becomes an image. code: document = aw.Document(file_path) for page in range(0, docu…...the table is inside floating shape in your document: 931×694 155...

    forum.aspose.com/t/aspose-convert-docx-to-md-ta...
  4. 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/
  5. Ինչպես փոխարկել SHP-ն Geojson-ին C#-ում

    Այս ձեռնարկը տրամադրում է պարզ քայլեր՝ SHP-ն Geojson-ի C#-ով փոխարկելու համար: Այն պարունակում է ամբողջական տեղեկատվություն, ներառյալ կազմաձևման մանրամասները, անելիքների քայլերը և օրինակելի կոդը՝ Shapefile-ը C#-ում Geojson-ի փոխարկելու համար:...ձևաչափը նաև կոդով մեկ տողով: Shape ֆայլը GPX-ի C#-ով փոխարկելու...

    kb.aspose.com/hy/gis/net/how-to-convert-shp-to-...
  6. 使用JavaScript通过C++管理TextBox|Documentation

    学习如何使用Aspose.Cells for JavaScript via C++管理Excel中的TextBox。...a TextBox shape const textBox = worksheet . shapes . addTextBox...

    docs.aspose.com/cells/zh/javascript-cpp/managin...
  7. Footnote | Aspose.Words for Java

    Represents a container for text of a footnote or endnote in Java....Document(); // Add two runs and one shape as child nodes to the first..."Hello world! ")); Shape shape = new Shape(doc, ShapeType.RECTANGLE);...

    reference.aspose.com/words/java/com.aspose.word...
  8. Several Image Into JPG C#

    Merge multiple Image into JPG in C# code. Save Image as JPG 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-jpg/
  9. Several JPG Into PNG C#

    Merge multiple JPG into PNG in C# code. Save JPG as PNG 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-png/
  10. Several JPG Into GIF C#

    Merge multiple JPG into GIF in C# code. Save JPG 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/jpg-to-gif/