Sort Score
Result 10 results
Languages All
Labels All
Results 6,641 - 6,650 of 150,874 for

2

(0.84 sec)
  1. Cell Background Color Settings|Documentation

    Guide to applying and previewing cell background colors in Aspose.Cells GridJS using the toolbar, modal, status bar, and JavaScript API.... 2. Table selection area How to start...= { "sri" : 2 , "sci" : 2 , "eri" : 2 , "eci" : 2 }; // Define...

    docs.aspose.com/cells/java/aspose-cells-gridjs/...
  2. Chart.series property | Aspose.Words for Python

    Chart.series property. Provides access to series collection....= [ 'Category 1' , 'Category 2' , 'Category 3' ] # Insert two...series . add ( 'Series 2' , categories , [ 64.2 , 79.5 , 94.0 ]) #...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Memory Cap of 4GB when converting HTML to PDF -...

    Hi - I’m currently testing a conversion of html to pdf with the code below and it looks like the memory usage runs up to about 4GB then gets re-allocated. Do you know if this can be minimized at all for machines that may…...Discourse February 17, 2026, 6:45pm 2 @jtfinlayson I cannot confirm...html file is 7MB with only about 2 images but alot of plain text...

    forum.aspose.com/t/memory-cap-of-4gb-when-conve...
  4. Manage DataLabels of Excel Charts|Documentation

    Learn how to effectively manage data labels in Excel charts using Aspose.Cells for .NET. Our comprehensive guide covers various management tasks, including adding, removing, and modifying labels to enhance chart readability and usability.... Worksheets [ 0 ]; // 2. Populate some sample data that...label for the 3rd point (index 2) ----- // Access the specific...

    docs.aspose.com/cells/net/insert-datalabels-to-...
  5. Workbook links are not working in .xlsm or .xls...

    Hi Sir/madam, We want to change the Excel export from .xls to .xlsm, using Aspose.cells v25.12.0 Generating a single excel file works correct. When generating 2 excel files, with workbook links, a lot of workbook link…...vos January 8, 2026, 2:18pm 1 Hi Sir/madam, We want to...works correct. When generating 2 excel files, with workbook links...

    forum.aspose.com/t/workbook-links-are-not-worki...
  6. Importing and Exporting Projects to Primavera |...

    This page explains how to import projects from Oracle Primavera P6 XER/XML formats and export them in various formats using Aspose.Tasks for .NET....xml" ); 2 ProjectFileInfo info = Project...Project( "Primavera1.mpx" ); 2 ProjectFileInfo info = Project...

    docs.aspose.com/tasks/net/importing-and-exporti...
  7. Aspose::Words::Revision class | Aspose.Words fo...

    Aspose::Words::Revision class. Represents a revision (tracked change) in a document node or style. Use RevisionType to check the type of this revision. To learn more, visit the documentation article in C++....get_RevisionType ()); ASSERT_EQ ( 2 , doc -> get_Revisions () -> get_Count...Write ( u "This is revision #2." ); // Now move the node to create...

    reference.aspose.com/words/cpp/aspose.words/rev...
  8. FileFormatUtil.DetectFileFormat fails to detect...

    to reproduce: unzip the attached file call Aspose.Words.FileFormatUtil.DetectFileFormat for the text file expected to get Txt, but got Unknown data_1000chars_Uknown.txt.zip (805 Bytes)...words-net Buffer2018 July 24, 2025, 2:30pm 1 to reproduce: unzip the...Professionalize.Discourse July 24, 2025, 2:30pm 2 @Buffer2018 Based on your...

    forum.aspose.com/t/fileformatutil-detectfilefor...
  9. FieldCompare Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldCompare class for effortless document comparison. Enhance your workflow with powerful, accurate field functionalities.... RightExpression = "2" ; field . Update (); // The COMPARE...Is . EqualTo ( " COMPARE 3 < 2" )); Assert . That ( field . Result...

    reference.aspose.com/words/net/aspose.words.fie...
  10. Move PDF Pages programmatically C#|Aspose.PDF f...

    Try to move pages at desired location or at the end of a PDF file using Aspose.PDF for .NET.... Pages [ 2 ]; dstDocument . Pages . Add (...srcDocument . Pages . Delete ( 2 ); // Save PDF document srcDocument...

    docs.aspose.com/pdf/net/move-pages/