Sort Score
Result 10 results
Languages All
Labels All
Results 2,211 - 2,220 of 192,185 for

page

(0.76 sec)
  1. 使用 Python 的 Hello World 示例|Aspose.PDF for Pytho...

    此示例演示如何使用 Aspose.PDF for Python via .NET 创建包含 Hello World 文本的简单 PDF 文档。...Document () # Add page page = document . pages . add () # Add text...text to new page textFragment = ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/zh/python-net/hello-world-e...
  2. Update Fields in Ruby|Aspose.Words for Java

    Update fields of MS Word Document using Ruby.... write ( "Page: " ) builder . insertField ( "PAGE" ) builder...document content on the second page. break_type = Rjb :: import...

    docs.aspose.com/words/java/update-fields-in-ruby/
  3. 在PDF文件中更改页面尺寸|Aspose.PDF for .NET

    尝试使用 PdfPageEditor 类学习如何更改 PDF 文件中的页面尺寸....Pages 属性可用于指定需要应用新页面尺寸的页面号码。PageSize...pdf" ); // Change page size of the selected pages pdfPageEditor ...

    docs.aspose.com/pdf/zh/net/changing-page-sizes-...
  4. How to keep PDF content editable but prevent wa...

    Hello, We are using Aspose.PDF for .NET to add a watermark to PDF files in a .NET 10 application. Current requirement: • Add a visible watermark to every Page of the PDF. • Users should still be able to open and edit…...a visible watermark to every page of the PDF. • Users should still...an image. • We add it to each page as a foreground watermark artifact...

    forum.aspose.com/t/how-to-keep-pdf-content-edit...
  5. Aspose::Words::PageSetup::get_Orientation metho...

    Aspose::Words::PageSetup::get_Orientation method. Returns or sets the orientation of the Page in C++....sets the orientation of the page. Aspose :: Words :: Orientation...Shows how to apply and revert page setup settings to sections in...

    reference.aspose.com/words/cpp/aspose.words/pag...
  6. Aspose::Words::Fields::FieldToc class | Aspose....

    Aspose::Words::Fields::FieldToc class. Implements the TOC field. To learn more, visit the documentation article in C++....that separate an entry and its page number. get_FieldEnd () const...whether to hide tab leader and page numbers in Web layout view....

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. DocumentBuilder.InsertBreak | Aspose.Words for ...

    Enhance your documents effortlessly with the DocumentBuilder InsertBreak method, allowing you to seamlessly add custom breaks for improved formatting....method to insert paragraph, page, column, section or line break...footers for first, even and odd pages. builder . PageSetup . DifferentFirstPageHe...

    reference.aspose.com/words/net/aspose.words/doc...
  8. 获取 Visio 形状继承字符|Documentation

    本节介绍如何获取 visio 形状的字体样式从其父样式继承并掌握 Aspose.Diagram。...vsdx" ); // Get page by ID Page page = diagram . getPages...getPage ( "Page-1" ); // Get shape by ID Shape shape = page . getShapes...

    docs.aspose.com/diagram/zh/java/get-visio-shape...
  9. 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/java/image-regions-paragrap...
  10. Update Fields in Java|Aspose.Words for Java

    Learn how to update fields in Java. Update fields programmatically or use automatic field update using Java API...the field is a formula or a page number, it will contain the...or XPS the fields related to page-numbering in headers/footers...

    docs.aspose.com/words/java/update-field/