Sort Score
Result 10 results
Languages All
Labels All
Results 8,711 - 8,720 of 222,967 for

new

(0.14 sec)
  1. Spilt array formulas are not restored - Free Su...

    Hi, We use Spill Formula, but it doesn’t recover after RefreshDynamicArrayFormulas and CalculateFormula We have two sheets: Sheet3 → Contains table Table1 it contains the data Sheet4 → User function =@MY_FUNC(1) whic…...xlsx"; var workbook = new Workbook(input); // CHANGING...workbook.RefreshDynamicArrayF(true, new CalculationOptions { Recursive...

    forum.aspose.com/t/spilt-array-formulas-are-not...
  2. 使用现代 API 增强图像处理|Aspose.Slides 文档

    通过使用 .NET 现代 API 替换已弃用的成像 API,实现幻灯片图像处理的现代化,以实现无缝的 PowerPoint 和 OpenDocument 自动化。...using ( Presentation pres = new Presentation ()) { IPPImage ppImage...pres . Slides [ 0 ]. GetImage ( new Size ( 1920 , 1080 ))) { // 将图像保存到磁盘。...

    docs.aspose.com/slides/zh/net/modern-api/
  3. Შეკუმშოს HTML Java

    შეკუმშოს HTML Java ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ HTML კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....*; Document doc = new Document ( "Input.html" ); doc...aspose.words.*; Document doc = new Document("Input.html"); doc.cleanup();...

    products.aspose.com/words/ka/java/compress/html/
  4. Սեղմել HTML Ը Java Ում

    Սեղմեք HTML ը Java ում՝ առանց որակի կորստի: Օպտիմալացրեք HTML բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...*; Document doc = new Document ( "Input.html" ); doc...aspose.words.*; Document doc = new Document("Input.html"); doc.cleanup();...

    products.aspose.com/words/hy/java/compress/html/
  5. Chart to Image with JavaScript via C++|Document...

    Learn how to use Aspose.Cells for JavaScript via C++ to convert a chart to an image format, such as JPEG or PNG. Our guide will demonstrate how to export a chart from Microsoft Excel and save it as a standalone image for further use and manipulation....const workbook = new Workbook (); // Adding a new worksheet to the...ImageType . Emf ); const emfBlob = new Blob ([ emfData ], { type : "image/emf"...

    docs.aspose.com/cells/javascript-cpp/chart-to-i...
  6. Check Grammar in Documents With .NET AI Functio...

    Aspose.Words for .NET allows you to check grammar in a document using OpenAI models. Identify and correct grammar errors with the AI Check Grammar tool....Words has introduced an exciting new feature to improve the quality...application: Document doc = new Document(MyDir + "Big document...

    blog.aspose.com/words/check-grammar-net-ai-func...
  7. Rotating PDF Pages Using Python|Aspose.PDF for ...

    This topic describes how to rotate the page orientation in an existing PDF file programmatically with Python....rotated version is saved as a new file. import os import aspose...document and saves the result to a new file. Args: infile (str): Path...

    docs.aspose.com/pdf/python-net/rotate-pages/
  8. Manage settings of Excel spreadsheet files with...

    Manage settings of Excel files using Aspose.Cells for Node.js via C++.... Create a new workbook or load an existing...); // Create a new workbook let workbook = new Workbook (); //...

    docs.aspose.com/cells/nodejs-cpp/workbook-setti...
  9. LineNumberRestartMode Enum | Aspose.Words for .NET

    Discover Aspose.Words.LineNumberRestartMode enum to control automatic line numbering resets for enhanced document formatting and clarity....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...restart the numbering on each new page from 1 and display the number...

    reference.aspose.com/words/net/aspose.words/lin...
  10. 将网格转换为三角形网格,将原始形状转换为网格|Documentation

    Aspose.3D for .NET API 允许开发人员使用顶点的自定义内存布局将任何网格对象转换为三角形网格。在代码示例中,使用Struct或dynamic by VertexDeclaration类定义顶点的自定义内存布局。...Initialize scene object Scene scene = new Scene (); // Initialize Node...cubeNode = new Node ( "sphere" ); Mesh sphere = ( new Sphere ())...

    docs.aspose.com/3d/zh/net/convert-mesh-to-trian...