Sort Score
Result 10 results
Languages All
Labels All
Results 2,781 - 2,790 of 141,268 for

page

(0.06 sec)
  1. PDF 粘性注释使用 Python|Aspose.PDF for Python via .NET

    本主题关于粘性注释,作为示例,我们展示文本中的水印注释。...# 创建注释 # 加载 Page 对象以添加注释 page = document . pages [ 1 ] # 创建注释...annotations . WatermarkAnnotation ( page , ap . Rectangle ( 100 , 0 ...

    docs.aspose.com/pdf/zh/python-net/sticky-annota...
  2. 在 PDF 中旋转文本使用 Python|Aspose.PDF for Python via ...

    学习不同的方法在 PDF 中旋转文本。Aspose.PDF 允许您旋转文本到任何角度,旋转文本片段或整个段落。...// 获取特定页面 Page pdfPage = ( Page ) pdfDocument . Pages . Add ();...// 获取特定页面 Page pdfPage = ( Page ) pdfDocument . Pages . Add ();...

    docs.aspose.com/pdf/zh/python-net/rotate-text-i...
  3. 在 Python 中添加 JavaScript|Aspose.PDF for Python v...

    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....alert('page 2 is opened')" ) # 在页面级别添加 JavaScript...JavascriptAction ( "app.alert('page 2 is closed')" )) # 保存 PDF 文档...

    docs.aspose.com/pdf/zh/python-java/adding-javas...
  4. CompatibilityOptions.show_breaks_in_frames prop...

    CompatibilityOptions.show_breaks_in_frames property. Display Page/Column Breaks Present in Frames....show_breaks_in_frames property Display Page/Column Breaks Present in Frames...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Fields::FieldSectionPages class ...

    Aspose::Words::Fields::FieldSectionPages class. Implements the SECTIONPageS field. To learn more, visit the documentation article in C++....SECTIONPAGES fields to number pages by sections. auto doc = MakeObject...()); // A PAGE field displays the number of the page it is in...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. Aspose::Words::Font::get_Emboss method | Aspose...

    Aspose::Words::Font::get_Emboss method. True if the font is formatted as embossed in C++....letters are sunken into the page: builder -> get_Font () -> set_Engrave...like the letters pop out of the page: builder -> get_Font () -> set_Engrave...

    reference.aspose.com/words/cpp/aspose.words/fon...
  7. Add Comments to Visio Drawings using Python

    This brief article guides to add comments to Visio drawings using Python. You can follow this code and steps to insert comments to Visio drawings using Python....Page Product Family Aspose.PSD Product...diagram Insert a comment to any page of the Visio file with the add_comment()...

    kb.aspose.com/diagram/python/add-comments-to-vi...
  8. 如何使用 Java 获取 Freetext 注解 | Aspose.PDF

    在 JSP/JSF 应用程序和桌面应用程序的 Java 运行时环境中获取 PDF 文件中的 Freetext 注释的 Java 示例代码。...创建新页面或获取对现有页面的引用 创建 Freetext 注释 调用 Page.Annotations 集合中的 Freetext 注释方法...using AnnotationSelector Page page = document . getPages ()....

    products.aspose.com/pdf/zh-hans/java/annotation...
  9. BuiltInDocumentProperties.linksUpToDate propert...

    BuiltInDocumentProperties.linksUpToDate property. Indicates whether hyperlinks in a document are up-to-date....document statistics such as word/page/character counts as metadata...Statistics // Page count: The PageCount property shows the page count...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 如何用 Java 添加 Freetext 注解 | Aspose.PDF

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

    products.aspose.com/pdf/zh-hans/java/annotation...