Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 184,601 for

page

(0.1 sec)
  1. PageLayoutEvent enumeration | Aspose.Words for ...

    aspose.words.layout.PageLayoutEvent enumeration. A code of event raised during Page layout model build and rendering....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/python-net/aspose.wo...
  2. 将矩形对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将矩形对象创建到您的PDF中。... Page page , float x , float y , float...Paragraphs collection of the page page . Paragraphs . Add ( graph...

    docs.aspose.com/pdf/zh/net/add-rectangle/
  3. Rendering in Python|Aspose.Words for Python via...

    Use Aspose.Words for Python via .NET rendering feature to format a flow-layout document into Pages and convert such a document or selected Pages to other documents (PDF, HTML, XPS, etc.) or images (TIFF, PNG, SVG, etc.) formats for viewing, further conversions, or printing....paginated or has the concept of pages. We are talking about rendering...rendering of a document into pages. The following diagram shows what...

    docs.aspose.com/words/python-net/rendering/
  4. 检索、获取、复制和插入页面|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.... Page 对象表示前景页面或背景页面的绘图区域。 Diagram 类公开的 Pages 属性支持 Pages 对象的集合。此属性可用于检索页面信息。...对象的集合。此属性可用于检索页面信息。 使用 Page.Background 属性确定页面是前景页面还是背景页面。 检索页面信息编程示例...

    docs.aspose.com/diagram/zh/python-java/retrieve...
  5. 使用额外类型的PDF注释|Aspose.PDF for Java

    本节介绍如何添加、获取和删除PDF文档中的额外类型的注释。...使用 AnnotationSelector 过滤注释 Page page = document . getPages ()....CaretAnnotation ( page , Rectangle . getTrivial ())); page . accept (...

    docs.aspose.com/pdf/zh/java/extra-annotations/
  6. Edit PDF File Tags using Python|Aspose.PDF for ...

    This article explains how to edit tags in the PDF documents using Aspose.PDF for Python via .NET library....document ): # Get first page page = document . pages [ 1 ] # The marked...marked content operator on page for the text. text_1_bdc = None...

    docs.aspose.com/pdf/python-net/edit-pdf-file-tags/
  7. Aspose::Words::Document::RenderToScale method |...

    Aspose::Words::Document::RenderToScale method. Renders a document Page into a Graphics object to a specified scale in C++....e method Renders a document page into a Graphics object to a...pageIndex int32_t The 0-based page index. graphics const Syste...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. Setting Different Headers and Footers For Diffe...

    This article provides sample code that shows how to programmatically set various headers and footers of an Excel worksheet's Page Setup settings using the Aspose.Cells for Python API. You can set the headers and footers for the first Page, odd Pages, and even Pages....Headers and Footers For Different Pages Contents [ Hide ] MS Excel supports...for the first page, odd pages, and even pages since Excel 2007...

    docs.aspose.com/cells/python-net/setting-differ...
  9. Document.removeBlankPages method | Aspose.Words...

    Document.removeBlankPages method. Removes blank Pages from the document....removeBlankPages() Removes blank pages from the document. removeBlankPages...resulting document will not contain pages considered to be blank while...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. PDF 粘性注释使用 C++|Aspose.PDF for C++

    本主题关于粘性注释,作为示例,我们展示了文本中的水印注释。它用于在页面上表示图形。检查代码片段以解决此任务。...pdf" ); auto page = document -> get_Pages () -> idx_get (...MakeObject < WatermarkAnnotation > ( page , MakeObject < Rectangle > (...

    docs.aspose.com/pdf/zh/cpp/sticky-annotations/