Sort Score
Result 10 results
Languages All
Labels All
Results 2,231 - 2,240 of 31,012 for

test

(0.24 sec)
  1. 创建命名区域|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.... Name = "Test_Range" ; //Put data in range...set_Value ( Missing . Value , "Test" ); } //Save New Workbook wb...

    docs.aspose.com/cells/zh/net/creating-a-named-r...
  2. Excel Export - Gap Missing when using arrays of...

    While working with arrays, we are facing an issue in excel where the gap between different elements is maintained correctly for an array of objects, but not for an array of strings. When using an array of objects, the t…...you could upload the runnable test code again, it would be very...very helpful for us to fix and test issues. simon.zhao July 2, 2025...

    forum.aspose.com/t/excel-export-gap-missing-whe...
  3. 在工作簿内移动工作表|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....worksheet = sheets [ 0 ]; string test = worksheet . Name ; //Move...

    docs.aspose.com/cells/zh/net/move-worksheets-wi...
  4. Run.nodeType property | Aspose.Words for Node.js

    Run.nodeType property. Returns [NodeType.Run](../../nodetype/#Run).... test ( 'RecurseChildren' , () =>...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. SmartTag.nodeType property | Aspose.Words for N...

    SmartTag.nodeType property. Returns [NodeType.SmartTag](../../../aspose.words/nodetype/#SmartTag).... test ( 'RecurseChildren' , () =>...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. FieldSeparator.nodeType property | Aspose.Words...

    FieldSeparator.nodeType property. Returns [NodeType.FieldSeparator](../../../aspose.words/nodetype/#FieldSeparator).... test ( 'RecurseChildren' , () =>...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. SvgSaveOptions.exportEmbeddedImages property | ...

    SvgSaveOptions.exportEmbeddedImages property. Specifies whether images should be embedded into the SVG document as base64... test . skip ( 'SvgResourceFolder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ChartAxis.numberFormat property | Aspose.Words ...

    ChartAxis.numberFormat property. Returns a [ChartNumberFormat](../../chartnumberformat/) object that allows defining number formats for the axis.... add ( "Aspose Test Series" , [ "Word" , "PDF" ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. ChartDataLabelCollection.showCategoryName prope...

    ChartDataLabelCollection.showCategoryName property. Allows to specify whether category name is to be displayed for the data labels of the entire series... add ( "Aspose Test Series" , [ 2.9 , 3.5 , 1.1...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Convert pdf to image results in notdef glyphs -...

    When converting pdf file to image the result file contains notdef glyphs instead of letters. The problem persists version 24.4.0 and higher of Aspose.Pdf.Drawing I’m using: Aspose.Pdf.Drawing 26.1 SkiaSharp 3.119 Sk…...convertation code: private static void Test() { byte[] content = File.R...Document(stream); pdf.Save("test/testResult.pdf"); List<SKBitmap>...

    forum.aspose.com/t/convert-pdf-to-image-results...