Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 19,382 for

print

(0.03 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. 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...
  5. 使用 Python 搜索 PDF | Aspose.PDF

    无需在 .NET Framework、.NET Core 上打开即可搜索 PDF 文档的 Python....text_fragments : print ( f "Text : { textFragment . text } " ) print ( f "Position...textFragment . position } " ) print ( f "XIndent : { textFragment...

    products.aspose.com/pdf/zh-hans/python-net/search/
  6. Comment.ancestor property | Aspose.Words for Py...

    Comment.ancestor property. Returns the parent [Comment](../) object... Examples Shows how to print all of a document’s comments...to a reply-type comment. # Print all top-level comments along...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Fill.fill_type property | Aspose.Words for Python

    Fill.fill_type property. Gets a fill type.... print ( 'The type of the fill is:...format ( fill . fill_type )) print ( 'The foreground color of the...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 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/
  9. 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...
  10. 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...