Sort Score
Result 10 results
Languages All
Labels All
Results 5,391 - 5,400 of 213,536 for

new

(0.12 sec)
  1. DeleteBlankRows() is deleting rows even if it h...

    Ideally, according to the documentation, DeleteBlankRows() should delete only rows which are empty i.e. the rows which does not have any content, images, charts, comments etc… But in the attached file below, Even the r…...6 KB) Workbook wb = new Workbook(filePath + "Testfile...if it gets fixed. Thank you. New folder1.zip (1.4 MB) amjad.sahi...

    forum.aspose.com/t/deleteblankrows-is-deleting-...
  2. 工作表转图片——设置渲染图像的像素格式(JavaScript通过C++)|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....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...image format type const opts = new ImageOrPrintOptions (); opts...

    docs.aspose.com/cells/zh/javascript-cpp/workshe...
  3. Aspose.PSD for .NET 21.5 - 发行说明|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.... List < string > fonts = new System . Collections . Generic...)) { image . Save ( output , new PngOptions ()); } PSDNET-758...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  4. ChartSeries.add method | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartSeries.add method...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. WarningInfoCollection.Count | Aspose.Words for ...

    Discover the WarningInfoCollection Count property to easily access the total number of elements in your collection for efficient data management....warnings = new WarningInfoCollectio (); Document doc = new Document...MyDir + "FB2 document.fb2" , new LoadOptions { WarningCallback...

    reference.aspose.com/words/net/aspose.words/war...
  6. #ERROR values in custom fields with a formula -...

    We’ve encountered a problem with formula-based extended attributes: sometimes one or multiple fields are saved with “#ERROR” value in every task. I’ve been trying to reproduce the issue, and it turns out that even exampl…...Deadline, new DateTime(2015, 3, 20, 17, 0,...project = new Project(); project.Set(Prj.StartDate, new DateTime(2015...

    forum.aspose.com/t/error-values-in-custom-field...
  7. Working with Extended Task Attributes | Aspose....

    Learn how to work with Microsoft Project (MPP/XML) task extended attributes using Aspose.Tasks for Java....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/java/extended-task-attrib...
  8. Optimize File's Content Using Java

    Compress files in Java: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS without losing quality...*; Document doc = new Document ( "Input.docx" ); doc...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions (); saveOptions...

    products.aspose.com/words/java/compress/
  9. Manage Picture Frames in Presentations Using Ja...

    Add picture frames to PowerPoint and OpenDocument presentations with Aspose.Slides for Java. Streamline your workflow and enhance slide designs....PPTX file Presentation pres = new Presentation (); try { // Gets...getImages (). addImage ( new FileInputStream ( new File ( "asp1.jpg"...

    docs.aspose.com/slides/java/picture-frame/
  10. How do I get a non named range using cell addre...

    Hi, I want to get a range using referred area. So when I get precedent for a range I want to be able to get that precedent as a range object instead of a referred area object. How can I do that, the only option I have …...because that ends up adding new cells and removing the old values...cell address without creating a new range, you can utilize the createRange...

    forum.aspose.com/t/how-do-i-get-a-non-named-ran...