Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 19,425 for

print

(0.04 sec)
  1. Protecting Worksheet 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 "Sheet protected successfully...

    docs.aspose.com/cells/java/protecting-worksheet...
  2. Comment.Author | Aspose.Words for .NET

    Manage comment authors effortlessly with the Comment Author property. Easily return or set author names to enhance user engagement and content clarity.... 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/net/aspose.words/com...
  3. Comment.Replies | Aspose.Words for .NET

    Discover Comment Replies. Access a collection of Comment objects that are direct responses to your specified comment, enhancing user engagement and interaction....get ; } 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/net/aspose.words/com...
  4. Metered.GetConsumptionCredit | Aspose.Words for...

    Unlock savings with the Metered GetConsumptionCredit method—efficiently retrieve your consumption credits for smarter energy management....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/net/aspose.words/met...
  5. 在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....xls" ) print "Add page breaks, please check..."Clear All Page Breaks.xls" ) print "Clear all page breaks, please...

    docs.aspose.com/cells/zh/java/managing-page-bre...
  6. StructuredDocumentTag.xml_mapping property | As...

    StructuredDocumentTag.xml_mapping property. Gets an object that represents the mapping of this structured document tag to XML data in a custom XML part of the current document....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.get_by_id method | Aspo...

    CustomXmlPartCollection.get_by_id method. Finds and returns a custom XML part by its identifier....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. Aspose::Words::DocumentVisitor::VisitBookmarkSt...

    Aspose::Words::DocumentVisitor::VisitBookmarkStart method. Called when a start of a bookmark is encountered in the document in C++....document visitor implementation to print their contents. SharedPtr <...( 1 ) -> get_Name ())); // Print all bookmarks again to see updated...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. Aspose::Words::BookmarkEnd::Accept method | Asp...

    Aspose::Words::BookmarkEnd::Accept method. Accepts a visitor in C++....document visitor implementation to print their contents. SharedPtr <...( 1 ) -> get_Name ())); // Print all bookmarks again to see updated...

    reference.aspose.com/words/cpp/aspose.words/boo...
  10. 使用C++设置打印选项|Documentation

    本文演示了如何通过C++ API和库以编程方式设置Excel工作表的“页面设置”中的打印选项。你可以设置打印区域、打印标题和页面顺序。...GetPageSetup (); // Set the print area to the range A1:T35 pageSetup..."SetPrintArea_out.xls" ); std :: cout << "Print area set successfully!" << std...

    docs.aspose.com/cells/zh/cpp/setting-print-opti...