Sort Score
Result 10 results
Languages All
Labels All
Results 1,121 - 1,130 of 12,916 for

word count

(0.15 sec)
  1. 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...
  2. 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...
  3. Section.clear_content method | Aspose.Words for...

    Section.clear_content method. Clears the section.... count ) # Running the "ClearContent"...paragraphs . count ) See Also module aspose.words class Section...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 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...
  5. TabStopCollection.remove_by_index method | Aspo...

    TabStopCollection.remove_by_index method. Removes a tab stop at the specified index from the collection.... count ) # Remove the first tab stop...assertEqual ( 1 , tab_stops . count ) doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  6. HeaderFooterCollection.Item | Aspose.Words for ...

    Access HeaderFooters effortlessly with the Item property. Retrieve specific headers or footers by index for streamlined document management.... Count , Is . EqualTo ( 2 )); Assert...Sections [ 0 ]. HeadersFooters . Count ( hf => !(( HeaderFooter ) hf...

    reference.aspose.com/words/net/aspose.words/hea...
  7. DocumentVisitor.VisitBuildingBlockStart | Aspos...

    Discover the DocumentVisitor VisitBuildingBlockStart method, essential for initiating building block enumeration. Enhance your coding efficiency today!... Count , Is . EqualTo ( 5 )); doc ...GetText ()); // In Microsoft Word, we can access the building...

    reference.aspose.com/words/net/aspose.words/doc...
  8. DocumentVisitor.VisitGlossaryDocumentStart | As...

    Discover the VisitGlossaryDocumentStart method in DocumentVisitor. Efficiently manage glossary document enumeration with ease and precision.... Count , Is . EqualTo ( 5 )); doc ...GetText ()); // In Microsoft Word, we can access the building...

    reference.aspose.com/words/net/aspose.words/doc...
  9. DocumentVisitor.VisitGlossaryDocumentEnd | Aspo...

    Explore the VisitGlossaryDocumentEnd method in DocumentVisitor. Learn how it enhances glossary document enumeration for efficient data management.... Count , Is . EqualTo ( 5 )); doc ...GetText ()); // In Microsoft Word, we can access the building...

    reference.aspose.com/words/net/aspose.words/doc...
  10. Row.cells property | Aspose.Words for Node.js

    Row.cells property. Provides typed access to the [Cell](../../cell/) child nodes of the row.... Words . Tables . CellCollection Examples...( let i = 0 ; i < tables . count ; i ++ ) { console . log ( `Start...

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