Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 10,898 for

page count

(0.46 sec)
  1. LayoutCollector.clear method | Aspose.Words for...

    LayoutCollector.clear method. Clears all collected layout data...how to see the the ranges of pages that a node spans. doc = aw..."GetNumPagesSpanned" method to count how many pages the content of our document...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Document Comparison Features|Aspose.Words for .NET

    Aspose.Words allows you to compare two Word documents using files or URLs to these files and show the differences. You can also view your document in a browser....Hide ] Purpose Summary This page explains features related to...“Compare Documents” button on a page to call the jQuery compareDocuments...

    docs.aspose.com/words/net/document-comparison-f...
  3. AztecExtendedParameters|Aspose.BarCode for Pyth...

    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....structured_append_barcodes_count Gets the Aztec structured append...mode barcodes count. Default value is 0. Count must be a value...

    docs.aspose.com/barcode/python-net/api-referenc...
  4. PdfLoadOptions.page_index property | Aspose.Wor...

    PdfLoadOptions.Page_index property. Gets or sets the 0-based index of the first Page to read...page_index property PdfLoadOptions.page_index property Gets or...the first page to read. Default is 0. @property def page_index (...

    reference.aspose.com/words/python-net/aspose.wo...
  5. DotCodeExtendedParameters|Aspose.BarCode for Py...

    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....dot_code_structured_append_mode_barcodes_count Gets the DotCode structured...mode barcodes count. Default value is -1. Count must be a value...

    docs.aspose.com/barcode/python-net/api-referenc...
  6. LayoutCollector.GetNumPagesSpanned | Aspose.Wor...

    Discover the LayoutCollector GetNumPagesSpanned method to efficiently determine how many Pages a node spans. Simplify your document management today!...GetNumPagesSpanned method Gets number of pages the specified node spans. 0...0 if node is within a single page. This is the same as GetEndPageIndex...

    reference.aspose.com/words/net/aspose.words.lay...
  7. PdfLoadOptions.PageIndex | Aspose.Words for .NET

    Discover PdfLoadOptions PageIndex. Easily set the starting Page index for PDF reading with this flexible property. Optimize your PDF handling today!...the 0-based index of the first page to read. Default is 0. public...EqualTo ( shapeCollection . Count )); else Assert . That ( 0 ...

    reference.aspose.com/words/net/aspose.words.loa...
  8. FieldSeq class | Aspose.Words for Python

    aspose.words.fields.FieldSeq class. Implements the SEQ field...includes the SEQ field and the page's number that the field appears...as_field_toc () # SEQ fields display a count that increments at each SEQ...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Fields::FieldToc class | Aspose....

    Aspose::Words::Fields::FieldToc class. Implements the TOC field. To learn more, visit the documentation article in C++....that separate an entry and its page number. get_FieldEnd () const...whether to hide tab leader and page numbers in Web layout view....

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. 列出印章|Aspose.PDF for Python via .NET

    本示例加载 PDF,检索第 1 页的所有印章,打印它们,并在未找到印章时显示提示信息。...infile ) # List all stamps on page 1 stamps = content_editor ....get_stamps ( 1 ) count = 0 for stamp in stamps : count += 1 print (...

    docs.aspose.com/pdf/zh/python-net/list-stamps/