Sort Score
Result 10 results
Languages All
Labels All
Results 3,111 - 3,120 of 19,477 for

aws

(0.14 sec)
  1. Sažimanje WORD U Javascript

    Sažimanje WORD u JavaScript bez gubitka kvalitete. Optimizirajte WORD sadržaj, jednostavno smanjite veličinu datoteke....const aw = require( '@aspose/words' ); var doc = new aw.Document(...var shapes = doc.getChildNodes(aw.NodeType.Shape, true ) for (...

    products.aspose.com/words/hr/nodejs-net/compres...
  2. DocumentBuilder.cell_format property | Aspose.W...

    DocumentBuilder.cell_format property. Returns an object that represents current table cell formatting properties.... doc = aw . Document () builder = aw . DocumentBuilder...paragraph_format . alignment = aw . ParagraphAlignment . CENTER...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Open a Document Read-Only in Python|Aspose.Word...

    Make your document read-only so that the content can be copied or read, but not modified using Python....words as aw doc = aw . Document () builder = aw . DocumentBuilder...as read-only. doc . protect ( aw . ProtectionType . READ_ONLY...

    docs.aspose.com/words/python-net/open-a-documen...
  4. 将多页文档转换为Python中的图像|Aspose.Words为Python

    将多页文档导出为光栅图像(JPG, PNG, GIF, BMP, TIFF, WebP) 使用Python。...下面的代码示例演示如何将多页DOCX文档保存为具有水平布局的JPEG图像: doc = aw . Document ( file_name = ' Rendering...) options = aw . saving . ImageSaveOptions ( aw . SaveFormat...

    docs.aspose.com/words/zh/python-net/convert-a-m...
  5. How to tag tables to a page number in word docu...

    I am reading a word document using python-docx, python-docx·PyPI but it has limitation as it does not give us the page information. The word document has lot of tables which could be splitted to next page. The python-do…...docx" doc = aw.Document(k) doc.update_page_layout()...update_page_layout() layout_collector = aw.layout.LayoutCollector(doc) for...

    forum.aspose.com/t/how-to-tag-tables-to-a-page-...
  6. DefaultFontSubstitutionRule.default_font_name p...

    DefaultFontSubstitutionRule.default_font_name property. Gets or sets the default font name.... doc = aw . Document () builder = aw . DocumentBuilder...the lazy dog.' ) font_sources = aw . fonts . FontSettings . default_instance...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Cell.cell_format property | Aspose.Words for Py...

    Cell.cell_format property. Provides access to the formatting properties of the cell.... doc = aw . Document () builder = aw . DocumentBuilder...borders . get_by_border_type ( aw . BorderType . BOTTOM ) . color...

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

    chercher...words as aw # create document object doc = aw.Document() #...document builder object builder = aw.DocumentBuilder(doc) # add text...

    blog.aspose.com/fr/words/create-word-documents-...
  9. آرشیوها

    آرشیوها...words as aw # ایجاد شی سند doc = aw.Document() # یک شی...سازنده سند ایجاد کنید builder = aw.DocumentBuilder(doc) # متن را...

    blog.aspose.com/fa/words/create-word-documents-...
  10. 在python中壓縮docx

    在Python中壓縮DOCX而不會損失質量。優化DOCX內容,輕鬆減小文件大小。...words as aw doc = aw.Document( "Input.docx" )...for node in doc.get_child_nodes(aw.NodeType.SHAPE, True )] for shape...

    products.aspose.com/words/zh-hant/python-net/co...