Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 24,279 for

range

(0.57 sec)
  1. EditableRange.single_user property | Aspose.Wor...

    EditableRange.single_user property. Returns or sets the single user for editable Range....the single user for editable range. @property def single_user (...simultaneously for the specific editable range, if the one is set, the other...

    reference.aspose.com/words/python-net/aspose.wo...
  2. C# API to Export CGM to GIF | products.aspose.com

    Convert CGM to GIF without using Microsoft Word... It includes a range of APIs that can be used to...files to DOC. It provides a range of features that allow developers...

    products.aspose.com/total/net/conversion/cgm-to...
  3. CommentRangeStart class | Aspose.Words for Node.js

    Aspose.Words.CommentRangeStart class. Denotes the start of a region of text that has a comment associated with it...(Inherited from Node ) range Returns a Range object that represents...comments and their comment ranges using a document visitor. test...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Icon Sets Become Misaligned on Conversion to HT...

    Hello, The attached workbook IconSets.xlsx, contains a simple table with conditional formats that use Icon Sets. Under the latest version of Aspose Cells for Java version 18.10 - when the workbook is saved as HTML, the…...Workbook(fstream); // Get the named range Range range = workbook.getWorksheets()...to the address of the named range workbook.getWorksheets().get(0)...

    forum.aspose.com/t/icon-sets-become-misaligned-...
  5. 用C++设置边框|Documentation

    如何在C++中使用Aspose.Cells库设置单元格的边框样式和颜色。通过调整边框宽度、样式和颜色,可以更好地控制单元格的外观。...CreateRange 方法返回一个 Range 对象,其中包含指定范围的单元格。 Range 对象提供一个 SetOutlineBorder...From Aspose" ); // Creating a range of cells starting from "A1"...

    docs.aspose.com/cells/zh/cpp/cells-border-setti...
  6. Working Solution for Worksheet Resizing|Aspose....

    Fix Excel worksheet OLE resizing in presentations: two ways to keep object frames consistent—scale the frame or the sheet—across the PPT and PPTX formats.... Range cellRange , int imageResolution...imageStream ; } Scale the Cell Range Size In this approach, we will...

    docs.aspose.com/slides/net/working-solution-for...
  7. PSD and PSB File Header|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.... The supported range is 1 to 56. 4 The height of...image in pixels. The supported range is 1 to 30,000. PSB File supports...

    docs.aspose.com/psd/net/psd-and-psb-file-header/
  8. Working Solution for Worksheet Resizing|Aspose....

    Working solution for worksheet resizing in PowerPoint presentations using C++...CreateOleImage ( Aspose :: Cells :: Range cellRange , int imageResolution...imageStream ; } Scale the Cell Range Size In this approach, we will...

    docs.aspose.com/slides/cpp/working-solution-for...
  9. 使用C++剪切并粘贴范围|Documentation

    学习如何使用Aspose.Cells for C++在工作表内剪切和粘贴单元格。...InsertCutCells 方法在工作表中剪切粘贴单元格,参数如下: Range :要剪切的单元格范围。 行索引:要插入单元格的行索引。...( 2 , 3 ). SetValue ( 4 ); Range namedRange = worksheet . GetCells...

    docs.aspose.com/cells/zh/cpp/cut-and-paste-cells/
  10. Extract PDF pages|Aspose.PDF for Java

    This section explains how to extract PDF pages with com.aspose.pdf.facades using PdfFileEditor class....allows you to extract specified range of pages from a PDF file. This...you do not want to extract a range of pages, rather a set of particular...

    docs.aspose.com/pdf/java/extract-pdf-pages/