Sort Score
Result 10 results
Languages All
Labels All
Results 8,891 - 8,900 of 213,190 for

new

(0.54 sec)
  1. Handling JSON Array as Single Cell in CSV Using...

    Hello Aspose Support Team, I am exploring the possibility of converting a JSON array property into CSV format using Aspose APIs. I already have a sample payload, template, and generated output, but my expected output is…...We have opened the following new ticket(s) in our internal issue...following codes: Workbook workbook = new Workbook(); WorkbookDesigner...

    forum.aspose.com/t/handling-json-array-as-singl...
  2. Edit Macro in Word using Java

    Follow this article to edit macro in Word using Java. Details are provided for setting the IDE, instructions for writing the application, and sample code to modify macro using Java....Create a string and set the new source code for the macro Access...SourceCode property with the new macro content Save the document...

    kb.aspose.com/words/java/edit-macro-in-word-usi...
  3. Change Adjustment Values of the Shape with Node...

    Learn how to change adjustment values of shapes in Excel using Aspose.Cells for Node.js via C++....excel file const workbook = new AsposeCells . Workbook ( path...filePath // Create a new workbook let workbook = new AsposeCells . Workbook...

    docs.aspose.com/cells/nodejs-cpp/change-adjustm...
  4. NodeCollection.Count | Aspose.Words for .NET

    Discover the NodeCollection Count property to easily access the total number of nodes in your collection, enhancing data management and efficiency.... Document doc = new Document (); // Add two runs...AppendChild ( new Run ( doc , "Hello world! " )); Shape shape = new Shape...

    reference.aspose.com/words/net/aspose.words/nod...
  5. 用JavaScript通过C++指定在Excel文件中存储的重要数字位数|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++指定Excel文件中存储的有效数字位数。...open it; otherwise create a new workbook (matches original Node...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/zh/javascript-cpp/specify...
  6. FormField.Checked | Aspose.Words for .NET

    Manage your form with ease using the FormField Checked property. Control checkbox status effortlessly—default is unchecked for streamlined user experience....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...InsertComboBox ( "MyComboBox" , new [] { "One" , "Two" , "Three"...

    reference.aspose.com/words/net/aspose.words.fie...
  7. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for .NET to smoothly migrate your PowerPoint PPT, PPTX and ODP presentation solutions....methods, properties and so on, any new restrictions and other changes...using ( Presentation pres = new Presentation ()) { IChart chart...

    docs.aspose.com/slides/net/public-api-and-backw...
  8. MetafileRenderingOptions class | Aspose.Words f...

    Aspose.Words.Saving.MetafileRenderingOptions class. Allows to specify additional metafile rendering options...IWarningCallback' , () => { let doc = new aw . Document ( base . myDir...); let metafileRenderingOpt = new aw . Saving . MetafileRenderingOpt...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Incorrect Chart Is Displayed When Loading and S...

    Dear Aspose Support Team, I hope this message finds you well. We have encountered a critical bug in the Aspose.Slides for Java library, specifically related to incorrect chart display after export. Below are the details…...pptx"; try (var is = new FileInputStream(new File(importPath)))...File(importPath))) { var pres = new Presentation(is); // save imported presentation...

    forum.aspose.com/t/incorrect-chart-is-displayed...
  10. Search Data using Original Values|Documentation

    Learn how to Search Data using Original Values through the Aspose.Cells for JavaScript via C++ API....arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...arrayBuffer )); } else { workbook = new Workbook (); } // Access first...

    docs.aspose.com/cells/javascript-cpp/search-dat...