Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 22,509 for

print

(0.08 sec)
  1. Developer Guide|Documentation

    This Developer Guide describes practical scenarios and tips to help you use specific Aspose.Cells for .NET features, achieve a certain excel appearance, or make a use case possible....Open XML Spreadsheet Format Print Print and Preview Rendering and...Setting Page Options Setting Print Options Managing Page Breaks...

    docs.aspose.com/cells/net/developer-guide/
  2. Convert Presentations in Handout Mode in C++|As...

    Convert Presentations in Handout Mode in C++...including creating handouts for printing in Handout mode. This mode...set_PrintSlideNumbers ( true ); // print slide numbers slidesLayoutOptions...

    docs.aspose.com/slides/cpp/convert-powerpoint-i...
  3. 在xlsx4j中打印工作簿|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....SheetRender ( sheet , imgOptions ); //Print the worksheet sr . toPrinter...WorkbookRender ( book , imgOptions ); //Print the workbook wr . toPrinter...

    docs.aspose.com/cells/zh/java/printing-workbook...
  4. Extracting text from ID cards|Documentation

    How to digitize scanned or photographed ID cards by automatically extracting text from them....) # Print recognition result for result in results : print ( result...

    docs.aspose.com/ocr/python-net/recognition/id-c...
  5. DetectAreasMode.UNIVERSAL|Documentation

    How Aspose.OCR determines the structure of a document using the DetectAreasMode.UNIVERSAL algorithm....recognitionSettings ) # Print recognition result print ( result [ 0 ]...

    docs.aspose.com/ocr/python-net/areas-detection/...
  6. Limit the Number of Pages Generated - Excel to ...

    Learn how to limit the number of pages generated when converting an Excel spreadsheet to PDF using Aspose.Cells for Node.js via C++....Hide ] Sometimes, you want to print a range of pages to an output...AsposeCells . PdfSaveOptions (); // Print only Page 3 and Page 4 in the...

    docs.aspose.com/cells/nodejs-cpp/limit-the-numb...
  7. DocumentBase.fontInfos property | Aspose.Words ...

    DocumentBase.fontInfos property. Provides access to properties of fonts used in this document.... Examples Shows how to print the details of what fonts are...count ). toEqual ( 5 ); // Print all the used and unused fonts...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Getting the list of misspelled words|Documentation

    How to get the list of misspelled words and replacement suggestions....ENG ) for error in errors : print ( "Found misspelled word: "...error . suggested_words ) > 0 : print ( "Most likely replacement:...

    docs.aspose.com/ocr/python-net/misspelled-words...
  9. 使用WorkbookMetadata与Python.NET|Documentation

    学习如何使用Aspose.Cells for Python via .NET API高效管理工作簿元数据。...)) # Read document property print ( w . custom_document_properties...rties . get ( "test" )) print ( "Press any key to continue.....

    docs.aspose.com/cells/zh/python-net/using-workb...
  10. Work with Text in a Table|Aspose.Words for Java

    Replace text in a table in Java. Extract Plain Text from Table or Cell using Java....following code example shows how to print the text range of a table: The...following code example shows how to print a text range of row and table...

    docs.aspose.com/words/java/extract-text-from-an...