Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 25,054 for

print

(0.14 sec)
  1. Adjusting Row Height and Column Width in Jython...

    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 "Set Row Height Successfully...+ "Set Column Width.xls" ) print "Set Column Width Successfully...

    docs.aspose.com/cells/java/adjusting-row-height...
  2. Connect Aspose.Pdf.LogicalStructure.HeaderEleme...

    Hello, How can I get the paragraphs/text fragments associated to the Element Type: Aspose.Pdf.LogicalStructure.HeaderElement in the attached file. Please see the code below to find the HeaderElement I am speaking of. …...# Function to traverse and print elements def traverse_structure(element...e_root_element_objects): # print(dir(element)) element_info =...

    forum.aspose.com/t/connect-aspose-pdf-logicalst...
  3. Working with Resource Assignment Budgets in PHP...

    This guide explains how to work with resource assignment budgets using Aspose.Tasks Java for PHP....$resource_assignments -> get ( $i ); 14 15 print "Budget Cost: " . (string) $assignment...$asn -> BUDGET_COST ); 16 17 print " \n Budget Work: " . (string)...

    docs.aspose.com/tasks/java/assignment-budget-in...
  4. DocumentPropertyCollection.index_of method | As...

    DocumentPropertyCollection.index_of method. Gets the index of a property by name.... count ) # Print every custom property in the...document. for prop in properties : print ( f 'Name: " { prop . name }...

    reference.aspose.com/words/python-net/aspose.wo...
  5. DocumentPropertyCollection.contains method | As...

    DocumentPropertyCollection.contains method. Returns ``True`` if a property with the specified name exists in the collection.... count ) # Print every custom property in the...document. for prop in properties : print ( f 'Name: " { prop . name }...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Document.ExtractPages | Aspose.Words for .NET

    Discover the Document ExtractPages method to effortlessly retrieve specific page ranges, enhancing your document management and efficiency....Word, as if we had performed ‘Print specific pages’ – the numbering...Word, as if we had performed ‘Print specific pages’ – the numbering...

    reference.aspose.com/words/net/aspose.words/doc...
  7. Aspose.PSD for Python via .NET 24.7 - 发行说明|Docu...

    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....InstalledFontCollect () as installedFonts : print ( "- 更新前。已安装字体数: " + str ( len...installedFonts . families ))) print ( "- 通过尝试获取 'Arial' 的 Adobe...

    docs.aspose.com/psd/zh/python-net/aspose-psd-fo...
  8. 在 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 "Set Row Height Successfully...+ "Set Column Width.xls" ) print "Set Column Width Successfully...

    docs.aspose.com/cells/zh/java/adjusting-row-hei...
  9. RevisionGroupCollection | Aspose.Words for Java

    A collection of RevisionGroup objects that represent revision groups in the document in Java....get(0); Shows how to print info about a group of revisions...collection. Examples: Shows how to print info about a group of revisions...

    reference.aspose.com/words/java/com.aspose.word...
  10. Get Number of Pages in Project | Aspose.Tasks D...

    Learn how to get number of pages in Microsoft Project files using Aspose.Tasks Java for PHP....$timescale = new Timescale(); 6 7 print "Number of Pages = " . (string)... $timescale -> Days ); 8 9 print " \n Number of Pages = " . (string)...

    docs.aspose.com/tasks/java/get-number-of-pages-...