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

page count

(0.06 sec)
  1. BuiltInDocumentProperties | Aspose.Words for Java

    A collection of built-in document properties in Java....an estimate of the number of pages in the document. getParagraphs()...an estimate of the number of pages in the document. setParagraphs(int...

    reference.aspose.com/words/java/com.aspose.word...
  2. Cut and Paste Cells|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....Copying and Moving Worksheets Count the number of cells in the Worksheet...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/python-java/cut-and-paste...
  3. Convert MBOX to OFT via C# | products.aspose.com

    Sample code for MBOX to OFT C# conversion. Use API example code for batch MBOX files to OFT conversion within VB.NET, Asp.NET or any .NET based application....oft files int count = 1 ; foreach ( var eml in mbox...Combine(outputDirectory, $"Message{count}.oft" ); eml.Save(oftFilePath...

    products.aspose.com/email/net/conversion/mbox-t...
  4. Convert MBOX to HTML via C# | products.aspose.com

    Sample code for MBOX to HTML C# conversion. Use API example code for batch MBOX files to HTML conversion within VB.NET, Asp.NET or any .NET based application....html files int count = 1 ; foreach ( var eml in mbox...Combine(outputDirectory, $"Message{count}.html" ); var htmlSaveOptions...

    products.aspose.com/email/net/conversion/mbox-t...
  5. Using Contextual Object Member Access in Java|A...

    Use contextual object member to access some objects without specifying the objects id in template expressions using Java....Age]>><</foreach>> Count: <<[ds.Persons.count()]>> Alternatively...<<[Age]>><</foreach>> Count: <<[Persons.count()]>> FAQ Q: How does...

    docs.aspose.com/words/java/using-contextual-obj...
  6. FieldNumWords Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldNumWords class for easy word Count management in documents. Enhance your text processing with this powerful feature!...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...
  7. Convert PDF to Image Formats in JavaScript|Aspo...

    This topic show you how to use Aspose.PDF to convert PDF to various images formats e.g. TIFF, BMP, JPEG, PNG, SVG with a few lines of code....PDF document or some specific pages of a document as a set of images...operation depends on the number of pages in the document and can be very...

    docs.aspose.com/pdf/javascript-cpp/convert-pdf-...
  8. FieldNumPages Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldNumPages class to effortlessly implement the NUMPageS field, enhancing document automation and efficiency....Remarks Retrieves the number of pages in the current document, as...as recorded in the Pages property of the built-in document properties...

    reference.aspose.com/words/net/aspose.words.fie...
  9. Document.ExtractPages yields wrong results - Fr...

    Use the following code: var document = new Document("input.docx"); for (int Page = 0; Page < document.PageCount; Page++) { Document extractedPage = document.ExtractPages(Page, 1); // startindex and Count string …...for (int page = 0; page < document.PageCount; page++) { Document...ExtractPages(page, 1); // startindex and count string text =...

    forum.aspose.com/t/document-extractpages-yields...
  10. FieldNumChars class | Aspose.Words for Python

    aspose.words.fields.FieldNumChars class. Implements the NUMCHARS 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...