Sort Score
Result 10 results
Languages All
Labels All
Results 8,411 - 8,420 of 20,135 for

printing document

(0.13 sec)
  1. Convert the Smart Art to Group Shape with C++|D...

    Learn how to convert Smart Art Shape into Group Shape using Aspose.Cells for C++ and access individual parts of the group shape....shape into a group shape and prints the Shape::IsGroup property...False Is Group Shape : True AI Document Assistant Close Determine...

    docs.aspose.com/cells/cpp/convert-the-smart-art...
  2. Converting Excel Files to HTML in Python|Docume...

    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" ) # Save the document in **HTML** format workbook...saveFormat . HTML ) # Print message print " \n Excel to HTML conversion...

    docs.aspose.com/cells/java/converting-excel-fil...
  3. Limit the Number of Pages Generated - Excel to ...

    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....Hide ] Sometimes, you want to print a range of pages to an output...rendered in the output file. AI Document Assistant Close Save Specified...

    docs.aspose.com/cells/java/limit-the-number-of-...
  4. How to get the gridspan of a cell in table - Fr...

    I have the table structure something like: <w:tr> <w:tc> <w:p><w:r><w:t>T3 Row3 -1</w:t></w:r></w:p> </w:tc> <w:tc> <w:tcPr> <w:gridSpan w:val=“2”/> </w:tcPr> <w:p><w:r><w:t>T3 Row3 -2</w:t></w:r></w:p> </w:tc> <w:tc> <w…...gridSpan of each cells and print something like below: private...achieve this? Attaching the document for reference Table Merging...

    forum.aspose.com/t/how-to-get-the-gridspan-of-a...
  5. Render Sequence of Pages using PageIndex and Pa...

    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.... Sample Code AI Document Assistant Close Output Blank...Page when there is Nothing to Print Fonts Analyzing your prompt...

    docs.aspose.com/cells/java/render-sequence-of-p...
  6. Working with Background in ODS Files|Documentation

    How to work with Background in ODS Files with Aspose.Cells for Python via .NET API....opened, but if the file is printed as PDF, the background is visible...background is also visible in the print preview dialogue. Aspose.Cells...

    docs.aspose.com/cells/python-net/working-with-b...
  7. Setting Different Headers and Footers For Diffe...

    This article provides sample code that shows how to programmatically set various headers and footers of Excel worksheet Page Setup settings using the C# Library and .NET 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...different headers and footers. AI Document Assistant Close Setting Headers...

    docs.aspose.com/cells/net/setting-different-hea...
  8. Working with Background in ODS Files|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....is open but if the file is printed as PDF, the background is visible...background is also visible in the print preview dialogue. Aspose.Cells...

    docs.aspose.com/cells/java/working-with-backgro...
  9. Node.node_type_to_string method | Aspose.Words ...

    Node.node_type_to_string method. A utility method that converts a node type enum value into a user friendly string.... Document ( MY_DIR + 'Paragraphs.docx'...while node is not None : print () print ( 'Node type:' , aw . Node...

    reference.aspose.com/words/python-net/aspose.wo...
  10. TextBox.next property | Aspose.Words for Python

    TextBox.next property. Returns or sets a [TextBox](../) that represents the next [TextBox](../) in a sequence of shapes.... Document () builder = aw . DocumentBuilder...text_box1 . previous == None : print ( 'This TextBox is the head...

    reference.aspose.com/words/python-net/aspose.wo...