Sort Score
Result 10 results
Languages All
Labels All
Results 2,611 - 2,620 of 14,200 for

word count

(0.13 sec)
  1. IChartDataPoint class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.IChartDataPoint class. Contains properties of a single data point on the chart.... count ). toEqual ( 3 ); expect ( chart...}); See Also module Aspose.Words.Drawing.Charts ChartYValueType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. FontSavingArgs.keepFontStreamOpen property | As...

    FontSavingArgs.keepFontStreamOpen property. Specifies whether Aspose.Words should keep the stream open or close it after saving a font....Words should keep the stream open...Default is false and Aspose.Words will close the stream you provided...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Comment.setText method | Aspose.Words for Node.js

    Comment.setText method. This is a convenience method that allows to easily set text of the comment.... count ). toEqual ( 2 ); // Comments...docx" ); See Also module Aspose.Words class Comment Comment.removeReply...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Comment.addReply method | Aspose.Words for Node.js

    Comment.addReply method. Adds a reply to this comment.... count ). toEqual ( 2 ); // Comments...docx" ); See Also module Aspose.Words class Comment Comment.storyType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Comment.set_text method | Aspose.Words for Python

    Comment.set_text method. This is a convenience method that allows to easily set text of the comment.... count ) # Comments that do not reply...docx' ) See Also module aspose.words class Comment Comment.remove_reply...

    reference.aspose.com/words/python-net/aspose.wo...
  6. BookmarksOutlineLevelCollection.remove method |...

    BookmarksOutlineLevelCollection.remove method. Removes a bookmark with the specified name from the collection.... count ) self . assertTrue ( outline_levels...clear () See Also module aspose.words.saving class BookmarksOutlineLeve...

    reference.aspose.com/words/python-net/aspose.wo...
  7. GradientStopCollection.removeAt method | Aspose...

    GradientStopCollection.removeAt method. Removes a [GradientStop](../../gradientstop/) from the collection at a specified index.... count ). toEqual ( 2 ); //expect(gradientStops...saveOptions ); See Also module Aspose.Words.Drawing class GradientStopCollecti...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. GradientStop.base_color property | Aspose.Words...

    GradientStop.base_color property. Gets a value representing the color of the gradient stop without any modifiers.... count ) self . assertEqual ( aspose...save_options ) See Also module aspose.words.drawing class GradientStop GradientStop...

    reference.aspose.com/words/python-net/aspose.wo...
  9. DigitalSignature.subject_name property | Aspose...

    DigitalSignature.subject_name property. Returns the subject distinguished name of the certificate that was used to sign the document.... count ) self . assertEqual ( aw ....subject_name ) See Also module aspose.words.digitalsignatures class DigitalSignature...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Range.Replace | Aspose.Words for .NET

    Effortlessly replace all instances of a character string pattern with the Range Replace method. Enhance your text processing with this powerful tool!... int count = doc . Range . Replace ( "...options ); Assert . That ( count , Is . EqualTo ( 2 )); Assert...

    reference.aspose.com/words/net/aspose.words/ran...