Sort Score
Result 10 results
Languages All
Labels All
Results 2,511 - 2,520 of 184,603 for

page

(0.08 sec)
  1. getPrintingPageBreaks returning unexpected resu...

    Hello, I am using the aspose-cells version 25.6. Below is the code I am using, ImageOrPrintOptions printOption = new ImageOrPrintOptions(); printOption.setPrintingPage(PrintingPageType.DEFAULT); cas = curSheet.getPri…... I expect 0 number of pages since, it is a single sheet...sheet with no distinguished pages in it. Please find the inupt file...

    forum.aspose.com/t/getprintingpagebreaks-return...
  2. 创建复杂的PDF|Aspose.PDF for Java

    Aspose.PDF for Java 允许您创建包含图像、文本片段和表格的更复杂的文档。... 向文档对象添加一个 Page 。现在,我们的文档将有一页。 添加一个 Image 。...new Document (); // 添加页面 Page page = document . getPages ()....

    docs.aspose.com/pdf/zh/java/complex-pdf-example/
  3. Add Image stamps in PDF using C#|Aspose.PDF for...

    Add the Image Stamp in your PDF document using ImageStamp class with the Aspose.PDF library.... Call the Page class’ AddStamp method to add...stamp to particular page document . Pages [ 1 ]. AddStamp ( imageStamp...

    docs.aspose.com/pdf/net/image-stamps-in-pdf-page/
  4. How to add Freetext Annotation using Java | Asp...

    Add Freetext 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...for Freetext annotation from Page.Annotations collections Save...

    products.aspose.com/pdf/java/annotation/freetex...
  5. Working with Hyperlinks | Aspose.Note Documenta...

    A comprehensive guide on creating and managing hyperlinks within your project....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/note/net/working-with-hyperlinks/
  6. HeaderFooterType enumeration | Aspose.Words for...

    aspose.words.HeaderFooterType enumeration. Identifies the type of header or footer found in a Word file....HEADER_EVEN Header for even numbered pages. HEADER_PRIMARY Primary header...numbered pages. FOOTER_EVEN Footer for even numbered pages. FOOTER_PRIMARY...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Work with Tables in C#|Aspose.Words for .NET

    How to work with tables in C#. Introducing to work with tables and Table node concepts in Aspose.Words for .NET....Hide ] What is this page about? This page explains how to work...They are also often used as a page layout tool and a better alternative...

    docs.aspose.com/words/net/working-with-tables/
  8. 使用 PHP 向 PDF 添加文本 | Aspose.PDF

    使用 Aspose.PDF for PHP via Java,使用 PHP 示例代码,以编程方式向 PDF 添加文本...TextBuilder 將 TextParagraph 新增到 Page。 再次儲存文件。 將文字新增到 PDF - PHP 此示例代码说明如何在...$inputFile ); // get particular page $page = $document -> getPages ()...

    products.aspose.com/pdf/zh-hant/php-java/text/
  9. PageSetup.border_surrounds_header property | As...

    PageSetup.border_surrounds_header property. Specifies whether the Page border includes or excludes the header....property Specifies whether the page border includes or excludes...how to apply a border to the page and header/footer. doc = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Deal with PDF Forms in Java | Aspose.PDF

    Manage PDF Forms programmatically with Java sample code using Aspose.PDF for Java.... Access the Page via its index. Call the Form...Document ( inputFile )) { Page page = pdfDocument . getPages ()...

    products.aspose.com/pdf/java/acroforms/