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

page

(0.1 sec)
  1. LayoutEnumerator.moveNext method | Aspose.Words...

    LayoutEnumerator.moveNext method. Moves to the next sibling entity in visual order....across pages this method will not move to the next page but rather...the next entity on the same page. moveNext () See Also module...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. How to Find & Replace Hyperlinks in pdf - F...

    Hello Aspose Team Can I get help to know How to Find & Replace Hyperlinks in pdf. I used the below sample code to get the hyperlink. Document document = new Document("c:/pdftest/TempFile.pdf"); // Traverse thro…...through all the page of PDF foreach (Aspose.Pdf.Page page in document...document.Pages) { // Get the link annotations from particular page AnnotationSelector...

    forum.aspose.com/t/how-to-find-amp-replace-hype...
  3. PageSetup.margins property | Aspose.Words for P...

    PageSetup.margins property. Returns or sets preset [Margins](../../margins/) of the Page....or sets preset Margins of the page. @property def margins ( self...Shows when to recalculate the page layout of the document. doc...

    reference.aspose.com/words/python-net/aspose.wo...
  4. LayoutCollector.getStartPageIndex method | Aspo...

    LayoutCollector.getStartPageIndex method. Gets 1-based index of the Page where node begins...) Gets 1-based index of the page where node begins. Returns 0...if node cannot be mapped to a page. getStartPageIndex ( node :...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. PaperSize enumeration | Aspose.Words for Python

    aspose.words.PaperSize enumeration. Specifies paper size.... page_setup . paper_size = aw . PaperSize...PaperSize . LEGAL builder . page_setup . orientation = aw . Orientation...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 以编程方式移动 PDF 页面 C#|Aspose.PDF for .NET

    尝试使用 Aspose.PDF for .NET 在所需位置或 PDF 文件末尾移动页面。... GetDataDir_AsposePdf_Pages (); // Open PDF documents using...var page = srcDocument . Pages [ 2 ]; dstDocument . Pages . Add...

    docs.aspose.com/pdf/zh/net/move-pages/
  7. Remove Breaks in Jython|Aspose.Words for Java

    Remove Breaks using Jython....Words - Remove Breaks To Remove Page and Section Breaks using Aspose..."TestRemoveBreaks.doc" ) # Remove the page and section breaks from the...

    docs.aspose.com/words/java/remove-breaks-in-jyt...
  8. PageSetup.Margins | Aspose.Words for .NET

    Adjust your Page's Margins effortlessly with the PageSetup property. Customize settings for optimal layout and presentation. Enhance your document's appearance!...or sets preset Margins of the page. public Margins Margins { get...Shows when to recalculate the page layout of the document. Document...

    reference.aspose.com/words/net/aspose.words/pag...
  9. 在 PostScript 中使用页面 | .NET

    Aspose.Page API 解决方案解答了如何将页面添加到 PS 文件的问题。了解如何在 .NET 中使用该功能...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/zh/net/ps/working-with-pages/
  10. 使用 C++ 向 PDF 添加文本|Aspose.PDF for C++

    本文描述了在 Aspose.PDF 中处理文本的各个方面。了解如何向 PDF 添加文本、添加 HTML 片段或使用自定义 OTF 字体。...particular page auto pdfPage = document -> get_Pages () -> idx_get...the text fragment to the PDF page textBuilder -> AppendText (...

    docs.aspose.com/pdf/zh/cpp/add-text-to-pdf-file/