Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 26,713 for

print

(0.21 sec)
  1. How to find and iterate list lead in and childr...

    Hi Team, I am trying to find and iterate lists in an word documents using aspose words python library. Current approach : I have tried iterating all paragraphs and filtering list items using is_list_item method. Furt…...update_list_labels() # print list items labels for p in doc...as_paragraph() if p.is_list_item: print(p.list_label.label_string)...

    forum.aspose.com/t/how-to-find-and-iterate-list...
  2. VbaModuleCollection indexer | Aspose.Words for ...

    VbaModuleCollection indexer. Retrieves a [VbaModule](../../vbamodule/) object by index.... count print ( f 'Project name: { vba_project...for module in vba_modules : print ( f 'Module name: { module ...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Converting Worksheet to Image using ImageOrPrin...

    Learn how to convert a worksheet to an image file and apply various image and Print options using Aspose.Cells for Node.js via C++....and apply different image and print options for the image, such...quality, and other image and print options. You might try Office...

    docs.aspose.com/cells/nodejs-cpp/converting-wor...
  4. CustomXmlSchemaCollection.count property | Aspo...

    CustomXmlSchemaCollection.count property. Gets the number of elements contained in the collection....schemas and print each element. for schema in schemas : print ( schema...

    reference.aspose.com/words/python-net/aspose.wo...
  5. CustomXmlSchemaCollection.clear method | Aspose...

    CustomXmlSchemaCollection.clear method. Removes all elements from the collection....schemas and print each element. for schema in schemas : print ( schema...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Features List | Aspose.Page for C++

    Feature List page provides you with the information on what you can do and with which Page Description Languages working with this API solution for C++....operations Add and manipulate print tickets Save XPS files to PDF...inside an XPS document Preserve print tickets in opened XPS document...

    docs.aspose.com/page/cpp/features-list/
  7. 在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....$value , "ToString" , array ()); print "Calculated Value: " . $stringVal...$dataDir . "/output.xls" )); print "Completed." . PHP_EOL ; 下载运行代码...

    docs.aspose.com/cells/zh/net/calculating-formul...
  8. Add XMP metadata to EPS file using Python

    The process of adding XMP metadata to EPS file with Aspose.Page API solution for Python is explained and illustrated with the code snippets here....contains ( "xmp:CreatorTool" ): 22 print( "CreatorTool: " + xmp. get_value...contains ( "xmp:CreateDate" ): 26 print( "CreateDate: " + xmp. get_value...

    docs.aspose.com/page/python-net/xmp-metadata/add/
  9. PageSetup.sheetsPerBooklet property | Aspose.Wo...

    PageSetup.sheetsPerBooklet property. Returns or sets the number of pages to be included in each booklet....configure a document that can be printed as a book fold. let doc = new...section's "PageSetup" property to print the document in the form of...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. SpecialChar.nodeType property | Aspose.Words fo...

    SpecialChar.nodeType property. Returns [NodeType.SpecialChar](../../nodetype/#SpecialChar)....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...