Sort Score
Result 10 results
Languages All
Labels All
Results 9,831 - 9,840 of 20,476 for

insert documents

(0.61 sec)
  1. Ինչպես ստեղծել լրացվող ձև Word-ում Python-ի միջ...

    Այս հոդվածը նկարագրում է այն մասին, թե ինչպես ստեղծել լրացվող ձև Word-ում Python-ի միջոցով: Այն պարունակում է կազմաձևման մանրամասներ, բոլոր քայլերը և գործարկվող կոդ՝ Word-ում Python-ի միջոցով ձև ստեղծելու համար:...բեռնեք Word ֆայլ՝ օգտագործելով Document դասի օբյեկտը՝ լրացվող ձև ստեղծելու...դասագրքի կառավարում՝ օգտագործելով insert_text_input() մեթոդը DocumentBuilder...

    kb.aspose.com/hy/words/python/how-to-create-a-f...
  2. TextColumnCollection.line_between property | As...

    TextColumnCollection.line_between property. When ``True``, adds a vertical line between columns.... Document () builder = aw . DocumentBuilder...writeln ( 'Column 1.' ) builder . insert_break ( aw . BreakType . COLUMN_BREAK...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 如何使用 C++ 添加 Underline 註解 | Aspose.PDF

    用於在任何平臺上使用C++語言在PDF檔中添加 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/cpp/annotation/...
  4. 如何使用 .NET 添加 Caret 註解 | Aspose.PDF

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

    products.aspose.com/pdf/zh-hant/net/annotation/...
  5. Archiv

    Archiv...nový dokument pomocí třídy Document. Poté vytvořte objekt DocumentBuilder...inicializujte jej pomocí objektu Document. Vložte obrázek do dokumentu...

    blog.aspose.com/cs/words/convert-image-to-pdf-p...
  6. Archiv

    Archiv...nový dokument pomocí třídy Document. Poté vytvořte objekt DocumentBuilder...inicializujte jej pomocí objektu Document. Vložte obrázek do dokumentu...

    blog.aspose.com/cs/words/convert-image-to-word-...
  7. ConditionalStyleCollection class | Aspose.Words...

    aspose.words.ConditionalStyleCollection class. Represents a collection of [ConditionalStyle](../conditionalstyle/) objects...the Working with Tables documentation article. Remarks It is not...styles of a table. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldSet.bookmark_text property | Aspose.Words ...

    FieldSet.bookmark_text property. Gets or sets the new text 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...
  9. NodeCollection.Remove | Aspose.Words per .NET

    Rimuovi senza sforzo i nodi dal tuo documento con il metodo NodeCollection Remove, semplificando la gestione dei dati e migliorando le prestazioni.... Document doc = new Document (); DocumentBuilder...( doc , "Run 3. " ); runs . Insert ( 3 , newRun ); Assert . True...

    reference.aspose.com/words/it/net/aspose.words/...
  10. 使用 Python 将 PowerPoint 演示文稿转换为 Word 文档|Aspose.S...

    使用 Aspose.Slides for Python via .NET,轻松将 PowerPoint 和 OpenDocument 演示文稿转换为 Word 文档。我们的分步指南附带示例 Python 代码,为希望简化文档工作流的开发者提供解决方案。... 实例化 Document 和 DocumentBuilder 类以生成 Word...方法生成幻灯片图像并将其保存到内存流。 使用来自 DocumentBuilder 类的 insert_image 方法将幻灯片图像添加到 Word 文档。...

    docs.aspose.com/slides/zh/python-net/convert-po...