Sort Score
Result 10 results
Languages All
Labels All
Results 4,821 - 4,830 of 213,126 for

new

(0.28 sec)
  1. Manage VBA Projects in Presentations in .NET|As...

    Discover how to generate and manipulate PowerPoint and OpenDocument presentations via VBA with Aspose.Slides for .NET to streamline your workflow....VbaProject constructor to add a new VBA project. Add a module to...presentation = new Presentation ()) { // Creates a new VBA Project...

    docs.aspose.com/slides/net/presentation-via-vba/
  2. 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-...
  3. 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/
  4. 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-...
  5. 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...
  6. Printing Documents | Aspose.Note Documentation

    A comprehensive guide on printing documents in Java....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/note/java/printing-documents/
  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...