Sort Score
Result 10 results
Languages All
Labels All
Results 2,801 - 2,810 of 18,198 for

aws

(0.06 sec)
  1. TableStyle.conditional_styles property | Aspose...

    TableStyle.conditional_styles property. Collection of conditional styles that may be defined for this table style.... doc = aw . Document () builder = aw . DocumentBuilder...table_style = doc . styles . add ( aw . StyleType . TABLE , 'MyTableStyle1'...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ConditionalStyleCollection indexer | Aspose.Wor...

    ConditionalStyleCollection indexer. Retrieves a [ConditionalStyle](../../conditionalstyle/) object by index.... doc = aw . Document () builder = aw . DocumentBuilder...table_style = doc . styles . add ( aw . StyleType . TABLE , 'MyTableStyle1'...

    reference.aspose.com/words/python-net/aspose.wo...
  3. EndnoteOptions.number_style property | Aspose.W...

    EndnoteOptions.number_style property. Specifies the number format for automatically numbered endnotes.... doc = aw . Document () builder = aw . DocumentBuilder...insert_footnote ( footnote_type = aw . notes . FootnoteType . FOOTNOTE...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ReplaceAction enumeration | Aspose.Words for No...

    Aspose.Words.Replacing.ReplaceAction enumeration. Allows the user to specify what happens to the current match during a replace operation....replace' , () => { let mainDoc = new aw . Document ( base . myDir + "Document...find-and-replace process. let options = new aw . Replacing . FindReplaceOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. فشرده سازی TIFF در Javascript

    بدون از دست دادن کیفیت، TIFF را در JavaScript فشرده کنید. محتوای TIFF را بهینه کنید، اندازه فایل را به راحتی کاهش دهید....const aw = require( '@aspose/words' ); var doc = new aw.Document()...Document() var builder = new aw.DocumentBuilder(doc) shape = builder...

    products.aspose.com/words/fa/nodejs-net/compres...
  6. 將JPG轉換為TIFF Python

    在Python代碼JPG轉換為TIFF使用Python將JPG保存為TIFF。...words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)..."Output.tiff" , aw.saving.ImageSaveOptions(aw.SaveFormat.TIFF))...

    products.aspose.com/words/zh-hant/python-net/co...
  7. แปลง DOC เป็น PNG Python

    แปลงรูปแบบ DOC เป็น PNG ในโค้ด Python บันทึก DOC เป็น PNG โดยใช้ Python...as aw doc = aw.Document( "Input.doc" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.PNG) for page in range (doc...

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

    在Python代碼JPG轉換為SVG使用Python將JPG保存為SVG。...words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)..."Output.svg" , aw.saving.ImageSaveOptions(aw.SaveFormat.SVG))...

    products.aspose.com/words/zh-hant/python-net/co...
  9. แปลง WORD เป็น PNG Python

    แปลงรูปแบบ WORD เป็น PNG ในโค้ด Python บันทึก WORD เป็น PNG โดยใช้ Python...as aw doc = aw.Document( "Input.docx" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.PNG) for page in range (doc...

    products.aspose.com/words/th/python-net/convers...
  10. แปลง DOC เป็น JPG Python

    แปลงรูปแบบ DOC เป็น JPG ในโค้ด Python บันทึก DOC เป็น JPG โดยใช้ Python...as aw doc = aw.Document( "Input.doc" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.JPG) for page in range (doc...

    products.aspose.com/words/th/python-net/convers...