Sort Score
Result 10 results
Languages All
Labels All
Results 9,931 - 9,940 of 414,573 for

document

(1.48 sec)
  1. FootnoteSeparatorCollection | Aspose.Words for ...

    Provides typed access to TAspose.Words.Notes.FootnoteSeparator nodes of a Document in Java....FootnoteSeparator nodes of a document. Examples: Shows how to remove...endnote separator. Document doc = new Document(getMyDir() + "Footnotes...

    reference.aspose.com/words/java/com.aspose.word...
  2. Feature List | Aspose.Page for Java

    Feature List page provides you with the information on what you can do and with which Page Description Languages working with this API solution for Java....edit XPS document Add or remove pages of XPS document Work with...with multiple documents inside an XPS document Preserve print...

    docs.aspose.com/page/java/feature-list/
  3. 将矩形对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将矩形对象创建到您的PDF中。...RectangleFilled () { // The path to the documents directory directory var dataDir...(); // Create PDF document using ( var document = new Aspose . Pdf...

    docs.aspose.com/pdf/zh/net/add-rectangle/
  4. DocumentBuilder.end_bookmark method | Aspose.Wo...

    DocumentBuilder.end_bookmark method. Marks the current position in the Document as a bookmark end....the current position in the document as a bookmark end. def end_bookmark...bookmark. Remarks Bookmarks in a document can overlap and span any range...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Print PDF using Java | Aspose.PDF

    Print PDF Documents programmatically with Java sample code using Aspose.PDF for Java...</dependency> Printing PDF document via Java You need Aspose.PDF...instance of Document. Get DocumentInfo using Document.Info property...

    products.aspose.com/pdf/java/print/
  6. Add Image to Existing PDF File|Aspose.PDF for Java

    This section describes how to add image to existing PDF file using Java library....Create a Document object and open the input PDF document. Get the...to add the image in a PDF document. package com.aspose.pdf.examples...

    docs.aspose.com/pdf/java/add-image-to-existing-...
  7. XlsxSaveOptions.compression_level property | As...

    XlsxSaveOptions.compression_level property. Specifies the compression level used to save Document...compression level used to save document. The default value is CompressionLevel...to compress XLSX document. doc = aw . Document ( file_name = MY_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  8. RevisionGroupCollection.GetEnumerator | Aspose....

    Discover the RevisionGroupCollection GetEnumerator method—efficiently retrieve enumerator objects for streamlined data management and enhanced performance....work with a document’s collection of revisions. Document doc = new...new Document ( MyDir + "Revisions.docx" ); RevisionCollection...

    reference.aspose.com/words/net/aspose.words/rev...
  9. Working with Fields in Python|Aspose.Words for ...

    How to work with fields in a Documents using Python....how to work with fields in documents using Aspose.Words for Python...programmatically. Fields in a document are like placeholders where...

    docs.aspose.com/words/python-net/working-with-f...
  10. 在 PDF 文件中创建链接|Aspose.PDF for Java

    本节解释如何使用 Java 在 PDF 文档中创建链接。...要创建应用程序链接: 创建一个 Document 对象。 获取要添加链接的 Page 。 使用 Page...对象的 Annotations 集合中。 最后,使用 Document 对象的 Save 方法保存更新后的 PDF。 以下代码片段展示了如何在...

    docs.aspose.com/pdf/zh/java/create-links/