Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 4,536 for

range

(0.09 sec)
  1. ReplacingArgs.GroupName | Aspose.Words for .NET

    Discover how to effectively use the GroupName property to replace captured groups in your matches with custom strings. Enhance your string manipulation skills!... Range . Replace ( new Regex ( "[0-9]+"...

    reference.aspose.com/words/net/aspose.words.rep...
  2. FieldIndex | Aspose.Words for Java

    Implements the INDEX field in Java....outside the "a-c" character range to be omitted. index.setLetterRange("a-c");...outside the "a-c" character range that the INDEX field's LetterRange...

    reference.aspose.com/words/java/com.aspose.word...
  3. FindReplaceOptions.useLegacyOrder property | As...

    FindReplaceOptions.useLegacyOrder property. True indicates that a text search is performed sequentially from top to bottom considering the text boxes...range.replace' , ( useLegacyOrder...will go over all the runs in a range in sequential order. options...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. ChartDataLabelCollection.clear_format method | ...

    ChartDataLabelCollection.clear_format method. Clears format of all [ChartDataLabel](../../chartdatalabel/) in this collection....""" for i in range ( labels_count ): series . has_data_labels...data_labels [ i ] . show_data_labels_range ) series . data_labels [ i ]...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ChartDataLabel.is_visible property | Aspose.Wor...

    ChartDataLabel.is_visible property. Returns ``True`` if this data label has something to display....""" for i in range ( labels_count ): series . has_data_labels...data_labels [ i ] . show_data_labels_range ) series . data_labels [ i ]...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FontSettings.fallback_settings property | Aspos...

    FontSettings.fallback_settings property. Settings related to font fallback mechanism....across Unicode character code ranges. doc = aw . Document () font_settings...the "M+ 2m" font in all other ranges that other fonts in the scheme...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ChartDataLabel.show_percentage property | Aspos...

    ChartDataLabel.show_percentage property. Allows to specify if percentage value is to be displayed for the data labels on a chart...""" for i in range ( labels_count ): series . has_data_labels...data_labels [ i ] . show_data_labels_range ) series . data_labels [ i ]...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ChartDataLabel.show_series_name property | Aspo...

    ChartDataLabel.show_series_name property. Returns or sets a Boolean to indicate the series name display behavior for the data labels on a chart...""" for i in range ( labels_count ): series . has_data_labels...data_labels [ i ] . show_data_labels_range ) series . data_labels [ i ]...

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

    aspose.words.tables.Table class. Represents a table in a Word document...(Inherited from Node ) range Returns a Range object that represents...Table ( doc ) for row_id in range ( 1 , row_count + 1 ): row =...

    reference.aspose.com/words/python-net/aspose.wo...
  10. FindReplaceOptions.applyFont property | Aspose....

    FindReplaceOptions.applyFont property. Text formatting applied to new content....range.replace' , () => { let doc =...let replacementCount = doc . range . replace ( new Regex ( "[0-9]+"...

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