Sort Score
Result 10 results
Languages All
Labels All
Results 1,171 - 1,180 of 182,497 for

page

(1 sec)
  1. Use Connection indexes to connect shapes|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....connectShapesViaConn member exposed by the Page class can be used to connect...Diagram (); // get page by index Page page = diagram . getPages...

    docs.aspose.com/diagram/java/use-connection-ind...
  2. Add Curve Object to PDF file|Aspose.PDF for Pyt...

    This article explains how to create a curve object to your PDF using Aspose.PDF for Python via .NET....to paragraphs collection of page. Save our PDF file. import aspose...Document () # Add page page = document . pages . add () # Create...

    docs.aspose.com/pdf/python-net/add-curve/
  3. Formatting PDF Document using Python|Aspose.PDF...

    Create and format the PDF Document with Aspose.PDF for Python via .NET. Use the next code snippet to resolve your tasks....Document Get Document Window and Page Display Properties This topic...viewer application, and how pages are displayed. To set these...

    docs.aspose.com/pdf/python-net/formatting-pdf-d...
  4. 通過Java將圖像添加到 PDF | Aspose.PDF

    使用 Aspose.PDF for Java 使用 Java 示例代码,以编程方式将图像添加到 PDF 文档中...; int upperRightY = 200 ; Page page = pdfDocument . getPages ()..."aspose-logo.jpg" ). toString ()); page . getResources (). getImages...

    products.aspose.com/pdf/zh-hant/java/images/add/
  5. Integrate Table with Data Sources PDF|Aspose.PD...

    This article shows how to integrate PDF tables. Integrate Table with Database and determine if the table will split on the current Page....Document ()) { // Add page var page = document . Pages . Add (); // Initializes...object to first page of input document page . Paragraphs . Add...

    docs.aspose.com/pdf/net/integrate-table/
  6. PageLayoutCallbackArgs class | Aspose.Words for...

    aspose.words.layout.PageLayoutCallbackArgs class. An argument passed into [IPageLayoutCallback.notify()](../iPagelayoutcallback/notify/#Pagelayoutcallbackargs) To learn more, visit the [Converting to Fixed-Page Format](https://docs.aspose.com/words/python-net/converting-to-fixed-Page-format/) documentation article....visit the Converting to Fixed-page Format documentation article...Gets event. page_index Gets 0-based index of the page in the document...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FootnotePosition enumeration | Aspose.Words for...

    aspose.words.notes.FootnotePosition enumeration. Defines the footnote position....BOTTOM_OF_PAGE Footnotes are output at the bottom of each page. BENEATH_TEXT...output beneath text on each page. Examples Shows how to select...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 将图像添加到现有PDF文件|Aspose.PDF for Java

    本节介绍如何使用Java库将图像添加到现有PDF文件。...upperRightY = 800 ; // 获取要添加图像的页面 Page page = pdfDocument1 . getPages...)); // 将图像添加到页面资源的 Images 集合中 page . getResources (). getImages...

    docs.aspose.com/pdf/zh/java/add-image-to-existi...
  9. How to get Caret Annotation using Java | Aspose...

    Get Caret annotations programmatically in PDF with Java sample code on Java Runtime Environment for JSP/JSF Application and Desktop Applications....Document class Create a new page or get a reference to an existing...Add for Caret annotation from Page.Annotations collections Save...

    products.aspose.com/pdf/java/annotation/caret/get/
  10. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows code explaining how to set FitToPagesWide and FitToPagesTall using the Aspose.Cells library....How to Print Excel as Fitted Pages Wide and Tall Contents [ Hide...within a specified number of pages, both horizontally and vertically...

    docs.aspose.com/cells/java/how-to-print-excel-a...