Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 24,284 for

range

(0.26 sec)
  1. Modify an Existing Style|Documentation

    Aspose.Cells is a Node.js library for working with spreadsheet files that allows users to modify existing cell styles. This article will introduce how to modify an existing cell style with the Aspose.Cells library so that users can change the appearance of the cells as they need....and apply it to the selected range. Using Aspose.Cells for Node...Style object, applies it to a range of cells, and modifies the Style...

    docs.aspose.com/cells/nodejs-cpp/modify-an-exis...
  2. FieldMergeBarcode.BackgroundColor | Aspose.Word...

    Discover the FieldMergeBarcode BackgroundColor property to customize your barcode's appearance. Easily set colors for enhanced visibility and branding!... Valid values are in the range [0, 0xFFFFFF] public string...table ); Assert . That ( doc . Range . Fields [ 0 ]. Type , Is ....

    reference.aspose.com/words/net/aspose.words.fie...
  3. Excel单元格操作|Documentation

    Excel单元格操作 合并、复制/粘贴、清除内容,以及通过AI自动化进行先进的单元格操作..."operation" : "merge_cells" , "range" : "A1:C1" } } 取消合并单元格 { "tool"..."operation" : "unmerge_cells" , "range" : "A1:C1" } } 复制单元格 { "tool"...

    docs.aspose.com/cells/zh/nodejs-cpp/mcp/cell-op...
  4. AztecSymbolMode|Aspose.BarCode for Python via ....

    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....best symbol (Compact or Full-range) for Aztec. This is default...4 layers. FULL_RANGE Specifies the Full-range symbol for Aztec...

    docs.aspose.com/barcode/python-net/api-referenc...
  5. TxtLoadOptions | Aspose.Words for .NET

    Discover the TxtLoadOptions constructor! Easily initialize with default values and streamline your data loading process for enhanced performance.... Range . Fields ) Console . WriteLine...com/" , Is . EqualTo ( doc . Range . Fields [ 0 ]. Result . Trim...

    reference.aspose.com/words/net/aspose.words.loa...
  6. 使用 C++ 自动调整合并单元格的行高|Documentation

    了解如何使用 Aspose.Cells for C++ 自动调整 Excel 中合并单元格的行高。...( 0 ); // Create a range A1:B2 Range range = sheet1 . GetCells...2 , 2 ); // Merge the cells range . Merge (); // Insert value...

    docs.aspose.com/cells/zh/cpp/autofit-rows-for-m...
  7. Convert MD to ODP via Java API | products.aspos...

    Java API to Convert MD to ODP without using Microsoft Word...suite of APIs provides a wide range of features and capabilities...to PPTX. This API provides a range of features that make it easy...

    products.aspose.com/total/java/conversion/md-to...
  8. Text underline not appearing correctly when sav...

    Hi team, I am using the code below on a linux server to create an image from a Range, I insert the image into PowerPoint. private static ImageOrPrintOptions _options = new ImageOrPrintOptions() { HorizontalResolution…...server to create an image from a range, I insert the image into PowerPoint...as shown on screen) Aspose range as image.zip (139.1 KB) The...

    forum.aspose.com/t/text-underline-not-appearing...
  9. Work with Text in a Table|Aspose.Words for C++

    Replace text in a table in C++. Extract Plain Text from Table or Cell using C++....access to the Range object. Using the table range object, you can...from Table or Cell Using the Range object, you can also call methods...

    docs.aspose.com/words/cpp/work-with-text-in-a-t...
  10. CellsException: Invalid shift option with inser...

    When I use the insertCutCells method exactly as outlined here and I provide the ShiftType.NONE option, I always get the error: com.aspose.cells.CellsException: Invalid shift option. I want to do a cut, but not insert t…...selecting range 2) shortcut ctrl + x 3) selecting another range 4) shortcut...Use Cells.cut() to cut the range you want. Use Cells.insertCutCells()...

    forum.aspose.com/t/cellsexception-invalid-shift...