Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 14,033 for

word count

(0.17 sec)
  1. 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...
  2. 使用 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...
  3. IStructuredDocumentTag.removeSelfOnly method | ...

    IStructuredDocumentTag.removeSelfOnly method. Removes just this SDT node itself, but keeps the content of it inside the document tree.... count ). toEqual ( 5 ); // Here we... NodeType . Any , false ). count > 0 ) sdt . removeSelfOnly ();...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. CustomPartCollection.Item | Aspose.Words for .NET

    Effortlessly manage your CustomPartCollection with our item property. Quickly get or set items at any index for seamless customization and efficiency.... Count , Is . EqualTo ( 2 )); // Clone...doc . PackageCustomParts . Count , Is . EqualTo ( 3 )); // Enumerate...

    reference.aspose.com/words/net/aspose.words.mar...
  5. Document.LastSection | Aspose.Words for .NET

    Discover the LastSection property to easily access the final section of your document, enhancing navigation and content management efficiency.... Count , Is . EqualTo ( 1 )); // Use...Assert . That ( doc . Sections . Count , Is . EqualTo ( 2 )); // Each...

    reference.aspose.com/words/net/aspose.words/doc...
  6. StructuredDocumentTagCollection.remove method |...

    StructuredDocumentTagCollection.remove method. Removes the structured document tag with the specified identifier.... count : sdt = structured_document_tags...structured_document_tags . count ) # Remove the structured document...

    reference.aspose.com/words/python-net/aspose.wo...
  7. CustomPart.Clone | Aspose.Words for .NET

    Discover the CustomPart Clone method for creating efficient deep copies of objects without duplicating Data bytes. Optimize your coding process today!... Count , Is . EqualTo ( 2 )); // Clone...doc . PackageCustomParts . Count , Is . EqualTo ( 3 )); // Enumerate...

    reference.aspose.com/words/net/aspose.words.mar...
  8. CustomPart.data property | Aspose.Words for Python

    CustomPart.data property. Contains the data of this custom part.... count ) # Clone the second part, then...doc . package_custom_parts . count ) # Enumerate over the collection...

    reference.aspose.com/words/python-net/aspose.wo...
  9. NodeType enumeration | Aspose.Words for Python

    aspose.Words.NodeType enumeration. Specifies the type of a Word document node....enumeration Specifies the type of a Word document node. Members Name...provides access to the entire Word document. SECTION A Section...

    reference.aspose.com/words/python-net/aspose.wo...
  10. CustomPart.is_external property | Aspose.Words ...

    CustomPart.is_external property. False if this custom part is stored inside the OOXML package... count ) # Clone the second part, then...doc . package_custom_parts . count ) # Enumerate over the collection...

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