Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 15,862 for

print

(0.12 sec)
  1. FontInfo.is_true_type property | Aspose.Words f...

    FontInfo.is_true_type property. Indicates that this font is a TrueType or OpenType font as opposed to a raster or vector font... Examples Shows how to print the details of what fonts are...all_fonts = doc . font_infos # Print all the used and unused fonts...

    reference.aspose.com/words/python-net/aspose.wo...
  2. CertificateHolder.certificate property | Aspose...

    CertificateHolder.certificate property. Returns the instance of X509Certificate2 which holds private, public keys and certificate chain.... digital_signatures : print ( f " \n { ( 'Valid' if signature...'Invalid' ) } signature: " ) print ( f ' \t Reason: \t { signature...

    reference.aspose.com/words/python-net/aspose.wo...
  3. DigitalSignature.signature_type property | Aspo...

    DigitalSignature.signature_type property. Gets the type of the digital signature.... digital_signatures : print ( f " \n { ( 'Valid' if signature...'Invalid' ) } signature: " ) print ( f ' \t Reason: \t { signature...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Page Setup Features with C++|Documentation

    Learn how to configure page setup features in Excel files using Aspose.Cells with C++....can set the paper size for printing using the PageSetup class..."PaperSize.xlsx" ); } Setting Print Area You can define a specific...

    docs.aspose.com/cells/cpp/page-setup-features/
  5. PhysicalFontInfo.file_path property | Aspose.Wo...

    PhysicalFontInfo.file_path property. Path to the font file if any....from a custom folder, and then print every available font. folder_font_source...] . get_available_fonts (): print ( 'FontFamilyName :' , font_info...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Parsing Outlook Message Files in Python|Documen...

    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....Display sender's name print "Sender Name : " print outlook_message_file...() #Display Subject print "Subject : " print outlook_message_file...

    docs.aspose.com/email/java/parsing-outlook-mess...
  7. DigitalSignature.is_valid property | Aspose.Wor...

    DigitalSignature.is_valid property. Returns ``True`` if this digital signature is valid and the document has not been tampered with.... digital_signatures : print ( f " \n { ( 'Valid' if signature...'Invalid' ) } signature: " ) print ( f ' \t Reason: \t { signature...

    reference.aspose.com/words/python-net/aspose.wo...
  8. CustomPart.name property | Aspose.Words for Python

    CustomPart.name property. Gets or sets this part's absolute name within the OOXML package or the target URL....Enumerate over the collection and print every part. for index , part...package_custom_parts ): print ( f 'Part index { index } :' ) print ( f ' \t...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Printing Documents

    Products Aspose.Total Product Solution Aspose.Words Product Solution Aspose.PDF Product Solution Aspose.Cells Product......Developer Guide Printing Documents Printing Documents Contents...Contents [ Hide Show ] Printing a Document Aspose.Note for Java API...

    docs.aspose.com/note/java/printing-documents/
  10. Loading, Viewing and Parsing MSG file|Documenta...

    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....msg" ) # Get subject print ( "Subject: " + msg . subject...subject ) # Get from address print ( "From: " + msg . sender_email_address...

    docs.aspose.com/email/python-net/loading-viewin...