Sort Score
Result 10 results
Languages All
Labels All
Results 1,941 - 1,950 of 181,770 for

page

(0.14 sec)
  1. PageSavingArgs.keep_page_stream_open property |...

    PageSavingArgs.keep_Page_stream_open property. Specifies whether Aspose.Words should keep the stream open or close it after saving a document Page....keep_page_stream_open property PageSavingArgs.keep_page_stream_open...saving a document page. @property def keep_page_stream_open ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Saving::FixedPageSaveOptions::ge...

    Aspose::Words::Saving::FixedPageSaveOptions::get_PageSet method. Gets or sets the Pages to render. Default is all the Pages in the document in C++....sets the pages to render. Default is all the pages in the document...Shows how to extract pages based on exact page indices. auto doc...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. 将图像添加到 PDF 使用 C++|Aspose.PDF for C++

    本节描述如何使用 C++ 库将图像添加到现有的 PDF 文件中。...获取要添加图像的页面 auto page = document -> get_Pages () -> idx_get (...); // 将图像添加到页面资源的 Images 集合中 page -> get_Resources () -> get_Images...

    docs.aspose.com/pdf/zh/cpp/add-image-to-existin...
  4. Aspose::Words::Settings::CompatibilityOptions::...

    Aspose::Words::Settings::CompatibilityOptions::set_SplitPgBreakAndParaMark method. Always Move Paragraph Mark to Page after a Page Break in C++....Move Paragraph Mark to Page after a Page Break. void Aspose ::...

    reference.aspose.com/words/cpp/aspose.words.set...
  5. PHP Programmers Guide|Aspose.Words for .NET

    Aspose.Words for .NET PHP Programmers Guide using C#....Hide ] What is this page about? This page explains how PHP developers...results. Please refresh the page and try again....

    docs.aspose.com/words/net/php-programmers-guide/
  6. Microsoft SharePoint|Aspose.Words for .NET

    How to use Aspose.Words with Microsoft SharePoint using C#....Hide ] What is this page about? This page explains how Aspose...results. Please refresh the page and try again....

    docs.aspose.com/words/net/microsoft-sharepoint/
  7. Load Text File in PHP|Aspose.Words for .NET

    Loading text document using Aspose.Words for .NET in PHP using COM in C#....Hide ] What is this page about? This page explains how to load...results. Please refresh the page and try again....

    docs.aspose.com/words/net/load-text-file-in-php/
  8. LayoutCollector.GetEndPageIndex | Aspose.Words ...

    Discover LayoutCollector's GetEndPageIndex method to easily find the 1-based index of a node's ending Page. Simplify your Page mapping today!...method Gets 1-based index of the page where node ends. Returns 0 if...if node cannot be mapped to a page. public int GetEndPageIndex...

    reference.aspose.com/words/net/aspose.words.lay...
  9. Aspose::Words::PageSetup::get_HeadingLevelForCh...

    Aspose::Words::PageSetup::get_HeadingLevelForChapter method. Gets or sets the heading level style that is applied to the chapter titles in the document in C++....applied to page number. Before you can create page numbers that...Examples Shows how to work with page chapters. auto doc = System...

    reference.aspose.com/words/cpp/aspose.words/pag...
  10. 从现有PDF文档中提取表格|Aspose.PDF for Java

    Aspose.PDF for Java使您可以对PDF文档中包含的表格进行各种操作。您可以在现有的PDF文档中添加和提取表格,在新页面上渲染表格等。...pdf" ); for ( Page page : pdfDocument . getPages ())...TableAbsorber (); absorber . visit ( page ); for ( AbsorbedTable table...

    docs.aspose.com/pdf/zh/java/extract-table-from-...