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

word count

(0.16 sec)
  1. Public API Changes in Aspise.Cells 8.3.2|Docume...

    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....move(int count, boolean isSameParent) method...down based on the count value, where count is the number of positions...

    docs.aspose.com/cells/java/public-api-changes-i...
  2. ListFormat.ListLevelNumber | Aspose.Words for .NET

    Discover the ListFormat ListLevelNumber property, easily manage paragraph list levels from 0 to 8 for enhanced document organization and clarity....ListLevelNumber { get ; set ; } Remarks In Word documents, lists may consist...builder . Writeln ( "Aspose.Words main advantages are:" ); //...

    reference.aspose.com/words/net/aspose.words.lis...
  3. PersonCollection.add method | Aspose.Words for ...

    PersonCollection.add method. Adds a [Person](../../person/) to the collection.... words . bibliography . Person ): ...assertEqual ( 1 , persons . count ) # Remove person from the collection...

    reference.aspose.com/words/python-net/aspose.wo...
  4. HeaderFooterCollection.linkToPrevious method | ...

    Aspose.Words.HeaderFooterCollection.linkToPrevious method... Words . HeaderFooterType , isLinkToPrevious...headersFooters . count ). toEqual ( 2 ); let count = doc . sections...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. 使用 JavaScript 通过 C++ 从工作簿中提取 OLE 对象|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.... 在第一个工作表上添加Microsoft Word文档、Excel工作簿和PDF文档作为OLE对象。 带有OLE对象的模板文档(OleFile...sheetsCount = workbook . worksheets . count ; for ( let s = 0 ; s < sheetsCount...

    docs.aspose.com/cells/zh/javascript-cpp/extract...
  6. TableCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.Tables.TableCollection class for easy, typed access to Table nodes, enhancing document processing efficiency and flexibility....Properties Name Description Count { get; } Gets the number of...That ( tables [ 0 ]. Rows . Count , Is . EqualTo ( 5 )); Assert...

    reference.aspose.com/words/net/aspose.words.tab...
  7. IRevisionCriteria.IsMatch | Aspose.Words for .NET

    Discover how the IRevisionCriteria IsMatch method effectively verifies if a specific revision aligns with your criteria for optimal results.... Write ( "This does not count as a revision. " ); // To register...Remove a run "This does not count as a revision.". doc . FirstSection...

    reference.aspose.com/words/net/aspose.words/ire...
  8. CustomPartCollection.Clear | Aspose.Words for .NET

    Effortlessly clear your CustomPartCollection with our efficient Clear method, removing all elements for seamless management and enhanced performance.... Count , Is . EqualTo ( 2 )); // Clone...doc . PackageCustomParts . Count , Is . EqualTo ( 3 )); // Enumerate...

    reference.aspose.com/words/net/aspose.words.mar...
  9. Table.firstRow property | Aspose.Words for Node.js

    Table.firstRow property. Returns the first [Row](../../../aspose.Words.tables/row/) node in the table.... Words . Tables . Row Examples Shows...expect ( tables [ 0 ]. rows . count ). toEqual ( 5 ); expect ( tables...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Cell.tables property | Aspose.Words for Node.js

    Cell.tables property. Gets a collection of tables that are immediate children of the cell.... Words . Tables . TableCollection Examples...true ); expect ( tableNodes . count ). toEqual ( 5 ); for ( let...

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