Sort Score
Result 10 results
Languages All
Labels All
Results 8,731 - 8,740 of 20,262 for

printing document

(0.19 sec)
  1. Export Range of Cells in a Worksheet to Image w...

    Learn how to export a specific range of cells in a worksheet to an image using Aspose.Cells with C++....an image of a range, set the print area to the desired range and...GetWorksheets (). Get ( 0 ); // Set the print area with the desired range...

    docs.aspose.com/cells/cpp/export-range-of-cells...
  2. Find Type of X and Y Values of Points in Chart ...

    Learn how to determine the type of X and Y values in chart series points using Aspose.Cells for Node.js via C++. This guide explains the types of data values and how to access and work with them in your charts....the first chart point, and prints them to the console. Please...node" ); // The path to the documents directory. const sourceDir...

    docs.aspose.com/cells/nodejs-cpp/find-type-of-x...
  3. DropDownItemCollection.contains method | Aspose...

    DropDownItemCollection.contains method. Determines whether the collection contains the specified value.... Document () builder = aw . DocumentBuilder...Iterate over the collection and print every element. for drop_down...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Rendering Slicer with C++|Documentation

    Render slicers in Excel files using Aspose.Cells with C++....into an image by setting the print area that covers only the slicer...GetWorksheets (). Get ( 0 ); // Set the print area because we want to render...

    docs.aspose.com/cells/cpp/rendering-slicer/
  5. Categories

    Find Answers by API Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cells Pr......HEX to RGB in Python Print Word Document with Comments in Python...

    kb.aspose.com/categories/page/3/
  6. 限制生成页面数 使用C++将Excel转换为PDF|Documentation

    了解如何在使用Aspose.Cells将Excel转换为PDF时限制生成的页面数。...PdfSaveOptions options ; // Print only Page 3 and Page 4 in the...); // Number of pages to be printed options . SetPageCount ( 2...

    docs.aspose.com/cells/zh/cpp/limit-the-number-o...
  7. Getting Headers or Footers|Documentation

    This article explains how to programmatically get headers and footers from Excel or OpenOffice files using the Aspose.Cells for Python via .NET API....Page Layout view, Print Preview, and on printed pages. You can also...and process the commands: AI Document Assistant Close Analyzing...

    docs.aspose.com/cells/python-net/get-headers-or...
  8. 使用 Aspose.Cells 检测合并单元格|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....frow , fcol , erow , ecol ; // Print Message System . out . println...更多详情,请访问 检测工作表中的合并单元格 。 AI Document Assistant Close 使用Aspose.Cells将工作簿转换为HTML...

    docs.aspose.com/cells/zh/java/detect-merged-cel...
  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....A1 cell to F20 cell) of the print area pageSetup . setPrintArea...createSheet ( "Sheet1" ); //sets the print area for the first sheet wb...

    docs.aspose.com/cells/zh/java/set-print-area/
  10. Get XMP metadata from EPS file using Python

    The process of getting XMP metadata from EPS file with Aspose.Page API solution for Python is explained and illustrated with the code here....########## 6 7 # The path to the documents directory. 8 data_dir = Util...instance from the stream 12 document = PsDocument(ps_stream) 13...

    docs.aspose.com/page/python-net/xmp-metadata/get/