Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 10,600 for

page count

(0.31 sec)
  1. Add Footer to Multiple Documents|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....| &P – current page number | &N – page count | &D – current date...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/sharepoint/add-footer-to-...
  2. Find and Refresh the Nested or Child Pivot Tabl...

    Learn how to find and refresh nested or child pivot tables of a parent pivot table using Aspose.Cells for C++....the child pivot tables int count = ptChildren . GetLength ();...(); for ( int idx = 0 ; idx < count ; idx ++ ) { // Access the child...

    docs.aspose.com/cells/cpp/find-and-refresh-the-...
  3. Merge Files with C++|Documentation

    Learn how to merge Excel files efficiently using Aspose.Cells for C++.... GetWorksheets (); int count = sheets . GetCount (); for...for ( int idx = 0 ; idx < count ; ++ idx ) { Worksheet sheet = sheets...

    docs.aspose.com/cells/cpp/merge-files/
  4. Combine Multiple Worksheets into a Single Works...

    Learn how to combine multiple worksheets into a single worksheet using Aspose.Cells with C++....//Variable to maintain total row count during copy int32_t totalRowCount...sourceRange ); //Update the total row count for the next iteration totalRowCount...

    docs.aspose.com/cells/cpp/combine-multiple-work...
  5. HeaderFooterCollection Class | Aspose.Words for...

    Discover Aspose.Words.HeaderFooterCollection for easy, typed access to Section HeaderFooter nodes, streamlining document management and enhancing your workflow....Properties Name Description Count { get; } Gets the number of...which only appears on the first page of a section. HeaderFooter footer...

    reference.aspose.com/words/net/aspose.words/hea...
  6. Aspose::Words::Fields::FieldPage class | Aspose...

    Aspose::Words::Fields::FieldPage class. Implements the Page field. To learn more, visit the documentation article in C++....FieldPage class Implements the PAGE field. To learn more, visit...NUMCHARS, NUMWORDS, NUMPAGES and PAGE fields to track the size of...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. FieldNumChars Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldNumChars class, designed to efficiently implement the NUMCHARS field for enhanced document processing....NUMCHARS, NUMWORDS, NUMPAGES and PAGE fields to track the size of...// 1 - Track the character count with a NUMCHARS field: FieldNumChars...

    reference.aspose.com/words/net/aspose.words.fie...
  8. FieldNumWords class | Aspose.Words for Python

    aspose.words.fields.FieldNumWords class. Implements the NUMWORDS field...NUMCHARS, NUMWORDS, NUMPAGES and PAGE fields to track the size of... # 1 - Track the character count with a NUMCHARS field: field_num_chars...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Protect PDF Files in Python|Aspose.PDF for Pyth...

    Learn how to encrypt files, decrypt protected PDFs, and change passwords in Python....successful, it prints the number of pages. If not, it catches the exception...test3, userpassword. Prints page count if password is correct. """...

    docs.aspose.com/pdf/python-net/protect-pdf-file/
  10. Merge or Unmerge Range of Cells|Documentation

    Merge and Unmerge Cells in a Range in Excel with C# code....in a Range Get Address, Cell Count, Offset, Entire Column, and...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/net/merge-or-unmerge-rang...