Sort Score
Result 10 results
Languages All
Labels All
Results 2,351 - 2,360 of 24,284 for

range

(0.2 sec)
  1. Find and Replace Text in Documents|Aspose.Words...

    Find and replace text or strings. Apache POI does not provide an opportunity to find and replace....particular string within the current range. It returns the number of replacements...

    docs.aspose.com/words/java/find-and-replace-tex...
  2. Bookmark.name property | Aspose.Words for Python

    Bookmark.name property. Gets or sets the name of the bookmark.... range . bookmarks [ 0 ] . name ) doc...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 访问工作表的单元格|Documentation

    本文介绍了如何使用Aspose.Cells for JavaScript通过C++ API获取工作表的最大显示范围并访问单元格。...Access the Maximum Display Range const range = worksheet . cells ....Display Range RefersTo property const refersTo = range . refersTo...

    docs.aspose.com/cells/zh/javascript-cpp/accessi...
  4. Shading.foregroundTintAndShade property | Aspos...

    Shading.foregroundTintAndShade property. Gets or sets a double value that lightens or darkens a foreground theme color....The allowed values are in the range from -1 (the darkest) to 1 (the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Shading.backgroundTintAndShade property | Aspos...

    Shading.backgroundTintAndShade property. Gets or sets a double value that lightens or darkens a background theme color....The allowed values are in the range from -1 (the darkest) to 1 (the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. 使用JavaScript通过C++获取具有外部链接的范围|Documentation

    学习如何用Aspose.Cells for JavaScript通过C++获取具有外部链接的范围,方便高效地从不同Excel文件提取数据。...arrayBuffer )); // Accessing named ranges via worksheets.names const...outputLines . push ( `<p>Named Ranges Count: ${ namesCount } </p>`...

    docs.aspose.com/cells/zh/javascript-cpp/get-ran...
  7. Aspose::Words::Shading::get_ForegroundTintAndSh...

    Aspose::Words::Shading::get_ForegroundTintAndShade method. Gets or sets a double value that lightens or darkens a foreground theme color in C++....The allowed values are in the range from -1 (the darkest) to 1 (the...

    reference.aspose.com/words/cpp/aspose.words/sha...
  8. Rotating Cell Text|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....//Define a range object (B2). Excel . Range _range ; _range = objSheet...objSheet . get_Range ( "B2" , "B2" ); //Specify the angle of rotation...

    docs.aspose.com/cells/net/rotating-cell-text/
  9. IReplacingCallback.replacing method | Aspose.Wo...

    IReplacingCallback.replacing method. A user defined method that is called during a replace operation for each match found just before a replace is made.... range . replace ( new Regex ( "New...Add support of regex to doc.range.replace' , () => { let mainDoc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Update Fields in Java|Aspose.Words for Java

    Learn how to update fields in Java. Update fields programmatically or use automatic field update using Java API...part of a document, obtain a Range object and call the UpdateFields...Aspose.Words, you can obtain a Range for any node in the document...

    docs.aspose.com/words/java/update-field/