Sort Score
Result 10 results
Languages All
Labels All
Results 8,451 - 8,460 of 18,766 for

insert documents

(0.07 sec)
  1. 如何使用 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/...
  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. 如何使用 .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/...
  4. 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...
  5. ラテックスファイルの修理| .netのAspose.TeX

    .NETラテックス修復用のAspose.TeX APIソリューションについては、この記事で説明します。機能の使用方法に関するコードの例を学びます。...documentClass コマンドと「Document」環境内のボディ、つまり \ begin {document} と \ end {document}...{document} の間にボディから始まる前文が必要です。 次に、C#コードサンプルを見てみましょう。 Copy 1 //...

    docs.aspose.com/tex/ja/net/latex-repair/
  6. SmartTag class | Aspose.Words for Python

    aspose.words.markup.SmartTag class. This element specifies the presence of a smart tag around one or more inline structures (runs, images, fields,etc.) within a paragraph...Structured Document Tags or Content Control documentation article...customer-defined semantics into the document via the ability to provide...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Comment Class | Aspose.Words for .NET

    Discover the Aspose.Words.Comment class, your essential tool for managing comment text in Documents. Enhance your workflow with seamless integration!...the Working with Comments documentation article. public sealed class...made. virtual Document { get; } Gets the document to which this...

    reference.aspose.com/words/net/aspose.words/com...
  8. Ladda en Webb bild från en URL till ett Excel b...

    Lär dig hur man konverterar en bild från URL till inbäddad bild i Excel med C++ och Aspose.Cells for C++ API.... GetPictures (); // Insert the picture from local file...

    docs.aspose.com/cells/sv/cpp/load-a-web-image-f...
  9. TableStyle.borders property | Aspose.Words for ...

    TableStyle.borders property. Gets the collection of default cell borders for the style.... Document () builder = aw . DocumentBuilder.... start_table () builder . insert_cell () builder . write ( 'Name'...

    reference.aspose.com/words/python-net/aspose.wo...
  10. เพิ่ม ย้าย หรือลบหน้าใน PDF โดยใช้ C++ | Aspose...

    ตัวอย่างรหัสง่ายๆในการจัดการกับหน้า PDF ของเอกสารของคุณโปรแกรมบนแพลตฟอร์มใด ๆ ที่มีภาษา C++...InsertEmptyPageAtDes () { // Open document String _dataDir ( "C: \\ Samples....pdf" ); auto document = MakeObject < Document > ( _dataDir +...

    products.aspose.com/pdf/th/cpp/pages/