Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 19,455 for

print

(0.09 sec)
  1. Working With Styles in Python|Aspose.Words for ...

    Working With Styles using Python....PARA_STYLE ) print "abc = " + str ( paragraphs [ 0 ]) print "Paragraphs...for paragraph in paragraphs : print str ( paragraph . toString (...

    docs.aspose.com/words/java/working-with-styles-...
  2. CustomPart.data property | Aspose.Words for Python

    CustomPart.data property. Contains the data of this custom part....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...
  3. CustomPart.is_external property | Aspose.Words ...

    CustomPart.is_external property. False if this custom part is stored inside the OOXML package...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...
  4. 在 Python 中获取 PDF 文件信息|Aspose.PDF for Java

    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....显示文档信息 print "作者:-" + str ( doc_info . getAuthor ()) print "创建日期:-"...()) print "关键词:-" + str ( doc_info . getKeywords ()) print "修改日期:-"...

    docs.aspose.com/pdf/zh/java/get-pdf-file-inform...
  5. IStructuredDocumentTag.is_multi_section propert...

    IStructuredDocumentTag.is_multi_section property. Returns true if this instance is a ranged (multi-section) structured document tag....1160505028 ) print ( sdt . is_multi_section ) print ( sdt . title... get_by_title ( 'Alias4' ) print ( sdt . id ) See Also module...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Style.styles property | Aspose.Words for Python

    Style.styles property. Gets the collection of styles this style belongs to.... styles : print ( f 'Style name: \t " { cur_style..." { cur_style . type } "' ) print ( f ' \t Subsequent style: \t...

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

    Style.document property. Gets the owner document.... styles : print ( f 'Style name: \t " { cur_style..." { cur_style . type } "' ) print ( f ' \t Subsequent style: \t...

    reference.aspose.com/words/python-net/aspose.wo...
  8. First Application with Aspose.Email Outlook|Doc...

    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.... print ( "Subject:" + msg . getSubject...//sender name System . out . print ( "From:" + msg . getSenderName...

    docs.aspose.com/email/java/first-application-wi...
  9. Metered | Aspose.Words for Java

    Provides methods to set metered key in Java....new Metered license, and then print its usage statistics. Metered...using Aspose.Words, and then print our metered stats again to see...

    reference.aspose.com/words/java/com.aspose.word...
  10. Extract Text from Presentation|Aspose.Slides fo...

    Extract text from slide or PowerPoint presentation in Python...text in the current portion print ( port . text ) # Display font...font height of the text print ( port . portion_format . font_height...

    docs.aspose.com/slides/python-net/extract-text-...