Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 181,584 for

page

(0.46 sec)
  1. FieldTA.page_range_bookmark_name property | Asp...

    FieldTA.Page_range_bookmark_name property. Gets or sets the name of the bookmark that marks a range of Pages that is inserted as the entry's Page number....page_range_bookmark_name property FieldTA.page_range_bookmark_name...range of pages that is inserted as the entry’s page number. @property...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 将线对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将线对象创建到您的PDF中。...Document ()) { // Add page var page = document . Pages . Add (); // Create...paragraphs collection of page instance page . Paragraphs . Add (...

    docs.aspose.com/pdf/zh/net/add-line/
  3. Move Figures to Even Pages and Content to Odd P...

    Hi, I have a DOCX file which was generated from HTML using Aspose.Words. Now I want to modify this DOCX so that: Figures (images with captions) only appear on even-numbered Pages. Other content (paragraphs, tables, e…...Figures to Even Pages and Content to Odd Pages in Word DOCX Aspose...only appear on even-numbered pages . Other content (paragraphs...

    forum.aspose.com/t/move-figures-to-even-pages-a...
  4. Document.update_page_layout method | Aspose.Wor...

    Document.update_Page_layout method. Rebuilds the Page layout of the document....update_page_layout method update_page_layout() Rebuilds the page...page layout of the document. def update_page_layout ( self ):...

    reference.aspose.com/words/python-net/aspose.wo...
  5. PageSavingArgs.PageStream | Aspose.Words for .NET

    Discover the PageStream property of PageSavingArgs, enabling seamless document Page saving to your desired stream for efficient file management....the stream where the document page will be saved to. public Stream...allows you to save document pages to streams instead of files...

    reference.aspose.com/words/net/aspose.words.sav...
  6. PageSavingArgs.PageFileName | Aspose.Words for ...

    Discover the PageSavingArgs PageFileName property to easily manage document Page file names for efficient saving and organization. Enhance your workflow today!...file name where the document page will be saved to. public string...Remarks If not specified then page file name and path will be generated...

    reference.aspose.com/words/net/aspose.words.sav...
  7. FieldIndex.page_number_list_separator property ...

    FieldIndex.Page_number_list_separator property. Gets or sets the character sequence that is used to separate two Page numbers in a Page number list....page_number_list_separator property FieldIndex.page_number_list_separator...two page numbers in a page number list. @property def page_number_list_separator...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Working with Actions in PDF|Aspose.PDF for C++

    This section explains how to add actions to the document and form fields programmatically with C++....navigate the reader to a different page on the website to get more information...Document Class object. Get the Page Class you want to add the link...

    docs.aspose.com/pdf/cpp/actions/
  9. Delete PDF Pages programmatically|Aspose.PDF fo...

    You can delete Pages from your PDF file using C++ library....Delete PDF Pages programmatically Contents [ Hide ] You can delete...delete pages from a PDF file using Aspose.PDF for C++. To delete...

    docs.aspose.com/pdf/cpp/delete-pages/
  10. Add Ellipse Object to PDF file|Aspose.PDF for Java

    This article explains how to create a Ellipse object to your PDF using Aspose.PDF for Java....// Add page to pages collection of PDF file Page page = pdfDocument...paragraphs collection of page page . getParagraphs (). add (...

    docs.aspose.com/pdf/java/add-ellipse/