Sort Score
Result 10 results
Languages All
Labels All
Results 1,141 - 1,150 of 188,035 for

page

(4.35 sec)
  1. FieldTA.PageRangeBookmarkName | Aspose.Words fo...

    Discover the FieldTA PageRangeBookmarkName property, easily manage bookmarks for Page ranges and enhance your document navigation with this powerful feature....range of pages that is inserted as the entry’s page number. public...displaying long citations and page numbers for each entry. FieldToa...

    reference.aspose.com/words/net/aspose.words.fie...
  2. Set Print Titles with Python.NET|Documentation

    Learn how to configure repeated row/column headers on printed Pages using Aspose.Cells for Python via .NET....are repeated on every printed page, which is especially useful...spreadsheets that span multiple pages. Here are some reasons to set...

    docs.aspose.com/cells/python-net/how-to-set-pri...
  3. Seamlessly combine DOCX pages vertically into o...

    Does Aspose.Words support exporting a multi-Page DOCX into one seamless PNG (all Pages appended vertically without gaps)? Sample DOCX: multi-Page.docx (13.4 KB) Current PNG output: output.png (1.3 KB) Expected …...Seamlessly combine DOCX pages vertically into one PNG Aspose...exporting a multi-page DOCX into one seamless PNG (all pages appended...

    forum.aspose.com/t/seamlessly-combine-docx-page...
  4. 使用 FloatingBox 进行文本生成|Aspose.PDF for .NET

    本页面解释如何在浮动框内格式化文本。...Document ()) { var page = document . Pages . Add (); // Create..."text example" )); // Add box page . Paragraphs . Add ( box );...

    docs.aspose.com/pdf/zh/net/floating-box/
  5. 使用用户定义的单元格|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....vsdx" ); // get page by name Page page = diagram . getPages...getPage ( "Page-1" ); // get shape by id Shape shape = page . getShapes...

    docs.aspose.com/diagram/zh/java/working-with-us...
  6. Replace Fields C#|Aspose.Words for .NET

    Learn how to replace fields with text in C#. Replace fields with static data using the .NET API.... What is this page about? This page explains how to replace...example, trying to convert the PAGE field in a header or footer...

    docs.aspose.com/words/net/replace-fields/
  7. Aspose::Words::Document::UpdatePageLayout metho...

    Aspose::Words::Document::UpdatePageLayout method. Rebuilds the Page layout of the document in C++....Document::UpdatePageLayout method Rebuilds the page layout of the document. void...formats a document into pages and updates the page number related fields...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. 旋转、改变位置和连接子形状|Documentation

    本节介绍如何使用 Aspose.Diagram 旋转 visio 形状。...); // Get page by name Page page = diagram . Pages . GetPage...GetPage ( "Page-3" ); // Get shape by id Shape shape = page . Shapes...

    docs.aspose.com/diagram/zh/net/rotate-change-th...
  9. 设置图像大小|Aspose.PDF for .NET

    本节描述如何使用 C# 库设置 PDF 文件中的图像大小。...Document ()) { // Add page var page = document . Pages . Add (); // Create...to the page page . Paragraphs . Add ( img ); // Set page properties...

    docs.aspose.com/pdf/zh/net/set-image-size/
  10. Rotate Text Inside PDF using C++|Aspose.PDF for...

    Learn how to rotate text within a PDF document in C++ using Aspose.PDF to adjust text orientation and improve layout....particular page auto page = document -> get_Pages () -> Add ();...> ( page ); // Append the text fragment to the PDF page textBuilder...

    docs.aspose.com/pdf/cpp/rotate-text-inside-pdf/