Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 12,908 for

word count

(0.13 sec)
  1. Table.last_row property | Aspose.Words for Python

    Table.last_row property. Returns the last [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...
  2. VbaProject.modules property | Aspose.Words for ...

    VbaProject.modules property. Returns collection of VBA project modules.... words . vba . VbaModuleCollection...} ; Modules count: { vba_project . modules . count } \n ' ) else...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FieldCollection.remove method | Aspose.Words fo...

    FieldCollection.remove method. Removes the specified field from this collection and from the document.... words . fields . Field ): ... Parameter...assertEqual ( 6 , fields . count ) # Below are four ways of removing...

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

    aspose.Words.fields.FieldSeq class. Implements the SEQ field...Field ) type Gets the Microsoft Word field type. (Inherited from...as_field_toc () # SEQ fields display a count that increments at each SEQ...

    reference.aspose.com/words/python-net/aspose.wo...
  5. RevisionCollection.Reject | Aspose.Words for .NET

    Discover the RevisionCollection Reject method to efficiently filter out unwanted revisions based on your criteria for streamlined project management.... Return Value The count of rejected revisions. Examples...builder . Write ( "This does not count as a revision. " ); // To register...

    reference.aspose.com/words/net/aspose.words/rev...
  6. WebExtensionBindingType Enum | Aspose.Words for...

    Discover the Aspose.Words WebExtensionBindingType enum, which defines binding types for seamless integration of web extensions with your document data....the web extension in Microsoft Word via Developer -> Add-ins. doc...doc . WebExtensionTaskPane . Count , Is . EqualTo ( 0 )); doc =...

    reference.aspose.com/words/net/aspose.words.web...
  7. FieldCollection.RemoveAt | Aspose.Words for .NET

    Effortlessly remove fields from your document with the FieldCollection RemoveAt method. Streamline your data management today!... Count , Is . EqualTo ( 6 )); // Below...(); Assert . That ( fields . Count , Is . EqualTo ( 5 )); // 2...

    reference.aspose.com/words/net/aspose.words.fie...
  8. FieldCollection.Remove | Aspose.Words for .NET

    Effortlessly remove specific fields from your document with the FieldCollection Remove method, streamlining your data management process.... Count , Is . EqualTo ( 6 )); // Below...(); Assert . That ( fields . Count , Is . EqualTo ( 5 )); // 2...

    reference.aspose.com/words/net/aspose.words.fie...
  9. Field.remove method | Aspose.Words for Python

    Field.remove method. Removes the field from the document... count ) # Below are four ways of removing...assertEqual ( 5 , fields . count ) # 2 - Get the collection to...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ListFormat.list_outdent method | Aspose.Words f...

    ListFormat.list_outdent method. Decreases the list level of the current paragraph by one level.... In Word documents, lists may consist...builder . writeln ( 'Aspose.Words main advantages are:' ) # A...

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