Sort Score
Result 10 results
Languages All
Labels All
Results 9,901 - 9,910 of 19,475 for

aws

(0.1 sec)
  1. Archivio

    Archivio...words as aw from datetime import date # load...load first document doc = aw.Document("calibre.docx") # load...

    blog.aspose.com/it/words/compare-two-word-docum...
  2. 档案

    档案...words as aw # 加载 Word 文档 doc = aw.Document("document...import aspose.words as aw # 加载 Word 文档 doc = aw.Document("document...

    blog.aspose.com/zh/words/convert-word-document-...
  3. Lavorare con i campi modulo in Python|Aspose.Wo...

    Inserisci, ottieni o formatta un campo modulo in un documento utilizzando Python....documento: doc = aw . Document () builder = aw . DocumentBuilder...insert_text_input ( "TextInput" , aw . fields . TextFormFieldType...

    docs.aspose.com/words/it/python-net/working-wit...
  4. Trabalhando com campos de formulário em Python|...

    Insira, obtenha ou formate um campo de formulário em um documento usando Python....documento: doc = aw . Document () builder = aw . DocumentBuilder...insert_text_input ( "TextInput" , aw . fields . TextFormFieldType...

    docs.aspose.com/words/pt/python-net/working-wit...
  5. TxtLeadingSpacesOptions enumeration | Aspose.Wo...

    aspose.words.loading.TxtLeadingSpacesOptions enumeration. Specifies available options for leading space handling during import from [LoadFormat.TEXT](../../aspose.words/loadformat/#TEXT) file.... load_options = aw . loading . TxtLoadOptions ()...txt_trailing_spaces_options doc = aw . Document ( stream = io . BytesIO...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Najít a nahradit v Python|Aspose.Words místo Py...

    Najděte řetězec nebo regulární vzor výrazu ve vašem dokumentu a nahraďte jej textem, který chcete použít Python....najít řetězec doc = aw . Document () builder = aw . DocumentBuilder..."James Bond" , aw . replacing . FindReplaceOptions ( aw . replacing...

    docs.aspose.com/words/cs/python-net/find-and-re...
  7. البحث والاستبدال في Python|Aspose.Words لـ Pyth...

    ابحث عن سلسلة أو نمط تعبير عادي في مستندك واستبدله بالنص الذي تريده باستخدام Python....“James Bond” : doc = aw . Document () builder = aw . DocumentBuilder..."James Bond" , aw . replacing . FindReplaceOptions ( aw . replacing...

    docs.aspose.com/words/ar/python-net/find-and-re...
  8. 处理文本文档|Python via .NET 格式的 Aspose.Words

    使用 Python 处理文本文档并修改其对象。...以下代码示例演示如何将页眉和页脚导出为纯文本格式: doc = aw . Document ( docs_base . my_dir...+ "Document.docx" ) options = aw . saving . TxtSaveOptions ()...

    docs.aspose.com/words/zh/python-net/working-wit...
  9. Row class | Aspose.Words for Node.js

    Aspose.Words.Tables.Row class. Represents a table row...let doc = new aw . Document (); let table = new aw . Tables . Table...paragraph. let firstRow = new aw . Tables . Row ( doc ); table...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Установка|Aspose.Words для Python via .NET

    Установите Aspose.Words для Python, используя Visual Studio инструменты, такие как Управление пакетами NuGet или Package Manager Console, и программу установки MSI. Используйте набор разрешений Full Trust....words as aw # Create and save a simple document doc = aw . Document...Document () builder = aw . DocumentBuilder ( doc ) builder . writeln...

    docs.aspose.com/words/ru/python-net/installation/