Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 26,712 for

print

(0.32 sec)
  1. Converting Worksheet to Image using ImageOrPrin...

    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....and apply different image and print options for the image, options...quality, and other image and print options. You might try Office...

    docs.aspose.com/cells/python-net/converting-wor...
  2. 设置打印区域|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....A1 cell to F20 cell) of the print area pageSetup . setPrintArea...createSheet ( "Sheet1" ); //sets the print area for the first sheet wb...

    docs.aspose.com/cells/zh/java/set-print-area/
  3. Aspose.PDF Product Family

    Find answers to create, convert, edit, and manipulate PDF files programmatically....from PDF using C# Print PDF to PDF with Java Print PDF to PDF with...

    kb.aspose.com/pdf/page/4/
  4. FontInfoCollection class | Aspose.Words for Nod...

    Aspose.Words.Fonts.FontInfoCollection class. Represents a collection of fonts used in a document... Examples Shows how to print the details of what fonts are...count ). toEqual ( 5 ); // Print all the used and unused fonts...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Python DocumentVisitor - Free Support Forum - a...

    I am trying to evaluate using aspose.words for a project at work. I am using the temporary free license with aspose-words v25.9.0 in Python. I am trying to understand how to best iterate over the nodes inside a document,…...False): … print(’ ’ + str(child.node_type)) … else: … print(‘$’ +...NodeType.PARAGRAPH, True): print(paragraph.get_text().strip())...

    forum.aspose.com/t/python-documentvisitor/319554
  6. DocumentPropertyCollection.clear method | Aspos...

    DocumentPropertyCollection.clear method. Removes all properties from 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...
  7. DocumentPropertyCollection.remove_at method | A...

    DocumentPropertyCollection.remove_at method. Removes a property at the specified index.... 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...
  8. ChartSeriesCollection.remove_at method | Aspose...

    ChartSeriesCollection.remove_at method. Removes a [ChartSeries](../../chartseries/) at the specified index.... count == 3 # Print the name of every series in...series in chart . series : print ( series . name ) # These are...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Document.extract_pages method | Aspose.Words fo...

    aspose.words.Document.extract_pages method...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/python-net/aspose.wo...
  10. VbaProject class | Aspose.Words for Python

    aspose.words.vba.VbaProject class. Provides access to VBA project information... 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...