Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 184,601 for

page

(0.07 sec)
  1. Add Pages to PDF using Python | Aspose.PDF

    Add PDF Pages to your document programmatically with Python sample code using Aspose.PDF for Python for .NET...to Add pages to PDF using Python In order to insert page in PDF...pip install aspose-pdf Insert Page to PDF using Python You need...

    products.aspose.com/pdf/python-net/pages/add/
  2. Add Arc Object to PDF file|Aspose.PDF for Java

    This article explains how to create a arc object to your PDF using Aspose.PDF for Java....to paragraphs collection of page Save our PDF file The following...// Add page to pages collection of PDF file Page page = pdfDocument...

    docs.aspose.com/pdf/java/add-arc/
  3. FieldIndex.has_page_number_separator property |...

    FieldIndex.has_Page_number_separator property. Gets a value indicating whether a Page number separator is overridden through the field's code....has_page_number_separator property FieldIndex.has_page_number_separator...a value indicating whether a page number separator is overridden...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Working with Headers and Footers in C++|Aspose....

    How to manipulate headers and footers using C++....of a page, and a footer is text at the bottom of a page. Typically...all or some pages of the document, such as page numbers, creation...

    docs.aspose.com/words/cpp/working-with-headers-...
  5. Setting Different Headers and Footers For Diffe...

    This article provides sample code that shows how to programmatically set various headers and footers of Excel worksheet Page Setup settings using the C# Library and .NET API. You can set the headers and footers for the first Page, odd Pages, and even Pages....Headers and Footers For Different Pages Contents [ Hide ] MS Excel supports...for the first page, odd pages, and even pages since Excel 2007...

    docs.aspose.com/cells/net/setting-different-hea...
  6. FieldToa.entry_separator property | Aspose.Word...

    FieldToa.entry_separator property. Gets or sets the character sequence that is used to separate a table of authorities entry and its Page number....of authorities entry and its page number. @property def entry_separator...displaying long citations and page numbers for each entry. field_toa...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Set Print Titles with Python.NET|Documentation

    Learn how to configure repeated row/column headers on printed Pages using Aspose.Cells for Python via .NET....are repeated on every printed page, which is especially useful...spreadsheets that span multiple pages. Here are some reasons to set...

    docs.aspose.com/cells/python-net/how-to-set-pri...
  8. FieldToa.UsePassim | Aspose.Words for .NET

    Optimize your citations with FieldToa UsePassim. Easily manage multiple references to the same authority, enhancing clarity and accuracy in your work....replace five or more different page references to the same authority...displaying long citations and page numbers for each entry. FieldToa...

    reference.aspose.com/words/net/aspose.words.fie...
  9. PageBorderDistanceFrom Enum | Aspose.Words for ...

    Discover the Aspose.Words.PageBorderDistanceFrom enum for precise Page border placement. Enhance document formatting with optimal margin positioning....positioning of the page border relative to the page margin. public...position is measured from the page margin. PageEdge 1 Border position...

    reference.aspose.com/words/net/aspose.words/pag...
  10. 将线对象添加到PDF文件|Aspose.PDF for C++

    本文解释了如何使用Aspose.PDF for C++在PDF中创建线对象。...将页面添加到PDF文件的页面集合中 auto page = document -> get_Pages () -> Add (); //...400 ); // 将图形对象添加到页面实例的段落集合中 page -> get_Paragraphs () -> Add...

    docs.aspose.com/pdf/zh/cpp/add-line/