Sort Score
Result 10 results
Languages All
Labels All
Results 5,021 - 5,030 of 213,143 for

new

(0.13 sec)
  1. Your First Aspose.Diagram Application - Hello W...

    This page describes how to create first application with Aspose.Diagram library.... Create a new Visio file, or open an existing...existing Visio file. Create a new text box. Insert the words Hello...

    docs.aspose.com/diagram/java/your-first-aspose-...
  2. Aspose.Cells 16.12.0 中的公共 API 更改|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....class LoadOptions options = new LoadOptions (); //Create an instance...constructor LoadFilter filter = new LoadFilter ( LoadDataFilterOption...

    docs.aspose.com/cells/zh/java/public-api-change...
  3. Symbol in chart incorrectly rendered when using...

    Hi Aspose Team, I’m noticing an issue with a symbol not rendering correctly when I convert a chart to image using aspose cells. I’m using the latest version of aspose cells, V25.4.0. Here’s the code I’ve used: Documen…...RepDoc = new Document(); DocumentBuilder Builder = new DocumentBuilder(RepDoc);...using (Workbook TemplateWB = new Workbook(dir + @"\Test_04112...

    forum.aspose.com/t/symbol-in-chart-incorrectly-...
  4. Working with XZ Archives in Java | Aspose.Zip D...

    Java xz API lets you work with creating and managing xz archives in your applications without the need of any other 3rd party applications....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/zip/java/working-with-xz-archives/
  5. Saving Project Data to CSV and Text Formats | A...

    This article provides guidance on saving project data using Aspose.Tasks Java for PHP....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/java/saving-project-data-...
  6. 缩放 3D 场景的几何图形|Documentation

    开发人员只能缩放 3D 节点或 3D 场景的所有节点的几何图形。为了实现这一点,开发人员可以调用PolygonModifier类实例的多个Scale成员。...another file: Scene scene = new Scene ( "huge-scene.obj" ); //.... CreateChildNode ( "box" , new Box ()); // scale geometries...

    docs.aspose.com/3d/zh/net/scale-geometries-of-a...
  7. Calculation of Excel 2016 MINIFS and MAXIFS fun...

    This article introduces how to use the Aspose.Cells library to calculate MINIFS and MAXIFS functions in Microsoft Excel 2016 using JavaScript via C++. Load an existing Excel file or create a New one, then use Aspose.Cells methods to calculate these functions and save the results to disk....functions const workbook = new Workbook ( new Uint8Array ( arrayBuffer...in PDF format const options = new PdfSaveOptions (); options ....

    docs.aspose.com/cells/javascript-cpp/calculatio...
  8. Recognise Self Closing Tags with JavaScript via...

    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....precision true const loadOptions = new HtmlLoadOptions ( LoadFormat...options const workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/recognise-...
  9. Avoid exponential notation of large numbers whi...

    Learn how to prevent large numbers from being converted to exponential notation while importing from HTML using Aspose.Cells for JavaScript via C++....byte array const byteArray = new TextEncoder (). encode ( html...precision true const loadOptions = new HtmlLoadOptions ( LoadFormat...

    docs.aspose.com/cells/javascript-cpp/avoid-expo...
  10. Save Excel into PDF with Standard or Minimum Si...

    Learn how to save Excel files into PDF format with Standard or Minimum size using Aspose.Cells for JavaScript via C++....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...to MinimumSize const opts = new PdfSaveOptions (); opts . optimizationType...

    docs.aspose.com/cells/javascript-cpp/save-excel...