Sort Score
Result 10 results
Languages All
Labels All
Results 1,521 - 1,530 of 141,003 for

page

(0.04 sec)
  1. Specify Layout Options in C++|Aspose.Words for C++

    Specify Layout Options for various document layouts....ContinuousSectionPag to calculate page numbers in a continuous section...section that restarts page numbering, or IgnorePrinterMetrics to...

    docs.aspose.com/words/cpp/specify-layout-options/
  2. 如何使用 Java 删除 Link 注释 | Aspose.PDF

    在 JSP/JSF 应用程序和桌面应用程序的 Java 运行时环境中删除 PDF 文件中的 Link 注释的 Java 示例代码。...创建新页面或获取对现有页面的引用 创建 Link 注释 调用 Page.Annotations 集合中的 Link 注释方法 Remove...using AnnotationSelector Page page = document . getPages ()....

    products.aspose.com/pdf/zh-hans/java/annotation...
  3. 如何使用 Java 删除 Freetext 注释 | Aspose.PDF

    在 JSP/JSF 应用程序和桌面应用程序的 Java 运行时环境中删除 PDF 文件中的 Freetext 注释的 Java 示例代码。...创建新页面或获取对现有页面的引用 创建 Freetext 注释 调用 Page.Annotations 集合中的 Freetext 注释方法...using AnnotationSelector Page page = document . getPages ()....

    products.aspose.com/pdf/zh-hans/java/annotation...
  4. Document.save method | Aspose.Words for Node.js

    Aspose.Words.Document.save method...options ); Shows how to render one page from a document to a JPEG image...doc ); builder . writeln ( "Page 1." ); builder . insertBreak...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. 创建 AcroForm - 在 C# 中创建可填写 PDF|Aspose.PDF for .NET

    使用 Aspose.PDF for .NET,您可以在 PDF 文件中从头开始创建表单...{ // Add page to PDF file var page = document . Pages . Add ();...Pdf . Forms . TextBoxField ( page , rects ); // Setting the appearances...

    docs.aspose.com/pdf/zh/net/create-form/
  6. FieldXE | Aspose.Words for Java

    Implements the XE field in Java....Remarks: Defines the text and page number for an index entry, which...on the left side // and the page containing the XE field on the...

    reference.aspose.com/words/java/com.aspose.word...
  7. PageSetup.HeadingLevelForChapter | Aspose.Words...

    Discover the PageSetup HeadingLevelForChapter property to easily customize chapter title styles in your document for enhanced readability and professionalism....applied to page number. Before you can create page numbers that...Examples Shows how to work with page chapters. Document doc = new...

    reference.aspose.com/words/net/aspose.words/pag...
  8. LayoutEntityType enumeration | Aspose.Words for...

    aspose.words.layout.LayoutEntityType enumeration. Types of the layout entities.... PAGE Represents page of a document. COLUMN...Represents a column of text on a page. ROW Represents a table row...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Layout::LayoutEnumerator::Reset ...

    Aspose::Words::Layout::LayoutEnumerator::Reset method. Moves the enumerator to the first Page of the document in C++....the enumerator to the first page of the document. void Aspose...entities. // Layout entities are pages, cells, rows, lines, and other...

    reference.aspose.com/words/cpp/aspose.words.lay...
  10. PDF Forms. Manage via Java | Aspose.PDF

    Manage PDF Forms programmatically with Java sample code using Aspose.PDF for Java.... Access the Page via its index. Call the Form..._dataDir + "TextField.pdf" ); Page page = pdfDocument . getPages ()...

    products.aspose.com/pdf/java/acroforms/