Sort Score
Result 10 results
Languages All
Labels All
Results 1,341 - 1,350 of 180,919 for

page

(0.13 sec)
  1. 在Python中管理分页符|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....模块的 add_page_breaks 方法。下面是代码示例。 Python 代码 def add_page_breaks...worksheet = worksheets . get ( 0 ) h_page_breaks = worksheet . getHorizontalPageBre...

    docs.aspose.com/cells/zh/java/managing-page-bre...
  2. Aspose::Words::Drawing::ShapeBase::get_Bottom m...

    Aspose::Words::Drawing::ShapeBase::get_Bottom method. Gets the position of the bottom edge of the containing block of the shape in C++....points, from the left side of the page. shape -> set_RelativeHorizontalPo...Drawing :: RelativeHorizontalPo :: Page ); // Set the shape's horizontal...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. 注解 PDF API | Aspose.PDF

    使用适用于任何平台的免费跨平台应用程序和高级代码 API 从 PDF 文档中删除注释。... Pages [ 1 ], new Rectangle ( 299.988...Color . Blue }; document . Pages [ 1 ]. Annotations . Add ( caretAnnotation1...

    products.aspose.com/pdf/zh-hant/annotation/
  4. FieldIndex.cross_reference_separator property |...

    FieldIndex.cross_reference_separator property. Gets or sets the character sequence that is used to separate cross references and other entries....side, # and the number of the page that contains the XE field on...display a string instead of a page number. # First, for entries...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 如何用 Java 添加 Highlight 注解 | Aspose.PDF

    Java 示例代码,用于在 JSP/JSF 应用程序和桌面应用程序的 Java 运行时环境中在 PDF 文件中添加 Highlight 个注释。...创建新页面或获取对现有页面的引用 创建 Highlight 注释 调用 Page.Annotations 集合中的 Highlight 注释方法..._dataDir + "sample.pdf" ); Page page = document . getPages ()....

    products.aspose.com/pdf/zh-hans/java/annotation...
  6. ExtractPages Function Removes Bookmarks - Free ...

    Hi, I am extracting Pages one by one using the ExtractPages function. However, during this process, the bookmarks with the names "bm_ef269859079b419b" and "bm_b3e4256833b46067" are being removed from the extracted Pages…...1:24pm 1 Hi, I am extracting pages one by one using the ExtractPages...removed from the extracted pages. Could you please explain why...

    forum.aspose.com/t/extractpages-function-remove...
  7. Working with PDF layers using Python|Aspose.PDF...

    This article explains how to lock a PDF layer, extract PDF layer elements, flatten a layered PDF, and merge all layers inside a PDF into one....specific layer on the first page, and save the document with...Retrieve the first page with ‘document.pages’. Select the layer...

    docs.aspose.com/pdf/python-net/work-with-pdf-la...
  8. Track Conversion Progress of Excel to TIFF|Docu...

    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....You may also control which pages are rendered as demonstrated...saving page index 0 of pages 10 </ br > End saving page index...

    docs.aspose.com/cells/net/track-conversion-prog...
  9. Aspose::Words::Fields::FieldIndex::get_Sequence...

    Aspose::Words::Fields::FieldIndex::get_SequenceName method. Gets or sets the name of a sequence whose number is included with the Page number in C++....number is included with the page number. System :: String Aspose...side, // and the number of the page that contains the XE field on...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. Create PDF using .NET | Aspose.PDF

    This topic shows you how to use the Aspose.PDF for .NET API to easily generate and read PDF files in .NET applications.... Add a page using Pages.Add() method. Create a...Paragraphs collection of the page. Save the PDF using Save(String)...

    products.aspose.com/pdf/net/create/