Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 181,616 for

page

(0.1 sec)
  1. Working with Document in PS file | Java

    Adding Pages to an PS file is a functionality supported by Aspose.Page API solution. See how to use the functionality in Java....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/java/ps/working-with-docum...
  2. Remove Headers and Footers from a Word Document...

    Remove headers or footers from a word processing document easily and fast instead of using Open XML SDK in C#....Hide ] What is this page about? This page explains how to remove...footers from a document. On this page we will look at how to remove...

    docs.aspose.com/words/net/remove-headers-footer...
  3. 使用 C# 在 PDF 中旋转文本|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中旋转 PDF 文件中的文本,以调整文本对齐和改善展示效果。...Get particular page var page = document . Pages . Add (); // Create...TextBuilder ( page ); // Append the text fragment to the PDF page textBuilder...

    docs.aspose.com/pdf/zh/net/rotate-text-inside-pdf/
  4. IDocumentProcessorPlugin | Aspose.Words for Java

    Defines an interface for external document processor plugin in Java....Adds image watermark on each page of the document loaded by load(java...Adds text watermark on each page of the document loaded by load(java...

    reference.aspose.com/words/java/com.aspose.word...
  5. ConvertUtil | Aspose.Words for Java

    Provides helper functions to convert between various measurement units in Java....docx"); Shows how to specify page properties in inches. Document...section's "Page Setup" defines the size of the page margins in...

    reference.aspose.com/words/java/com.aspose.word...
  6. FootnotePosition | Aspose.Words for Java

    Defines the footnote position in Java....an entry at the bottom of the page, consisting of a symbol // that...show up at the bottom of the page that contains its reference...

    reference.aspose.com/words/java/com.aspose.word...
  7. Finding paragraph bounding boxes|Documentation

    Automatic detection of paragraph bounding boxes inside an image....contain more than one image per page. Therefore, the resulting list...objects than the number of pages in the document. Property Type...

    docs.aspose.com/ocr/net/image-regions-paragraph...
  8. 不使用 Visual Studio 的 ASP.NET|Aspose.PDF for .NET

    学习如何在 ASP.NET 项目中使用 Aspose.PDF for .NET,而无需依赖 Visual Studio。请遵循此实用指南。...NET <% @ Page Language = "C#" %> <% @ Import...// Add page Aspose . Pdf . Page page = document . Pages . Add...

    docs.aspose.com/pdf/zh/net/asp-net-without-usin...
  9. 添加背景到PDF|Aspose.PDF for .NET

    使用C#将背景图像添加到您的PDF文件中。使用BackgroundArtifact对象。... GetDataDir_AsposePdf_Pages (); // Create PDF document using...jpg" )) { // Add page Page page = document . Pages . Add (); // Create...

    docs.aspose.com/pdf/zh/net/add-backgrounds/
  10. ControlChar | Aspose.Words for Java

    Control characters often encountered in documents in Java....structural elements, such as page breaks. Assert.assertEquals(MessageFormat...ControlChar.CR) + ControlChar.PAGE_BREAK, doc.getText()); // When...

    reference.aspose.com/words/java/com.aspose.word...