Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 19,438 for

print

(0.06 sec)
  1. CompositeNode.first_child property | Aspose.Wor...

    CompositeNode.first_child property. Gets the first child of the 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...
  2. FontInfoCollection class | Aspose.Words for Python

    aspose.words.fonts.FontInfoCollection class. Represents a collection of fonts used in a document...docx' ) 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...
  3. Extract PDF Metadata using Python | Aspose.PDF

    Extract PDF format metadata programmatically with Python sample code using Aspose.PDF for Python for .NET... The code uses the ‘print’ function to show this information...information print ( "Author :" , doc_info . author ) print ( "Creation...

    products.aspose.com/pdf/python-net/metadata/
  4. Extracting Email Headers in 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....eml" ) print "Printing all Headers:" \ # Print out all the...getHeaders () . getCount ()): print message . getHeaders () . get...

    docs.aspose.com/email/java/extracting-email-hea...
  5. StructuredDocumentTagCollection.get_by_title me...

    StructuredDocumentTagCollection.get_by_title method. Returns the first structured document tag encountered in the collection with the specified title....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. Retrieve All Layers from the Visio Diagram in P...

    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....$layer = $layers -> get ( $i ); print "Name: " . ( string ) $layer...getName () -> getValue (); print "Visibility: " . ( string )...

    docs.aspose.com/diagram/java/retrieve-all-layer...
  7. CompositeNode.get_child_nodes method | Aspose.W...

    CompositeNode.get_child_nodes method. Returns a live collection of child nodes that match the specified type.... 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...
  8. Default Project Properties in PHP

    Learn how to work with default project properties of Microsoft Project (MPP/XML) projects using Aspose.Tasks Java for PHP....xml' ); 2 $prj = new Prj(); 3 print "Project Version : " . (string)...( $prj -> SAVE_VERSION ); 4 print " \n New Task Default Start:...

    docs.aspose.com/tasks/java/default-project-prop...
  9. Parsing Outlook Message Files in PHP|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....); \ # Display sender's name print "Sender Name : " . $outlook_message_file...getSenderName (); #Display Subject print "Subject : " . $outlook_message_file...

    docs.aspose.com/email/java/parsing-outlook-mess...
  10. MultiplePagesType Enum | Aspose.Words for .NET

    Discover Aspose.Words.Settings.MultiplePagesType enum for efficient document Printing options. Optimize your workflow with flexible Printing settings!...Specifies how document is printed out. public enum MultiplePagesType...Description Normal 0 Normal printing, no multiple pages specified...

    reference.aspose.com/words/net/aspose.words.set...