Sort Score
Result 10 results
Languages All
Labels All
Results 1,441 - 1,450 of 24,050 for

range

(0.21 sec)
  1. ReplaceAction enumeration | Aspose.Words for No...

    Aspose.Words.Replacing.ReplaceAction enumeration. Allows the user to specify what happens to the current match during a replace operation....range.replace' , () => { let mainDoc...InsertDocumentAtRepl (); mainDoc . range . replace ( new Regex ( "\\[MY_DOCUMENT\\]"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Paragraph.appendField method | Aspose.Words for...

    Aspose.Words.Paragraph.appendField method... range . fields . at ( 2 ). result...updateFields (); expect ( doc . range . fields . at ( 2 ). result...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. LoadOptions.preserve_include_picture_field prop...

    LoadOptions.preserve_include_picture_field property. Gets or sets whether to preserve the INCLUDEPICTURE field when reading Microsoft Word formats... range . fields ])) doc . update_fields...FIELD_INCLUDE_PICTURE for f in doc . range . fields ])) See Also module...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FontFallbackSettings.buildAutomatic method | As...

    FontFallbackSettings.buildAutomatic method. Automatically builds the fallback settings by scanning available fonts....checked by Unicode Character Range fields and not by the actual...Unicode ranges are checked individually and several ranges related...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Working with multipage image formats|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....format, the 1st page of the range will be exported; in the case...multi-page format, all pages of the range will be exported. Example of...

    docs.aspose.com/imaging/net/working-with-multip...
  6. Compare Presentation Slides in Python|Aspose.Sl...

    Compare PowerPoint and OpenDocument presentations programmatically with Aspose.Slides for Python via .NET. Identify slide differences in code quickly....for i in range ( len ( p1 . masters )): for j in range ( len (...

    docs.aspose.com/slides/python-net/compare-slides/
  7. ChartDataLabel.show_data_labels_range property ...

    ChartDataLabel.show_data_labels_Range property. Allows to specify if values from data labels Range to be displayed in the data labels...show_data_labels_range property ChartDataLabel.show_data_labels_range property...if values from data labels range to be displayed in the data...

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

    Discover the Aspose.Words.ReplaceAction enum to control match outcomes in your replace operations, enhancing document editing efficiency and precision.... Range . Replace ( new Regex ( "\\[MY_DOCUMENT\\]"...interface IReplacingCallback class Range method Replace namespace Aspose...

    reference.aspose.com/words/net/aspose.words.rep...
  9. Cell constructor | Aspose.Words for Python

    Cell constructor. Initializes a new instance of the [Cell](../) class....Table ( doc ) for row_id in range ( 1 , row_count + 1 ): row =...append_child ( row ) for cell_id in range ( 1 , cell_count + 1 ): cell...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Table.title property | Aspose.Words for Python

    Table.title property. Gets or sets title of this table...Table ( doc ) for row_id in range ( 1 , row_count + 1 ): row =...append_child ( row ) for cell_id in range ( 1 , cell_count + 1 ): cell...

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