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

word count

(0.06 sec)
  1. RowCollection indexer | Aspose.Words for Python

    RowCollection indexer. Retrieves a [Row](../../row/) at the given index.... count : print ( f 'Start of Table...rows )) j = 0 while j < rows . count : print ( f ' \t Start of Row...

    reference.aspose.com/words/python-net/aspose.wo...
  2. NodeCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.NodeCollection class, your go-to solution for managing diverse node types efficiently in document processing. Enhance your workflow today!...Words Document Object Model (DOM)...Properties Name Description Count { get; } Gets the number of...

    reference.aspose.com/words/net/aspose.words/nod...
  3. Document.accept_all_revisions method | Aspose.W...

    Document.accept_all_revisions method. Accepts all tracked changes in the document.... count ) # We can iterate through every...assertEqual ( 0 , doc . revisions . count ) self . assertEqual ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Drawing::ShapeBase::get_IsDelete...

    Aspose::Words::Drawing::ShapeBase::get_IsDeleteRevision method. Returns true if this object was deleted in Microsoft Word while change tracking was enabled in C++....Aspose::Words::Drawing::ShapeBase::get_IsDeleteRevision method...object was deleted in Microsoft Word while change tracking was enabled...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Node class | Aspose.Words for Python

    aspose.Words.Node class. Base class for all nodes of a Word document...of a Word document. To learn more, visit the Aspose.Words Document...NodeType . ANY , False ) . count ) for child in children : switch_condition...

    reference.aspose.com/words/python-net/aspose.wo...
  6. CleanupOptions.unusedLists property | Aspose.Wo...

    CleanupOptions.unusedLists property. Specifies whether unused list and list definitions should be removed from document... count ). toEqual ( 8 ); // Apply a...); expect ( doc . styles . count ). toEqual ( 4 ); // Removing...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. CleanupOptions.unused_lists property | Aspose.W...

    CleanupOptions.unused_lists property. Specifies whether unused list and list definitions should be removed from document... count ) # Apply a custom character...assertEqual ( 4 , doc . styles . count ) # Removing every node that...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldSeq.reset_heading_level property | Aspose....

    FieldSeq.reset_heading_level property. Gets or sets an integer number representing a heading level to reset the sequence number to...doc ) # SEQ fields display a count that increments at each SEQ...fields also maintain separate counts for each unique named sequence...

    reference.aspose.com/words/python-net/aspose.wo...
  9. CleanupOptions.unused_builtin_styles property |...

    CleanupOptions.unused_builtin_styles property. Specifies that unused [Style.built_in](../../style/built_in/) styles should be removed from document.... count ) # Apply a custom character...assertEqual ( 4 , doc . styles . count ) # Removing every node that...

    reference.aspose.com/words/python-net/aspose.wo...
  10. AdjustmentCollection class | Aspose.Words for P...

    aspose.Words.drawing.AdjustmentCollection class. Represents a read-only collection of [Adjustment](../adjustment/) adjust values that are applied to the specified shape....Properties Name Description count Gets the number of elements...assertEqual ( 1 , adjustments . count ) adjustment = adjustments [...

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