Sort Score
Result 10 results
Languages All
Labels All
Results 2,951 - 2,960 of 143,550 for

page

(0.14 sec)
  1. 如何使用 Java 刪除 Caret 註釋 | Aspose.PDF

    Java 範例代碼,用於刪除 JSP/JSF 應用程式和桌面應用程式的 Java 執行時環境中 PDF 檔中 Caret 註釋。...using AnnotationSelector Page page = document . getPages ()....CaretAnnotation ( page , Rectangle . getTrivial ())); page . accept (...

    products.aspose.com/pdf/zh-hant/java/annotation...
  2. LineNumberRestartMode | Aspose.Words for Java

    Determines when automatic line numbering restarts in Java....restart the numbering on each new page from 1 and display the number...ineNumberRestartMod.RESTART_PAGE); pageSetup.setLineNumberDistanc(50...

    reference.aspose.com/words/java/com.aspose.word...
  3. Frequently Asked Questions | Aspose.Page for C++

    Get answers to the most frequent questions about Aspose.Page for C++, - a comprehensive API for manipulation, Conversion and editing EP,XPS and PS files....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/cpp/faq/
  4. PageInfo.height_in_points property | Aspose.Wor...

    PageInfo.height_in_points property. Gets the height of the Page in points....property Gets the height of the page in points. @property def height_in_points...

    reference.aspose.com/words/python-net/aspose.wo...
  5. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – แสตมป์ข้อความ รูปภาพ หรือหน้าในรูปแบบ PDF โดยใช้ Pythonhttps://products.aspose.com/pdf/th/python-net/stamps/Recent content in แสตมป์ข้อความ รูป......c1 # Add stamp to particular page line cl n pdfDocumento .n pagesp...c1 # Add stamp to particular page line cl n documento .n pagesp...

    products.aspose.com/pdf/th/python-net/stamps/in...
  6. FieldToc.custom_styles property | Aspose.Words ...

    FieldToc.custom_styles property. Gets or sets a list of styles other than the built-in heading styles to include in the table of contents....style to the left, # and the page the heading appears on to the...The TOC will not display the page numbers of headings whose TOC...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldToc.preserve_tabs property | Aspose.Words ...

    FieldToc.preserve_tabs property. Gets or sets whether to preserve tab entries within table entries....style to the left, # and the page the heading appears on to the...The TOC will not display the page numbers of headings whose TOC...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Convert PDF to Other Document Formats|Aspose.Wo...

    Convert PDF to Word formats such as DOCX, DOC, image formats such as JPG or PNG, or any other formats supported by Aspose using `Node.js`....pageIndex properties to define the page range to be loaded from a PDF...Headers and footers Footnotes Page numbers Right-to-left text (with...

    docs.aspose.com/words/nodejs-net/convert-pdf-to...
  9. Rotate, Change the Position and Connect Sub-Sha...

    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....article move a shape on the page. Input diagram The diagram after... The code retrieves a Visio page by name and shape by ID 16,...

    docs.aspose.com/diagram/java/rotate-change-the-...
  10. 以编程方式删除 PDF 页面 C#|Aspose.PDF for .NET

    您可以使用 Aspose.PDF for .NET 库从 PDF 文件中删除页面。... GetDataDir_AsposePdf_Pages (); // Open PDF document using...Delete a particular page document . Pages . Delete ( 2 ); // Save...

    docs.aspose.com/pdf/zh/net/delete-pages/