Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 23,404 for

print

(0.09 sec)
  1. AttributeError: type object 'aspose.email.mapi....

    AttributeError: type object ‘aspose.email.mapi.MapiMessage’ has no attribute ‘from_file’ when loading the .msg file from aspose.email.mapi import MapiMessage msg = MapiMessage.from_file(“message.msg”)...properties print("Subject: " + msg.Subject) print("From: " +...+ msg.SenderEmailAddress) print("Body: " + msg.Body) Ensure that...

    forum.aspose.com/t/attributeerror-type-object-a...
  2. Getting recognition results as text|Documentation

    Returning Aspose.OCR for Python via .NET recognition results as formatted text....recognize ( input ) # Print recognition result print ( result [ 0 ]...

    docs.aspose.com/ocr/python-net/save-text/
  3. VbaModuleCollection class | Aspose.Words for Py...

    aspose.words.vba.VbaModuleCollection class. Represents a collection of [VbaModule](../vbamodule/) objects... is_signed : print ( f 'Project name: { vba_project...modules . count } \n ' ) else : print ( f 'Project name: { vba_project...

    reference.aspose.com/words/python-net/aspose.wo...
  4. How to Prevent Users from Printing Excel File w...

    Learn how to prevent users from Printing excel through the Aspose.Cells for C++ API....How to Prevent Users from Printing Excel File with Golang via...company will not allow us to print them. This document will tell...

    docs.aspose.com/cells/go-cpp/how-to-prevent-pri...
  5. Using FormulaText Function in Aspose.Cells with...

    Learn how to work with Excel's FORMULATEXT function using Aspose.Cells for Python via .NET. Get and set cell formulas programmatically while maintaining spreadsheet integrity....calculate_formula () # Print the results of A2, It will now print the text...the formula inside cell A1 print ( cell_a2 . string_value ) Console...

    docs.aspose.com/cells/python-net/using-formulat...
  6. 在Python中保存文件|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....EXCEL_2003_XML ) #Print Message print ( "<BR>" ) print ( "Worksheets...

    docs.aspose.com/cells/zh/java/saving-files-in-p...
  7. Node.node_type property | Aspose.Words for Python

    Node.node_type property. Gets the type of this node....while node is not None : print () print ( 'Node type:' , aw . Node...node . get_text () . strip () print ( 'This node contains no text'...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Convert Between Measurement Units|Aspose.Words ...

    Aspose.Words for Python via .NET can help you with how to convert between measurement units, for example, inches to points and points to inches, pixels to points, points to pixels.... inch_to_point ( inches ) print ( f "{inches} inches = {points}.... point_to_inch ( points ) print ( f "{points} points = {inches}...

    docs.aspose.com/words/python-net/convert-betwee...
  9. Extracting text from passport images|Documentation

    How to digitize scanned or photographed passports by automatically extracting text from them....) # Print recognition result for result in results : print ( result...detail in details : print ( detail . key ) print ( detail . value...

    docs.aspose.com/ocr/python-net/recognition/pass...
  10. CustomDocumentProperties class | Aspose.Words f...

    aspose.words.properties.CustomDocumentProperties class. A collection of custom document properties...custom document property #2' ) print ( 'Custom Properties:' ) for...ies : print ( custom_document_property . name ) print ( f ' \t...

    reference.aspose.com/words/python-net/aspose.wo...