Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 14,104 for

word count

(0.52 sec)
  1. DropDownItemCollection.Clear | Aspose.Words for...

    Efficiently clear all elements from the DropDownItemCollection with our Clear method. Streamline your data management effortlessly!... // In Microsoft Word, the user will click the combo...Assert . That ( dropDownItems . Count , Is . EqualTo ( 3 )); Assert...

    reference.aspose.com/words/net/aspose.words.fie...
  2. TabStopCollection.Before | Aspose.Words for .NET

    Discover the TabStopCollection Before method, efficiently retrieve the nearest left tab stop for seamless navigation in your application....one "inch" on the Microsoft Word tab stop ruler. tabStops . Add...Assert . That ( tabStops . Count , Is . EqualTo ( 2 )); Assert...

    reference.aspose.com/words/net/aspose.words/tab...
  3. TabStopCollection.After | Aspose.Words for .NET

    Discover the TabStopCollection After method to efficiently retrieve the first tab stop right of your specified position for seamless navigation....one "inch" on the Microsoft Word tab stop ruler. tabStops . Add...Assert . That ( tabStops . Count , Is . EqualTo ( 2 )); Assert...

    reference.aspose.com/words/net/aspose.words/tab...
  4. DropDownItemCollection.insert method | Aspose.W...

    DropDownItemCollection.insert method. Inserts a string into the collection at the specified index.... # In Microsoft Word, the user will click the combo...assertEqual ( 3 , drop_down_items . count ) self . assertEqual ( 'One'...

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

    Discover Aspose.Words.PropertyType enum to easily define document property data types for enhanced document management and customization.... Count , Is . EqualTo ( 0 )); // Custom...Assert . That ( properties . Count , Is . EqualTo ( 5 )); // Print...

    reference.aspose.com/words/net/aspose.words.pro...
  6. ControlChar.FieldStartChar | Aspose.Words for .NET

    Discover the ControlChar FieldStartChar for MS Word. Easily manage field characters and enhance your document formatting with precision!...FieldStartChar field Start of MS Word field character: (char)19. public...NodeType . Paragraph , true ). Count , Is . EqualTo ( 1 )); builder...

    reference.aspose.com/words/net/aspose.words/con...
  7. ControlChar.FieldEndChar | Aspose.Words for .NET

    Master MS Word with ControlChar and FieldEndChar! Enhance your document formatting and streamline your workflow effortlessly....FieldEndChar field End of MS Word field character: (char)21. public...NodeType . Paragraph , true ). Count , Is . EqualTo ( 1 )); builder...

    reference.aspose.com/words/net/aspose.words/con...
  8. TabStop.equals method | Aspose.Words for Python

    TabStop.equals method. Compares with the specified [TabStop](../).... words . TabStop ): ... Parameter Type...one "inch" on the Microsoft Word tab stop ruler. tab_stops ....

    reference.aspose.com/words/python-net/aspose.wo...
  9. BuiltInDocumentProperties.ContentType | Aspose....

    Discover how to use the BuiltInDocumentProperties ContentType property to efficiently manage your document's content type for enhanced organization....statistics such as word/page/character counts as metadata that...also be viewed in Microsoft Word by navigating File > Properties...

    reference.aspose.com/words/net/aspose.words.pro...
  10. BuiltInDocumentProperties.characters_with_space...

    BuiltInDocumentProperties.characters_with_spaces property. Represents an estimate of the number of characters (including spaces) in the document....Words updates this property when you...you call Document.update_word_count() . Examples Shows how to...

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