Sort Score
Result 10 results
Languages All
Labels All
Results 9,051 - 9,060 of 17,930 for

document insertion

(0.06 sec)
  1. Обнаружение новых электронных сообщений на POP3...

    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....базе данных, // например, " INSERT INTO POP3Mails (UniqueID, Subject)...

    docs.aspose.com/email/ru/java/detecting-new-ema...
  2. Working with GridWeb|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....ColumnInserted Occurs when a user inserts a column into a worksheet using...RowInserted Occurs when a user inserts a row into the worksheet using...

    docs.aspose.com/cells/java/working-with-gridweb/
  3. Create, Manipulate or Remove Scenarios from Wor...

    In this article, you will learn how to create, manipulate or remove Scenarios from Excel Worksheets programmatically using C++ Library with Aspose.Cells API....that different values can be inserted into. The following example...

    docs.aspose.com/cells/cpp/create-manipulate-or-...
  4. 如何使用 .NET 添加 Strikeout 註解 | Aspose.PDF

    C# 上的原始程式碼,用於在 .NET 框架、.NET Core 和 PHP、VBScript、德爾福C++上添加 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/net/annotation/...
  5. 如何使用 C++ 添加 Watermark 註解 | Aspose.PDF

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

    products.aspose.com/pdf/zh-hant/cpp/annotation/...
  6. 如何使用 .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/...
  7. 如何使用 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/...
  8. วิธีการเพิ่ม Watermark คำอธิบายประกอบโดยใช้ C++...

    รหัสที่มาเพิ่ม Watermark คำอธิบายประกอบในไฟล์ PDF บนแพลตฟอร์มใด ๆ ที่มีภาษา C++...Load the PDF file Document document = new Document ( System . IO...annotation is used to indicate the insertion of text var WatermarkAnnotation1...

    products.aspose.com/pdf/th/cpp/annotation/water...
  9. Navigation avec curseur en C++|Aspose.Words pou...

    Naviguez entre les différents nœuds d'un Document, tels qu'un paragraphe, un signet ou un caractère spécifique à l'aide de C++....Lorsque vous travaillez avec un document, même s’il est court ou long...devrez naviguer dans votre document. La navigation avec un curseur...

    docs.aspose.com/words/fr/cpp/navigation-with-cu...
  10. 在 PDF 中添加页面与 Python|Aspose.PDF for Python via .NET

    本文介绍如何在 PDF 文件的所需位置插入(添加)页面。了解如何使用 C# 移动、删除(删除)PDF 文件中的页面。...文件创建一个 Document 类对象。 使用指定索引调用 PageCollection 集合的 insert 方法。 使用...aspose.pdf as ap # 打开文档 document = ap . Document ( input_pdf ) # 在PDF中插入一个空页面...

    docs.aspose.com/pdf/zh/python-net/add-pages/