Sort Score
Result 10 results
Languages All
Labels All
Results 7,261 - 7,270 of 19,474 for

aws

(0.08 sec)
  1. Table.set_borders method | Aspose.Words for Python

    Table.set_borders method. Sets all table borders to the specified line style, width and color.... doc = aw . Document () builder = aw . DocumentBuilder...start_table () table . set_borders ( aw . LineStyle . SINGLE , 2 , aspose...

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

    aspose.words.lowcode.ComparerContext class. Document comparer context...doc' comparer_context = aw . lowcode . ComparerContext ()...datetime . datetime ( 1 , 1 , 1 ) aw . lowcode . Comparer . create...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ImportFormatMode enumeration | Aspose.Words for...

    aspose.words.ImportFormatMode enumeration. Specifies how formatting is merged when importing content from another document.... doc = aw . Document ( file_name = MY_DIR...+ 'Document.docx' ) builder = aw . DocumentBuilder ( doc = doc...

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

    aspose.words.EditableRange class. Represents a single editable range... doc = aw . Document () doc . protect ( type = aw . ProtectionType...password = 'MyPassword' ) builder = aw . DocumentBuilder ( doc = doc...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 將JPG轉換為WORD Python

    在Python代碼JPG轉換為WORD使用Python將JPG保存為WORD。...words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)...) import aspose.words as aw doc = aw.Document("Input.jpg") doc...

    products.aspose.com/words/zh-hant/python-net/co...
  6. 將圖片轉換為PDF Python

    在Python代碼圖片轉換為PDF使用Python將圖片保存為PDF。...words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)...) import aspose.words as aw doc = aw.Document("Input.png") doc...

    products.aspose.com/words/zh-hant/python-net/co...
  7. แปลง ภาพ เป็น DOCX Python

    แปลงรูปแบบ ภาพ เป็น DOCX ในโค้ด Python บันทึก ภาพ เป็น DOCX โดยใช้ Python...words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)...) import aspose.words as aw doc = aw.Document("Input.png") doc...

    products.aspose.com/words/th/python-net/convers...
  8. 將JPG轉換為TXT Python

    在Python代碼JPG轉換為TXT使用Python將JPG保存為TXT。...words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)...) import aspose.words as aw doc = aw.Document("Input.jpg") doc...

    products.aspose.com/words/zh-hant/python-net/co...
  9. VbaModule.type property | Aspose.Words for Node.js

    VbaModule.type property. Specifies whether the module is a procedural module, document module, class module, or designer module.... let doc = new aw . Document (); // Create a new...VBA project. let project = new aw . Vba . VbaProject (); project...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. MemoryFontSource.font_data property | Aspose.Wo...

    MemoryFontSource.font_data property. Binary font data....ttf' ) memory_font_source = aw . fonts . MemoryFontSource (...0 ) doc = aw . Document () doc . font_settings = aw . fonts ....

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