Sort Score
Result 10 results
Languages All
Labels All
Results 2,011 - 2,020 of 24,711 for

range

(1.02 sec)
  1. Formatting not retained while creating .ppt fro...

    I'm trying to save a excel workbook template as a powerpoint presentation. The background color of grey colored cells in the tables in the excel sheets are not retained as such. They become black instead. How do we reta…...getWorksheets(); NamedRange[] ranges = sheets.getNamedRanges();...for (NamedRange range : ranges) { if (!range.getText().startsWith(namePrefix))...

    forum.aspose.com/t/formatting-not-retained-whil...
  2. Stroke.back_tint_and_shade property | Aspose.Wo...

    Stroke.back_tint_and_shade property. Gets or sets a double value that lightens or darkens the stroke background color....allowed values are within the range from -1 (the darkest) to 1 (the...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FieldCollection.Count | Aspose.Words for .NET

    Discover the FieldCollection Count property, which efficiently returns the total number of fields in your collection for streamlined data management.... Range . Fields ; Assert . That ( fields...FieldCollection fields = doc . Range . Fields ; Assert . That ( fields...

    reference.aspose.com/words/net/aspose.words.fie...
  4. ChartSeriesGroup | Aspose.Words for Java

    Represents properties of a chart series group that is the properties of chart series of the same type associated with the same axes in Java.... The range of acceptable values is from...ChartSeriesType.DOUGHNUT type. The range of acceptable values is from...

    reference.aspose.com/words/java/com.aspose.word...
  5. Recognize EAN BarCode Images via Python | produ...

    Scan EAN symbology barcode images using Python applications without using any other software....can be easily read by a wide range of scanning devices, including... and can be used on a wide range of products, including food...

    products.aspose.com/total/python-net/recognize-...
  6. Field.update method | Aspose.Words for Python

    aspose.words.fields.Field.update method... 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...
  7. BookmarkStart class | Aspose.Words for Node.js

    Aspose.Words.BookmarkStart class. Represents a start of a bookmark in a Word document...(Inherited from Node ) range Returns a Range object that represents...3 ); let bookmarks = doc . range . bookmarks ; expect ( bookmarks...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. -horz tag in Excel - Free Support Forum - aspos...

    I am using a foreach in my Excel file and wanted to know if some of the tags used in Word can also work in Excel. I understand the cellMerge -horz tag in Word and what this aims to accomplish, this works how I would exp…... Transpose the populated range // Assume the mail‑merge has...Count; // number of items merged Range source = ws.Cells.CreateRange($"A2:A{rowCount...

    forum.aspose.com/t/horz-tag-in-excel/321144
  9. 透视表和源数据|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....Changing named range "DataSource" const range = worksheet . cells...createRange ( 0 , 0 , 9 , 3 ); range . name = "DataSource" ; // Saving...

    docs.aspose.com/cells/zh/javascript-cpp/pivot-t...
  10. How to Add Top10 Conditional Formatting|Documen...

    How to use the Aspose.Cells for Python via .NET library to apply Top10 conditional formatting. By adjusting these criteria, you have more control over how cells look and appear....Excel, step by step: Select the range of cells you want to analyze...cell_area_name ) k = 0 for i in range ( area . start_column , area...

    docs.aspose.com/cells/python-net/how-to-add-top...