Sort Score
Result 10 results
Languages All
Labels All
Results 2,011 - 2,020 of 186,795 for

page

(0.55 sec)
  1. Retrieve All Layers from the Visio Diagram in P...

    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....vsd" ); \ # get Visio page $page = $diagram -> getPages ()...-> getPage ( 0 ); $layers = $page -> getPageSheet () -> getLayers...

    docs.aspose.com/diagram/java/retrieve-all-layer...
  2. ContainerConfig|Documentation

    ContainerConfig element is used to break content into columns and to add a footer to the form....bottom of the page ( ContainerTypeEnum.Footer ). Each page can only...regardless of their content. Adding page footer To add a footer that...

    docs.aspose.com/omr/net/programmatic-forms/cont...
  3. Update Fields|Documentation

    This section explains how to update fields....vsdx" ) # Get page by name page = diagram . getPages ()...getPage ( "Page-1" ) # Get Visio Shape shape = page . getShapes...

    docs.aspose.com/diagram/python-java/update-fields/
  4. 搜索

    搜索... 初始化 Page 和 Outline 類對象。 添加 RichText 節點。...Document(); // 初始化頁麵類對象 Page page = new Page(doc); // 初始化 Outline...

    blog.aspose.com/zh-hant/note/create-onenote-fil...
  5. C# Split PDF

    Split PDF files into e Pages using C# code. Save PDF as separate files using C#....integrate the extracted PDF pages with other data and, as a result...Whether you are integrating PDF pages into automated information systems...

    products.aspose.com/words/net/split/pdf/
  6. Posting AcroForm Data|Aspose.PDF for .NET

    You can import and export form data to and XML file with Aspose.Pdf.Facades namespace in Aspose.PDF for .NET....data to an external web page. This web page then reads the post variables...receive the posted data on the web page. // For complete examples and...

    docs.aspose.com/pdf/net/posting-acroform-data/
  7. FootnotePosition enumeration | Aspose.Words for...

    aspose.words.notes.FootnotePosition enumeration. Defines the footnote position....BOTTOM_OF_PAGE Footnotes are output at the bottom of each page. BENEATH_TEXT...output beneath text on each page. Examples Shows how to select...

    reference.aspose.com/words/python-net/aspose.wo...
  8. PDF 多媒体注释使用 C++|Aspose.PDF for C++

    Aspose.PDF for C++ 允许您添加、获取和删除 PDF 文档中的多媒体注释。... PDF 文档中的注释包含在 Page 对象的 Annotations 集合中。此集合仅包含该..."sample.pdf" ); auto page = document -> get_Pages () -> idx_get (...

    docs.aspose.com/pdf/zh/cpp/multimedia-annotation/
  9. How to get Caret Annotation using Java | Aspose...

    Get Caret annotations programmatically in PDF with Java sample code on Java Runtime Environment for JSP/JSF Application and Desktop Applications....Document class Create a new page or get a reference to an existing...Add for Caret annotation from Page.Annotations collections Save...

    products.aspose.com/pdf/java/annotation/caret/get/
  10. 将图像添加到 PDF 使用 C++|Aspose.PDF for C++

    本节描述如何使用 C++ 库将图像添加到现有的 PDF 文件中。...获取要添加图像的页面 auto page = document -> get_Pages () -> idx_get (...); // 将图像添加到页面资源的 Images 集合中 page -> get_Resources () -> get_Images...

    docs.aspose.com/pdf/zh/cpp/add-image-to-existin...