Sort Score
Result 10 results
Languages All
Labels All
Results 1,181 - 1,190 of 21,545 for

range

(0.05 sec)
  1. Add Hyperlinks to Cells in VSTO and Aspose.Cell...

    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....//Define a range object(A1). Excel . Range _range ; _range = objSheet...objSheet . get_Range ( "A1" , "A1" ); //Add a hyperlink to it. objSheet...

    docs.aspose.com/cells/net/add-hyperlinks-to-cel...
  2. IFieldResultFormatter.Format | Aspose.Words for...

    Discover the iFieldResultFormatter Format method in Aspose.Words that enhances document formatting with customizable capitalization options like Upper case.... Range . Fields [ 0 ]. Result , Is...yyyy\"" ); Assert . That ( doc . Range . Fields [ 1 ]. Result . StartsWith...

    reference.aspose.com/words/net/aspose.words.fie...
  3. Export EMAIL to MD via C++ | products.aspose.com

    C++ API to Convert EMAIL to MD without using Microsoft Word or Outlook... It supports a wide range of email file formats, including...MBOX. The API also provides a range of features, such as the ability...

    products.aspose.com/total/cpp/conversion/email-...
  4. 获取、更新和展开书签使用Python|Aspose.PDF for Python via .NET

    本文描述了如何使用我们的Aspose.PDF for Python库在PDF文件中使用书签。...input_pdf ) # 遍历所有书签 for i in range ( len ( document . outlines...str_level_seprator = "" for i in range ( bookmark . level ): str_level_seprator...

    docs.aspose.com/pdf/zh/python-net/get-update-an...
  5. 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...
  6. 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...
  7. FieldDisplayBarcode Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldDisplayBarcode class to effortlessly implement DISPLAYBARCODE fields in your documents. Enhance your document management today!... Valid values are in the range [0, 0xFFFFFF] BarcodeType {...symbol. Valid values are in the range [0, 0xFFFFFF] Format { get;...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Convert WORD to XLSM using Python or with free ...

    WORD to XLSM conversion in your Python applications without using Microsoft Word or Excel or online. Test free WORD to XLSM online converter quickly before integrating the code.... It provides a wide range of features such as creating...more. It also provides a wide range of features such as creating...

    products.aspose.com/total/python-net/conversion...
  9. 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...
  10. 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...