Sort Score
Result 10 results
Languages All
Labels All
Results 2,621 - 2,630 of 143,568 for

page

(0.05 sec)
  1. ControlChar.SECTION_BREAK_CHAR property | Aspos...

    ControlChar.SECTION_BREAK_CHAR property. End of section character: (char)12 or \f....) # Add a page break. builder . write ( 'Before page break.' +...ControlChar . PAGE_BREAK + 'After page break.' ) # A page break is...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Insert a Table of Contents in Word using Java

    Insert a table of contents in Word using Java. Get the detailed steps to configure the IDE, and a sample code to add a table of contents in Word using Java....Page Product Family Aspose.PSD Product...demonstrating how to add contents page in Word using Java . You will...

    kb.aspose.com/words/java/insert-a-table-of-cont...
  3. Can't set the style value - Free Support Forum ...

    Hello, I drew a rectangle and added some text. Now I wanted to make the text bold. But that didn’t work. I think I know where the problem might be. @philip.zhou you once wrote to me in response to another question th…...Page page = new Aspose.Diagram.Page(); page.Name = "My..."My Page"; diagram.Pages.Add(page); long shapeId = page.DrawRectangle(0...

    forum.aspose.com/t/cant-set-the-style-value/315934
  4. LayoutEnumerator.move_previous_logical method |...

    LayoutEnumerator.move_previous_logical method. Moves to the previous sibling entity in a logical order....of a paragraph broken across pages this method will move to the...even if it resides on another page. def move_previous_logical (...

    reference.aspose.com/words/python-net/aspose.wo...
  5. LayoutEnumerator.move_next_logical method | Asp...

    LayoutEnumerator.move_next_logical method. Moves to the next sibling entity in a logical order....of a paragraph broken across pages this method will move to the...even if it resides on another page. def move_next_logical ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Convert a Document to PDF in Node.js|Aspose.Wor...

    Convert a document to PDF using Node.js. Various input formats are supported, including Word, OpenOffice, Image and eBook formats....paginated or has the concept of pages. Convert a Word Document to...the way the Microsoft Word’s page layout engine works, making...

    docs.aspose.com/words/nodejs-net/convert-a-docu...
  7. AI file online Viewer | products.aspose.com

    View AI file online with the Aspose built-in app...Document(pdfFileStream); var page = pdfDocument.Pages[1]; using var imageStream...resolution); pngDevice.Process(page, imageStream); imageStream.Position...

    products.aspose.com/psd/ai/
  8. How to Select Pages from PDF and Save using Python

    This article describes the process on how to select Pages from PDF and save using Python. It contains all the required information to set the IDE and a runnable sample code along with the description to extract selected Pages from PDF using Python....Page Product Family Aspose.PSD Product...Product Family How to Select Pages from PDF and Save using Python...

    kb.aspose.com/pdf/python/how-to-select-pages-fr...
  9. PdfPageLayout enumeration | Aspose.Words for No...

    Aspose.Words.Saving.PdfPageLayout enumeration. Specifies the Page layout to be used when the document is opened in a PDF reader....PdfPageLayout enumeration Specifies the page layout to be used when the document...Display one page at a time. OneColumn Display the pages in one column...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 向PDF文件添加椭圆对象|Aspose.PDF for C++

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

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