Sort Score
Result 10 results
Languages All
Labels All
Results 8,221 - 8,230 of 20,413 for

printing document

(0.17 sec)
  1. Add PDF Bookmarks with Named Destinations|Docum...

    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 Add PDF Bookmarks...PDF when there is Nothing to Print Analyzing your prompt, please...

    docs.aspose.com/cells/java/add-pdf-bookmarks-wi...
  2. Convert the Smart Art to Group Shape|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....shape into group shape and prints the Shape.IsGroup property...false Is Group Shape : true AI Document Assistant Close Determine...

    docs.aspose.com/cells/java/convert-the-smart-ar...
  3. Aspose::Words::Fonts::FontFamily enum | Aspose....

    Aspose::Words::Fonts::FontFamily enum. Represents the font family in C++....access and print details of each font in a document. auto doc...:: Words :: Document > ( get_MyDir () + u "Document.docx" ); System...

    reference.aspose.com/words/cpp/aspose.words.fon...
  4. NodeCollection.count property | Aspose.Words fo...

    NodeCollection.count property. Gets the number of nodes in the collection.... Document (); // Add two runs and one...the first paragraph of this document. let paragraph = doc . getParagraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  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 message print "Scroll bars are now...hidden, please check the output document." 使行/列标头可见 通过使用工作表类的setRo...

    docs.aspose.com/cells/zh/java/display-or-hide-s...
  6. Export Range of Cells in a Worksheet to Image|D...

    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....an image of a range, set the print area to the desired range and...D8:G16 only. Sample Code AI Document Assistant Close Specify Individual...

    docs.aspose.com/cells/net/export-range-of-cells...
  7. Extract Subsection List Text Meta Data - Free S...

    How can I extract meta data on auto subsectioned list text level within a word docx with words python library? I would want an output basically that states things like 1.a.i to level info like 1.1.1 to know numerically w…...example that: Loads the Word document. Walks through every paragraph...the list level (0, 1, 2 …). Prints the label together with the...

    forum.aspose.com/t/extract-subsection-list-text...
  8. GeneralFormatCollection.remove_at method | Aspo...

    GeneralFormatCollection.remove_at method. Removes a general format occurrence at the specified index.... Document () builder = aw . DocumentBuilder...DocumentBuilder ( doc ) # Use a document builder to insert a field that...

    reference.aspose.com/words/python-net/aspose.wo...
  9. GeneralFormatCollection.count property | Aspose...

    GeneralFormatCollection.count property. Gets the total number of the items in the collection.... Document () builder = aw . DocumentBuilder...DocumentBuilder ( doc ) # Use a document builder to insert a field that...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 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...