Sort Score
Result 10 results
Languages All
Labels All
Results 9,501 - 9,510 of 20,222 for

insert documents

(0.24 sec)
  1. 如何使用 C++ 添加 Strikeout 註解 | Aspose.PDF

    用於在任何平臺上使用C++語言在PDF檔中添加 Strikeout 註釋的原始程式碼...Load the PDF file Document document = new Document ( System . IO...annotation is used to indicate the insertion of text var StrikeoutAnnotation1...

    products.aspose.com/pdf/zh-hant/cpp/annotation/...
  2. 如何使用 .NET 添加 Underline 註解 | Aspose.PDF

    C# 上的原始程式碼,用於在 .NET 框架、.NET Core 和 PHP、VBScript、德爾福C++上添加 Underline 批注。...Load the PDF file Document document = new Document ( System . IO...annotation is used to indicate the insertion of text var UnderlineAnnotation1...

    products.aspose.com/pdf/zh-hant/net/annotation/...
  3. OoxmlSaveOptions.save_format property | Aspose....

    OoxmlSaveOptions.save_format property. Specifies the format in which the document will be saved if this save options object is used...Specifies the format in which the document will be saved if this save...for a saved document to adhere to. doc = aw . Document () builder...

    reference.aspose.com/words/python-net/aspose.wo...
  4. RevisionOptions.revision_bars_color property | ...

    RevisionOptions.revision_bars_color property. Allows to specify the color to be used for side bars that identify document lines containing revised information...for side bars that identify document lines containing revised information...appearance of revisions. doc = aw . Document ( file_name = MY_DIR + 'Revisions...

    reference.aspose.com/words/python-net/aspose.wo...
  5. تغييرات الواجهة البرمجية العامة في Aspose.Cells...

    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.... get ( "B5" ); //Insert a value to the cell cell ....LoadDataFilterOption بدلاً من ذلك. AI Document Assistant Close التغييرات...

    docs.aspose.com/cells/ar/java/public-api-change...
  6. Gestion des ressources proches avec Aspose.Task...

    Ce document fournit des conseils sur la gestion des ressources du projet Microsoft en utilisant Aspose.Tasks pour Java....ressources, sélectionnez le menu INSERT , puis sélectionnez Colonne...Tasks-for-Java 2 // The path to the documents directory. 3 String dataDir...

    docs.aspose.com/tasks/fr/java/overtimes-for-a-r...
  7. FieldSet.bookmark_name property | Aspose.Words ...

    FieldSet.bookmark_name property. Gets or sets the name of the bookmark....in the document using a REF field. doc = aw . Document () builder...variable. field_set = builder . insert_field ( field_type = aw . fields...

    reference.aspose.com/words/python-net/aspose.wo...
  8. MarkdownExportAsHtml enumeration | Aspose.Words...

    aspose.words.saving.MarkdownExportAsHtml enumeration. Allows to specify the elements to be exported to Markdown as raw HTML.... Document () builder = aw . DocumentBuilder...) # Create table. builder . insert_cell () builder . paragraph_format...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Chercher

    chercher...nouveau document. Insérez une image SVG dans le document. Appliquez...paramètres de page au document. Enregistrez le document en tant qu’image...

    blog.aspose.com/fr/words/convert-svg-to-png-in-...
  10. Excel nach PDF mit C++ konvertieren|Documentation

    Erfahren Sie, wie Sie Excel Arbeitsmappen mit Aspose.Cells und C++ in PDF umwandeln....inputFilePath ); // Save the document in PDF format workbook . Save...:: Pdf ); std :: cout << "Document saved successfully in PDF...

    docs.aspose.com/cells/de/cpp/convert-excel-to-pdf/