Sort Score
Result 10 results
Languages All
Labels All
Results 1,631 - 1,640 of 187,636 for

page

(0.1 sec)
  1. PageSetup.PageHeight | Aspose.Words for .NET

    Discover the PageSetup PageHeight property to efficiently manage your document's height in points, enhancing your layout and presentation....Returns or sets the height of the page in points. public double PageHeight...it will be visible on every page. builder . MoveToHeaderFooter...

    reference.aspose.com/words/net/aspose.words/pag...
  2. 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/
  3. 使用用户定义的单元格|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...
  4. Text fragments found in PageMarkup not availabl...

    Hi, On this specific PDF the text is extracted but not correctly ordered in sections and paragraphs. ecclesiastes.pdf (260.7 KB) I slightly modified the sample code to showcase this. public static void Run() // origi…...WriteLine("### Number of markups found on page {0} : {1}", markup.Number, markup...WriteLine("Paragraph {0} of section {1} on page {2}:", j, i, markup.Number);...

    forum.aspose.com/t/text-fragments-found-in-page...
  5. Container|Documentation

    Container element is used to break content into columns and to add a footer to the form....the bottom of the page ( "footer" ). Each Page can only have one...regardless of their content. Adding page footer To add a footer that...

    docs.aspose.com/omr/net/json-markup/container/
  6. 使用连接索引连接形状|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....Diagram (); // get page by index Page page = diagram . getPages...shapes by ID Shape shape1 = page . getShapes (). getShape ( shape1_ID...

    docs.aspose.com/diagram/zh/java/use-connection-...
  7. 旋转、改变位置和连接子形状|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...
  8. Getting Headers or Footers|Documentation

    This article explains how to programmatically get header and footers from Excel or OpenOffice files using the C# API or .NET Library....in Page Layout view, Print Preview, and on printed pages. You...You can also use the Page Setup dialog box if you want to view...

    docs.aspose.com/cells/net/get-headers-or-footers/
  9. 分组、转换和验证形状|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...getPages (). getPage ( "Page-3" ); // Initialize an array of shapes...

    docs.aspose.com/diagram/zh/java/group-convert-a...
  10. ThumbnailGeneratingOptions | Aspose.Words for Java

    Can be used to specify additional options when generating thumbnail for a document in Java....1 - Use the document's first page: doc.updateThumbnail(); doc...generate thumbnail from first page of the document or first image...

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