Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 139,595 for

page

(0.1 sec)
  1. 使用 C# 创建 PDF 粘性注释|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中创建粘性注释,例如笔记和高亮。...)) { // Load Page object to add Annotation var page = document...document . Pages [ 1 ]; // Create Watermark Annotation var wa = new Aspose...

    docs.aspose.com/pdf/zh/net/sticky-annotations/
  2. Aspose.Cells Product Family

    Find answers about creating, editing, and converting, Excel spreadsheets without requiring Microsoft Excel....Page Product Family Aspose.PSD Product...Python Remove Page Break in Excel using Python Delete Page Break in...

    kb.aspose.com/cells/page/4/
  3. Rotate PDF using C++ | Aspose.PDF

    Rotate PDF documents programmatically with C++ sample code using Aspose.PDF for C++...Rotate PDF Pages with C++ Do you need to rotate PDF? Programmatic...update or change the page orientation of pages in an existing PDF...

    products.aspose.com/pdf/cpp/rotate/
  4. WrapType enumeration | Aspose.Words for Node.js

    Aspose.Words.Drawing.WrapType enumeration. Specifies how text is wrapped around a shape or picture....it will be visible on every page. builder . moveToHeaderFooter...the image at the center of the page. shape . relativeHorizontalPo...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. FieldIndex.HasPageNumberSeparator | Aspose.Word...

    Discover the FieldIndex HasPageNumberSeparator property, which reveals if a Page number separator is customized via field code for enhanced document formatting....a value indicating whether a page number separator is overridden...Examples Shows how to edit the page number separator in an INDEX...

    reference.aspose.com/words/net/aspose.words.fie...
  6. C++ OCR Image To Text Conversion | Aspose

    Convert images to text using C++ OCR library within your software application....extracting single line text, whole page text, text within a particular...and can handle any text fonts, page layouts and styles. Image to...

    products.aspose.com/ocr/cpp/conversion/
  7. PageInfo.HeightInPoints | Aspose.Words for .NET

    Discover the HeightInPoints property of PageInfo to easily access Page height in points. Enhance your document layout with precise measurements!...property Gets the height of the page in points. public float HeightInPoints...print page size and orientation information for every page in a...

    reference.aspose.com/words/net/aspose.words.ren...
  8. PageBorderAppliesTo Enum | Aspose.Words for .NET

    Discover the Aspose.Words.PageBorderAppliesTo enum to control Page border printing across specific Pages for enhanced document formatting....enumeration Specifies which pages the page border is printed on. public...Description AllPages 0 Page border is shown on all pages of the section...

    reference.aspose.com/words/net/aspose.words/pag...
  9. FieldIndex.page_number_list_separator property ...

    FieldIndex.Page_number_list_separator property. Gets or sets the character sequence that is used to separate two Page numbers in a Page number list....page_number_list_separator property FieldIndex.page_number_list_separator...two page numbers in a page number list. @property def page_number_list_separator...

    reference.aspose.com/words/python-net/aspose.wo...
  10. PDF 文本注释|Aspose.PDF for C++

    Aspose.PDF for C++ 允许您从 PDF 文档中添加、获取和删除文本注释。... 将注释添加到 Page 对象的Annotations集合中。 以下代码片段向您展示了如何在PDF页面中添加注释。..."sample.pdf" ); auto page = document -> get_Pages () -> idx_get (...

    docs.aspose.com/pdf/zh/cpp/text-annotation/