Sort Score
Result 10 results
Languages All
Labels All
Results 6,921 - 6,930 of 187,695 for

page

(0.15 sec)
  1. Setting Print Options with Node.js via C++|Docu...

    This article demonstrates how to programmatically set the Print Options of the Excel Worksheet Page Setup feature using the Node.js API and C++ Library. You can set the Print Area, Print Titles, and Page Order....Contents [ Hide ] Microsoft Excel’s page setup settings provide several...users to control how worksheet pages are printed. Setting Print Options...

    docs.aspose.com/cells/nodejs-cpp/setting-print-...
  2. Გადაიყვანეთ Გამოსახულება WORD Java

    გადაიყვანეთ Გამოსახულება WORD Java ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც WORD Java....for (int page = 0; page < doc.getPageCount(); page++) { saveOptions...PageSet(page)); doc.save(String.format("Output_%d.docx", page + 1)...

    products.aspose.com/words/ka/java/conversion/im...
  3. HTML Tutorial – Basics – Aspose.HTML for .NET

    HTML Tutorial section helps you to learn some basic HTML, including how to use HTML elements and tags, place text on a Page, add images, use HTML colors, etc....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/html/net/tutorial/
  4. Გადაიყვანეთ Გამოსახულება DOCX Java

    გადაიყვანეთ Გამოსახულება DOCX Java ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც DOCX Java....for (int page = 0; page < doc.getPageCount(); page++) { saveOptions...PageSet(page)); doc.save(String.format("Output_%d.docx", page + 1)...

    products.aspose.com/words/ka/java/conversion/im...
  5. 配置 Visio 时间线形状|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.... getPage ( "Page-1" ). getShapes (). getShape...diagram . getPages (). getPage ( "Page-1" ). getShapes (). getShape...

    docs.aspose.com/diagram/zh/java/configure-visio...
  6. Licensing and Subscription|Aspose.Words for Pyt...

    Aspose.Words for Python via .NET provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation using Licensing and Subscription policies.... What is this page about? This page explains the licensing...the Get a Temporary License page. Purchased License After purchase...

    docs.aspose.com/words/python-net/licensing/
  7. FieldToa class | Aspose.Words for Node.js

    Aspose.Words.Fields.FieldToa class. Implements the TOA field...along with the numbers of the pages on which the references appear)...of authorities entry and its page number. format Gets a FieldFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Public API Changes in Aspose.Cells 8.5.0|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....When you set Page Setup scaling using Fit to n page(s) wide by...Microsoft Excel calculates the page‑setup scaling factor. The same...

    docs.aspose.com/cells/net/public-api-changes-in...
  9. Convert TEXT To HTML Javascript

    Convert TEXT to HTML format in JavaScript code. Save TEXT as HTML using JavaScript....txt") for (var page = 0; page < doc.pageCount; page++) { var extractedPage...extractPages(page, 1); extractedPage.save(`Output_${page + 1}.html`);...

    products.aspose.com/words/nodejs-net/conversion...
  10. Convert DOC To EPUB Javascript

    Convert DOC to EPUB format in JavaScript code. Save DOC as EPUB using JavaScript....doc") for (var page = 0; page < doc.pageCount; page++) { var extractedPage...extractPages(page, 1); extractedPage.save(`Output_${page + 1}.epub`);...

    products.aspose.com/words/nodejs-net/conversion...