Sort Score
Result 10 results
Languages All
Labels All
Results 1,321 - 1,330 of 181,654 for

page

(0.08 sec)
  1. 搜索

    搜索... 初始化 Page 和 Outline 類對象。 添加 RichText 節點。...Document(); // 初始化頁麵類對象 Page page = new Page(doc); // 初始化 Outline...

    blog.aspose.com/zh-hant/note/create-onenote-fil...
  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....(); // get page by index Aspose . Diagram . Page page = diagram...diagram . Pages [ 0 ]; // add masters string connectorMaster = "Dynamic...

    docs.aspose.com/diagram/zh/net/use-connection-i...
  3. Saving a Document as a Multipage TIFF in C#|Asp...

    Convert a document to a multi-Page TIFF using C#. To determine how the document is displayed on the image you need to specify additional options: resolution, number of Pages, image binarization, etc....Hide ] What is this page about? This page explains how to save...save a document as a multi-page TIFF image. When working with documents...

    docs.aspose.com/words/net/saving-a-document-as-...
  4. Aspose.Words API Demonstration for Spring Java|...

    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....you are on the following main page of the Web application: Aspose...Words API On the bottom of the page, you will see the Aspose Java...

    docs.aspose.com/total/java/aspose-words-api-dem...
  5. ParagraphFormat.snap_to_grid property | Aspose....

    ParagraphFormat.snap_to_grid property. Specifies whether the current paragraph should use the document grid lines per Page settings when laying out the contents in the paragraph....the document grid lines per page settings when laying out the...the number of lines that each page may have. doc = aw . Document...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Convert CDR to PDF using Python

    This article guides on how to convert CDR to PDF using Python. It has details to set the IDE, a list of steps, and a sample code for developing a CDR to PDF converter software using Python....Page Product Family Aspose.PSD Product...evaluation limitations Open the multi-page CorelDRAW file and treat it...

    kb.aspose.com/imaging/python/convert-cdr-to-pdf...
  7. PageBorderAppliesTo enumeration | Aspose.Words ...

    Aspose.Words.PageBorderAppliesTo enumeration. Specifies which Pages the Page border is printed on....enumeration Specifies which pages the page border is printed on. Members...Description AllPages Page border is shown on all pages of the section...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Add background to PDF|Aspose.PDF for PHP via Java

    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....document is a collection of pages and each page contains a collection...add a background image to a page object. The following code snippet...

    docs.aspose.com/pdf/php-java/add-backgrounds/
  9. Add Image stamps in PDF programmatically|Aspose...

    Add the Image Stamp in your PDF document using ImageStamp class with the Aspose.PDF for Java library....Call the Page class addStamp(..) method of the Page class to...); // Add stamp to particular page pdfDocument . getPages (). get_Item...

    docs.aspose.com/pdf/java/image-stamps-in-pdf-page/
  10. Add Curve Object to PDF file|Aspose.PDF for .NET

    This article explains how to create a curve object to your PDF using Aspose.PDF for .NET....to paragraphs collection of page. Save our PDF file. // For complete...Document ()) { // Add page var page = document . Pages . Add (); // Create...

    docs.aspose.com/pdf/net/add-curve/