Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 181,613 for

page

(0.1 sec)
  1. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows you code explaining how to set FitToPagesWide and FitToPagesTall using the Aspose.Cells library....How to Print Excel as Fitted Pages Wide and Tall Contents [ Hide...within a specified number of pages, both horizontally and vertically...

    docs.aspose.com/cells/net/how-to-print-excel-as...
  2. PageSetup.PageWidth | Aspose.Words for .NET

    Discover the PageSetup PageWidth property to easily adjust Page width in points, enhancing your document layout for optimal presentation....Returns or sets the width of the page in points. public double PageWidth...it will be visible on every page. builder . MoveToHeaderFooter...

    reference.aspose.com/words/net/aspose.words/pag...
  3. PageLayoutEvent Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Layout.PageLayoutEvent enum—essential for optimizing Page layout events during document rendering and building. Enhance your workflow today!...raised during page layout model build and rendering. Page layout model...“conversion step”, this is when page layout pulls document content...

    reference.aspose.com/words/net/aspose.words.lay...
  4. FieldIndex.SequenceName | Aspose.Words for .NET

    Discover the FieldIndex SequenceName property to easily manage sequence names and enhance pagination efficiency in your applications....number is included with the page number. public string SequenceName...side, // and the number of the page that contains the XE field on...

    reference.aspose.com/words/net/aspose.words.fie...
  5. Aspose::Words::Layout namespace | Aspose.Words ...

    Aspose::Words::Layout namespace. The Aspose.Words.Layout namespace provides classes that allow to access information such as on what Page and where on a Page particular document elements are positioned, when the document is formatted into Pages in C++....information such as on what page and where on a page particular document...document is formatted into pages. Classes Class Description LayoutCollector...

    reference.aspose.com/words/cpp/aspose.words.lay...
  6. PageInfo class | Aspose.Words for Node.js

    Aspose.Words.Rendering.PageInfo class. Wraps ``Size`` for public API Node.js porting.... Remarks The page width and height returned by...represent the “final” size of the page e.g. they are already rotated...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Add Line Object to PDF file|Aspose.PDF for Pyth...

    This article explains how to create a line object to your PDF using Aspose.PDF for Python via .NET....to paragraphs collection of page. Create and Configure the Line...() # Add page to pages collection of PDF file page = document...

    docs.aspose.com/pdf/python-net/add-line/
  8. 从PDF中提取段落|Aspose.PDF for Android via Java

    本文介绍如何使用ParagraphAbsorber——Aspose.PDF中的一个特殊工具,从PDF文档中提取文本。...pdf" ); Page page = doc . getPages (). get_Item...ParagraphAbsorber (); absorber . visit ( page ); PageMarkup markup = absorber...

    docs.aspose.com/pdf/zh/androidjava/extract-para...
  9. PDF Highlights Annotation|Aspose.PDF for Java

    Discover how to add highlights annotations in a PDF document in Java using Aspose.PDF to highlight important text....should add all annotations to the page. package com.aspose.pdf.examples..._dataDir + "sample.pdf" ); Page page = document . getPages ()....

    docs.aspose.com/pdf/java/highlights-annotation/
  10. Add Rectangle Object to PDF file|Aspose.PDF for...

    This article explains how to create a Rectangle object to your PDF using Aspose.PDF for .NET.... Add Page to pages collection of PDF file....to paragraphs collection of page instance. Create Graph instance...

    docs.aspose.com/pdf/net/add-rectangle/