Sort Score
Result 10 results
Languages All
Labels All
Results 1,721 - 1,730 of 192,035 for

page

(0.15 sec)
  1. FieldPageRef.insert_relative_position property ...

    FieldPageRef.insert_relative_position property. Gets or sets whether to insert a relative position of the bookmarked paragraph....PAGEREF field that displays what page a bookmark is on. # Set the...h' , ExField . _insert_field_page_ref ( builder , 'MyBookmark3'...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 在 PDF 中处理标题|Aspose.PDF for Python via .NET

    使用 Python 在 PDF 文档的标题中创建编号。Aspose.PDF for Python via .NET 提供不同类型的编号样式。... page_info . width = 612.0 document . page_info . height...height = 792.0 document . page_info . margin = ap . MarginInfo...

    docs.aspose.com/pdf/zh/python-net/working-with-...
  3. LayoutEnumerator.Current | Aspose.Words for .NET

    Discover the LayoutEnumerator Current property to easily access and modify the current position in your Page layout model for enhanced design flexibility....sets current position in the page layout model. This property...how to see the the ranges of pages that a node spans. Document...

    reference.aspose.com/words/net/aspose.words.lay...
  4. Issue extracting text from PDF with newer Aspos...

    We are updating an older tool we have from .NET Framework to .NET (.NET 8 in this case). At the same time, we are updating to the latest version of the Aspose.PDF reference. With the newer reference, it is throwing an ex…...extract text from some of the PDF pages. There were no issues extracting...Lx8pkCn177JYJk=.#=zkkqtmUY=(Page #=zoxu0zJc=) at #=zM8gldwPu...

    forum.aspose.com/t/issue-extracting-text-from-p...
  5. Aspose::Words::Drawing::WrapType enum | Aspose....

    Aspose::Words::Drawing::WrapType enum. Specifies how text is wrapped around a shape or picture in C++....it will be visible on every page. builder -> MoveToHeaderFooter...the image at the center of the page. shape -> set_RelativeHorizontalPo...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. 公共 API Aspose.Diagram 16.11.0 的变化|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....get a Visio page by name Page page = diagram . Pages . GetPage...GetPage ( "Page-1" ); // get a shape by ID Shape shape = page . Shapes...

    docs.aspose.com/diagram/zh/net/public-api-chang...
  7. 添加、检索、复制和读取 Visio 形状数据|Documentation

    本节介绍如何添加形状、设置形状的属性或使用 Aspose.Diagram 复制形状。...); // Get page by name Page page = diagram . Pages . GetPage...GetPage ( "Page-2" ); // Add master with stencil file path and master...

    docs.aspose.com/diagram/zh/net/add-retrieve-cop...
  8. Region-Based Extraction using Python|Aspose.PDF...

    Learn how to extract text from a specific Page region or paragraph structure in PDF documents with Aspose.PDF for Python....from a specific region of a page Use TextAbsorber together with...extraction to a specific area of a page. This approach is useful for...

    docs.aspose.com/pdf/python-net/region-based-ext...
  9. Convert PowerPoint Presentations in Handout Mod...

    Convert presentations to handouts in C++. Set slides per Page, keep notes, export to PDF or images with Aspose.Slides, with sample code. Try it free....multiple slides appear on a single page, making it useful for conferences...slides are placed on a single page and other display parameters...

    docs.aspose.com/slides/cpp/convert-powerpoint-i...
  10. Add Arc Object to PDF file|Aspose.PDF for .NET

    This article explains how to create a arc object to your PDF using Aspose.PDF for .NET....to paragraphs collection of page. Save our PDF file. The following...Document ()) { // Add page var page = document . Pages . Add (); // Create...

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