Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 26,709 for

print

(0.08 sec)
  1. Setting Different Headers and Footers For Diffe...

    This article provides sample code that shows how to programmatically set various headers and footers of an Excel worksheet's Page Setup settings using the Aspose.Cells for Python 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 Analyzing your prompt...

    docs.aspose.com/cells/python-net/setting-differ...
  2. 在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 Message print "Panes freeze successfull...

    docs.aspose.com/cells/zh/java/freeze-panes-in-p...
  3. Signature Information|Aspose.PDF for Python via...

    Learn how to read signature names, signer details, timestamps, and signature metadata from signed PDF files using PdfFileSignature in Python....example opens the document and prints the list returned by get_sign_names()...list_signature_names ( pdf_signature ) print ( f "Signature Names: { signature_names...

    docs.aspose.com/pdf/python-net/signature-inform...
  4. Freeze Panes 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....xls" ) # Print Message print "Panes freeze successful...

    docs.aspose.com/cells/java/freeze-panes-in-python/
  5. 在 Python 中统计 PDF 工件|Aspose.PDF for Python via .NET

    了解如何使用 Python 通过 Aspose.PDF for Python via .NET 检查并统计 PDF 文档中的分页工件。...counts = Counter ( subtypes ) print ( f "Watermarks: { counts ....ArtifactSubtype . WATERMARK , 0 ) } " ) print ( f "Backgrounds: { counts ...

    docs.aspose.com/pdf/zh/python-net/counting-arti...
  6. 查找XLS和XLSX格式支持的最大行数和列数,使用C++|Documentation

    学习如何使用Aspose.Cells for C++查找XLS和XLSX格式支持的最大行列数。...:: Cells :: Startup (); // Print message about XLS format. std...FileFormatType :: Excel97To2003 ); // Print the maximum rows and columns...

    docs.aspose.com/cells/zh/cpp/find-maximum-rows-...
  7. IFieldUpdatingCallback class | Aspose.Words for...

    aspose.words.fields.IFieldUpdatingCallback class. Implement this interface if you want to have your own custom methods called during a field update....def notify ( self , args ): print ( f ' { args . update_completed.... total_fields_count } ' ) print ( f ' { args . updated_fields_count...

    reference.aspose.com/words/python-net/aspose.wo...
  8. IComparisonExpressionEvaluator class | Aspose.W...

    aspose.words.fields.IComparisonExpressionEvaluator class. When implemented, allows to override default comparison expressions evaluation for the [FieldIf](../fieldif/) and [FieldCompare](../fieldcompare/) fields....None : print ( self . m_result . error_message ) print ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Document.first_section property | Aspose.Words ...

    Document.first_section property. Gets the first section in the document.... as_body () print ( 'Body:' ) print ( f ' \t " { body ...node . as_header_footer () print ( f 'HeaderFooter type: { header_footer...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Stop and Resume a Task in PHP | Aspose.Tasks Do...

    Learn how to stop or resume Microsoft Project (MPP/XML) tasks using Aspose.Tasks Java for PHP....22 23 print "NA" ; 24 25 } 26 27 else 28 29 { 30 31 print "Task..."1/1/2015" ) 36 37 { 38 39 print " \n NA" ; 40 41 } 42 43 else...

    docs.aspose.com/tasks/java/stop-and-resume-a-ta...