Sort Score
Result 10 results
Languages All
Labels All
Results 6,411 - 6,420 of 155,495 for

2

(0.16 sec)
  1. RevisionCollection | Aspose.Words for Java

    A collection of Revision objects that represent revisions in the document in Java....assertEquals(2, doc.getRevisions().getCount());...builder.write("This is revision #2."); // Now move the node to create...

    reference.aspose.com/words/java/com.aspose.word...
  2. MappedDataFieldCollection | Aspose.Words for Java

    Allows to automatically map between names of fields in your data source and names of mail merge fields in the document in Java....getCount(), 2); Iterator> enumerator = mappedDataFields.../// /// Create a document with 2 MERGEFIELDs, one of which does...

    reference.aspose.com/words/java/com.aspose.word...
  3. NodeCollection.IndexOf | Aspose.Words for .NET

    Discover the NodeCollection IndexOf method to efficiently find the zero-based index of any specified node in your collections.... Rows [ 2 ]; Assert . That ( table . IndexOf...IndexOf ( row ), Is . EqualTo ( 2 )); Cell cell = row . LastCell...

    reference.aspose.com/words/net/aspose.words/nod...
  4. TextColumn.width property | Aspose.Words for No...

    TextColumn.width property. Gets or sets the width of the text column in points.... setCount ( 2 ); // Determine the amount of...builder . writeln ( "Wide column 2." ); doc . save ( base . artifactsDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ChartLegend.overlay property | Aspose.Words for...

    ChartLegend.overlay property. Determines whether other chart elements shall be allowed to overlap legend... assertEqual ( 'Series 2' , chart . series [ 1 ] . name...'Series 3' , chart . series [ 2 ] . name ) # Move the chart's...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Comment.removeAllReplies method | Aspose.Words ...

    Comment.removeAllReplies method. Removes all replies to this comment.... toEqual ( 2 ); // Below are two ways of removing.... count ). toEqual ( 1 ); // 2 - Use the "RemoveAllReplies" method...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Comment.remove_all_replies method | Aspose.Word...

    Comment.remove_all_replies method. Removes all replies to this comment.... assertEqual ( 2 , comment . replies . count )...comment . replies . count ) # 2 - Use the "RemoveAllReplies" method...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 使用 Node.js 和 C++ 对行和列进行分组与取消分组|Documentation

    了解如何使用 Aspose.Cells for Node.js via C++ 在 Excel 中对行列进行分组和取消分组。...first three columns (from 0 to 2) and making them hidden by passing...getCells (). groupColumns ( 0 , 2 , true ); // Saving the modified...

    docs.aspose.com/cells/zh/nodejs-cpp/grouping-an...
  9. PDF to PDF conversion Issue using ASPOSE jar 25...

    We are using our custom code to convert PDF to PDF using ASPOSE library with jar file version 25.11. This is causing issues for couple of PDF files, and it is also bringing down the application node. We are using below …...Discourse December 25, 2025, 4:49pm 2 @agilentagile What we know from...and JVM‑crash conditions【3】. 2. Test with a smaller / simpler...

    forum.aspose.com/t/pdf-to-pdf-conversion-issue-...
  10. How to create Dynamic Chart with Dropdown List ...

    Learn how to create a dynamic chart that updates based on a drop‑down list selection using Aspose.Cells for JavaScript via C++. Our step‑by‑step guide will demonstrate how to integrate a drop‑down list into your chart for flexible data visualization....allMonths ; j ++ ) { const _row = i + 2 ; const _column = j + 1 ; sheet..._column ). putValue ( 50 * ( i % 2 ) + 20 * ( j % 3 ) + 10 * ( i...

    docs.aspose.com/cells/javascript-cpp/create-dyn...