Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 23,370 for

print

(0.07 sec)
  1. Extract Text and Images from ODP Files using Py...

    Python source code to parse ODP Presentation....text in the current portion print(port . text) # Display font...font height of the text print(port . portion_format . font_height)...

    products.aspose.com/slides/python-net/parser/odp/
  2. Aspose.PDF Product Family

    Find answers to create, convert, edit, and manipulate PDF files programmatically....Pages in PDF using C# How to Print PDF in Python How to Remove...PDF in C# How to Print PDF using C# How to Print PDF in Java How...

    kb.aspose.com/pdf/page/6/
  3. Cell.tables property | Aspose.Words for Python

    Cell.tables property. Gets a collection of tables that are immediate children of the cell....get_child_table_count ( table ) print ( f 'Table # { i } has { count...table ) if table_depth > 0 : print ( f 'Table # { i } is nested...

    reference.aspose.com/words/python-net/aspose.wo...
  4. CompositeNode.select_nodes method | Aspose.Word...

    CompositeNode.select_nodes method. Selects a list of nodes matching the XPath expression....list with an enumerator and print the contents of every paragraph...= 0 for node in node_list : print ( f 'Table paragraph index {...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Convert PDF to Microsoft Word Documents in Pyth...

    Learn how to convert PDF documents to Word format in Python using Aspose.PDF for easy document editing.... Print a confirmation message. from...path_outfile , save_options ) print ( infile + " converted into...

    docs.aspose.com/pdf/python-net/convert-pdf-to-w...
  6. CustomXmlPart.clone method | Aspose.Words for P...

    CustomXmlPart.clone method. Makes a deep enough copy of the object...through the collection and print the contents of each part. for...( doc . custom_xml_parts ): print ( f 'XML part index { index...

    reference.aspose.com/words/python-net/aspose.wo...
  7. CustomXmlPartCollection indexer | Aspose.Words ...

    CustomXmlPartCollection indexer. Gets or sets an item at the specified index....through the collection and print the contents of each part. for...( doc . custom_xml_parts ): print ( f 'XML part index { index...

    reference.aspose.com/words/python-net/aspose.wo...
  8. CustomXmlPartCollection.clear method | Aspose.W...

    CustomXmlPartCollection.clear method. Removes all elements from the collection....through the collection and print the contents of each part. for...( doc . custom_xml_parts ): print ( f 'XML part index { index...

    reference.aspose.com/words/python-net/aspose.wo...
  9. 通过C++用JavaScript获取工作表页面设置的纸张宽度和高度|Documentation

    了解如何通过C++的JavaScript程序化获取Excel工作表页面设置的纸张宽度和高度。...// Set paper size to A2 and print paper width and height in inches...// Set paper size to A3 and print paper width and height in inches...

    docs.aspose.com/cells/zh/javascript-cpp/get-pap...
  10. Run.nodeType property | Aspose.Words for Node.js

    Run.nodeType property. Returns [NodeType.Run](../../nodetype/#Run)....function that will go through and print all the child nodes of a composite...traverses a node tree while printing the type of each node ///...

    reference.aspose.com/words/nodejs-net/aspose.wo...