Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 10,168 for

page count

(0.28 sec)
  1. Manage Cells Html String with C++|Documentation

    Learn how to Manage Cells Html String through the Aspose.Cells for C++ API.... PutValue ( u "Count" ); cell = cells . Get ( u "C1"...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/cpp/manage-cells-html-str...
  2. Threaded Comments with Node.js via C++|Document...

    Manage threaded comments in Excel documents using Aspose.Cells for Node.js via C++. Learn to add, read, edit, and remove threaded comments....getThreadedComments ( "A1" ); const count = threadedComments . getCount...getCount (); for ( let i = 0 ; i < count ; i ++ ) { const comment = threadedComments...

    docs.aspose.com/cells/nodejs-cpp/threaded-comme...
  3. Working with OneNote Document | Aspose.Note Doc...

    This guide explains how to work with OneNote documents using Java. It covers parsing and extracting various document elements....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/note/java/working-with-onenote-...
  4. Convert MBOX to OFT via Java | products.aspose.com

    Try the code sample to convert MBOX files to OFT format in Java. Download Java API to take your email processing applications to the next level....oft files int count = 1; // Enumerate through mbox...outputDirectory + "Message" + count + ".oft" ; // Save each message...

    products.aspose.com/email/java/conversion/mbox-...
  5. Convert MBOX to MSG via Java | products.aspose.com

    Try the code sample to convert MBOX files to MSG format in Java. Download Java API to take your email processing applications to the next level....msg files int count = 1; // Enumerate through mbox...outputDirectory + "Message" + count + ".msg" ; // Save each message...

    products.aspose.com/email/java/conversion/mbox-...
  6. Compare Documents in Python|Aspose.Words for Py...

    Compare two documents in any supported formats and shows content changes using Python. You can apply advanced options when comparing.... count == 0 and doc2 . revisions . count == 0 ) : doc1...assertEqual ( 2 , doc1 . revisions . count ) for r in doc1 . revisions...

    docs.aspose.com/words/python-net/compare-docume...
  7. Save Workbook to Text or CSV Format in Aspose.C...

    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.... Count ; idx ++) { // Save the active...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/net/save-workbook-to-text...
  8. 编辑 PDF 的单独页面|Aspose.PDF for .NET

    本节解释如何使用 PdfPageEditor 类编辑 PDF 的单独页面。...array of pages which need to be manipulated (pages can be multiple...here we have specified only one page) pdfPageEditor . ProcessPages...

    docs.aspose.com/pdf/zh/net/editing-a-pdf-s-indi...
  9. FieldSkipIf Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldSkipIf class to efficiently implement SKIPIF fields, enhancing document automation and flexibility in your projects....Examples Shows how to skip pages in a mail merge using the SKIPIF...mail merge will produce two pages. DataTable table = new DataTable...

    reference.aspose.com/words/net/aspose.words.fie...
  10. Document.package_custom_parts property | Aspose...

    Document.package_custom_parts property. Gets or sets the collection of custom parts (arbitrary content) that are linked to the OOXML package using unknown relationships.... count ) # Clone the second part, then...doc . package_custom_parts . count ) # Enumerate over the collection...

    reference.aspose.com/words/python-net/aspose.wo...