Sort Score
Result 10 results
Languages All
Labels All
Results 1,161 - 1,170 of 13,990 for

word count

(0.13 sec)
  1. BuildingBlockCollection.Item | Aspose.Words for...

    Access specific building blocks effortlessly with our BuildingBlockCollection. Retrieve items by index for seamless integration in your projects.... Count , Is . EqualTo ( 5 )); doc ...GetText ()); // In Microsoft Word, we can access the building...

    reference.aspose.com/words/net/aspose.words.bui...
  2. CellCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.Tables.CellCollection class for easy, typed access to Cell nodes, enhancing document manipulation and efficiency....Properties Name Description Count { get; } Gets the number of...( int i = 0 ; i < tables . Count ; i ++) { Console . WriteLine...

    reference.aspose.com/words/net/aspose.words.tab...
  3. RowCollection Class | Aspose.Words for .NET

    Explore Aspose.Words.Tables.RowCollection for efficient access to Row nodes. Enhance document processing with our powerful, typed collection features....Properties Name Description Count { get; } Gets the number of...( int i = 0 ; i < tables . Count ; i ++) { Console . WriteLine...

    reference.aspose.com/words/net/aspose.words.tab...
  4. StructuredDocumentTagCollection.remove_at metho...

    StructuredDocumentTagCollection.remove_at method. Removes a structured document tag at the specified index.... count : sdt = structured_document_tags...structured_document_tags . count ) # Remove the structured document...

    reference.aspose.com/words/python-net/aspose.wo...
  5. CellCollection class | Aspose.Words for Python

    aspose.Words.tables.CellCollection class. Provides typed access to a collection of [Cell](../cell/) nodes...Properties Name Description count Gets the number of nodes in...))) i = 0 while i < tables . count : print ( f 'Start of Table...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Node.get_ancestor method | Aspose.Words for Python

    aspose.Words.Node.get_ancestor method... words . NodeType ): ... Parameter...) for i in range ( tables . count ): table = tables [ i ] . as_table...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Inline::get_IsMoveToRevision met...

    Aspose::Words::Inline::get_IsMoveToRevision method. Returns true if this object was moved (inserted) in Microsoft Word while change tracking was enabled in C++....Aspose::Words::Inline::get_IsMoveToRevision method Contents [...moved (inserted) in Microsoft Word while change tracking was enabled...

    reference.aspose.com/words/cpp/aspose.words/inl...
  8. Table.first_row property | Aspose.Words for Python

    Table.first_row property. Returns the first [Row](../../row/) node in the table.... words . tables . Row : ... Examples...( 5 , tables [ 0 ] . rows . count ) self . assertEqual ( 4 , tables...

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

    Discover how to manage CustomPart names in OOXML packages. Easily set or retrieve absolute names for seamless integration and enhanced functionality.... Count , Is . EqualTo ( 2 )); // Clone...doc . PackageCustomParts . Count , Is . EqualTo ( 3 )); // Enumerate...

    reference.aspose.com/words/net/aspose.words.mar...
  10. CustomPart.content_type property | Aspose.Words...

    CustomPart.content_type property. Specifies the content type 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...