Sort Score
Result 10 results
Languages All
Labels All
Results 9,771 - 9,780 of 19,717 for

aws

(0.45 sec)
  1. Работа с текстовым документом|Aspose.Words для ...

    Работайте с текстовым документом и изменяйте его объекты, используя Python....обычный текстовый формат: doc = aw . Document ( docs_base . my_dir...+ "Document.docx" ) options = aw . saving . TxtSaveOptions ()...

    docs.aspose.com/words/ru/python-net/working-wit...
  2. FieldIf class | Aspose.Words for Python

    aspose.words.fields.FieldIf class. Implements the IF field... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_IF...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FieldDate class | Aspose.Words for Python

    aspose.words.fields.FieldDate class. Implements the DATE field... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_DATE...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Архивы

    Архивы...words as aw # Create document object doc = aw.Document() #...document builder object builder = aw.DocumentBuilder(doc) # Load and...

    blog.aspose.com/ru/words/convert-png-to-svg-in-...
  5. 아카이브

    아카이브...words as aw # Load the Word document doc = aw.Document("document...aspose.words as aw # Load the Word document doc = aw.Document("document...

    blog.aspose.com/ko/words/convert-word-document-...
  6. 在 Python 中以只读方式打开文档|Python via .NET 格式的 Aspose....

    将文档设置为只读,以便可以复制或读取内容,但不能使用 Python 进行修改。...words as aw doc = aw . Document () builder = aw . DocumentBuilder...as read-only. doc . protect ( aw . ProtectionType . READ_ONLY...

    docs.aspose.com/words/zh/python-net/open-a-docu...
  7. کار با فیلدهای فرم در Python|Aspose.Words برای ...

    یک فیلد فرم را با استفاده از Python در یک سند وارد کنید، به دست آورید یا قالب بندی کنید....نشان می دهد: doc = aw . Document () builder = aw . DocumentBuilder...insert_text_input ( "TextInput" , aw . fields . TextFormFieldType...

    docs.aspose.com/words/fa/python-net/working-wit...
  8. Werk Met Vorm Velde in Python|Aspose.Words vir ...

    Voeg, kry, of formateer'n vorm veld in'n dokument met behulp van Python....te voeg: doc = aw . Document () builder = aw . DocumentBuilder...insert_text_input ( "TextInput" , aw . fields . TextFormFieldType...

    docs.aspose.com/words/af/python-net/working-wit...
  9. Comparer.compare_to_images method | Aspose.Word...

    aspose.words.lowcode.Comparer.compare_to_images method...doc' pages = aw . lowcode . Comparer . compare_to_images...image_save_options = aw . saving . ImageSaveOptions ( aw . SaveFormat...

    reference.aspose.com/words/python-net/aspose.wo...
  10. FieldType enumeration | Aspose.Words for Node.js

    Aspose.Words.Fields.FieldType enumeration. Specifies Microsoft Word field types....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...expect ( field . type ). toEqual ( aw . Fields . FieldType . FieldDate...

    reference.aspose.com/words/nodejs-net/aspose.wo...