Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 19,455 for

print

(0.04 sec)
  1. Autofit Setting to Tables in Jython|Aspose.Word...

    Autofit Setting to Tables using Jython....doc" ) print "Table auto fit to contents..."AutoFitToFixedWidth.doc" ) print "Table auto fit to fixed width...

    docs.aspose.com/words/java/autofit-setting-to-t...
  2. Export Visio Diagram to XML 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.... $saveFileFormat -> VDX ); print "Exported visio diagram to VDX... $saveFileFormat -> VSX ); print "Exported visio diagram to VSX...

    docs.aspose.com/diagram/java/export-visio-diagr...
  3. TextBox.is_valid_link_target method | Aspose.Wo...

    TextBox.is_valid_link_target method. Determines whether this [TextBox](../) can be linked to the target [TextBox](../).... previous == None : print ( 'This TextBox is the head...text_box2 . previous != None : print ( 'This TextBox is the middle...

    reference.aspose.com/words/python-net/aspose.wo...
  4. TextBox.next property | Aspose.Words for Python

    TextBox.next property. Returns or sets a [TextBox](../) that represents the next [TextBox](../) in a sequence of shapes.... previous == None : print ( 'This TextBox is the head...text_box2 . previous != None : print ( 'This TextBox is the middle...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Document.update_list_labels method | Aspose.Wor...

    Document.update_list_labels method. Updates list labels for all list items in the document.... b ), list ( paras )))))): print ( f 'List item paragraph # {...SaveFormat . TEXT ) . strip () print ( f ' \t Exported Text: { paragraph_text...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Calculating IFNA Function with Python.NET using...

    Learn how to calculate IFNA function in Excel files using Aspose.Cells for Python.NET. Handle...calculate_formula () # Print the values of A5 and A6 print ( cell_a5 . string_value...string_value ) print ( cell_a6 . string_value ) NumPy, Pandas...

    docs.aspose.com/cells/python-net/calculating-if...
  7. 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...
  8. Setting Different Headers and Footers For Diffe...

    This article provides sample code that shows how to programmatically set various headers and footers of Excel worksheet Page Setup settings using the C# Library and .NET API. You can set the headers and footers for the first page, odd pages and even pages....MS Excel Click page Layout > Print Titles > Header/Footer . Check...Headers and Footers Setting Print Options...

    docs.aspose.com/cells/net/setting-different-hea...
  9. Converting Excel Files to HTML in Python|Docume...

    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.... HTML ) \ # Print message print " \n Excel to HTML conversion...

    docs.aspose.com/cells/java/converting-excel-fil...
  10. Freeze Panes in Jython|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....xls" ) # Print Message print "Panes freeze successfull...

    docs.aspose.com/cells/java/freeze-panes-in-jython/