Sort Score
Result 10 results
Languages All
Labels All
Results 1,711 - 1,720 of 19,310 for

aws

(0.07 sec)
  1. แปลง DOC เป็น EPUB Python

    แปลงรูปแบบ DOC เป็น EPUB ในโค้ด Python บันทึก DOC เป็น EPUB โดยใช้ Python...words as aw doc = aw.Document( "Input.doc" ) doc...) import aspose.words as aw doc = aw.Document("Input.doc") doc...

    products.aspose.com/words/th/python-net/convers...
  2. Node class | Aspose.Words for Python

    aspose.words.Node class. Base class for all nodes of a Word document... doc = aw . Document () para = doc . first_section...first_paragraph para . append_child ( aw . Run ( doc = doc , text = 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ImageSaveOptions.pageSet property | Aspose.Word...

    ImageSaveOptions.pageSet property. Gets or sets the pages to render...let doc = new aw . Document (); let builder = new aw . DocumentBuilder..." ); builder . insertBreak ( aw . BreakType . PageBreak ); builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 使用javascript優化文件內容

    壓縮JavaScript: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS而不損失質量。優化文檔內容,輕鬆減小文件大小。...const aw = require( '@aspose/words' ); var doc = new aw.Document(...var shapes = doc.getChildNodes(aw.NodeType.Shape, true ) for (...

    products.aspose.com/words/zh-hant/nodejs-net/co...
  5. Tối Ưu Hóa Nội Dung Của Tệp Bằng Cách Sử Dụng J...

    Nén tệp trong JavaScript: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS mà không làm giảm chất lượng...const aw = require( '@aspose/words' ); var doc = new aw.Document(...var shapes = doc.getChildNodes(aw.NodeType.Shape, true ) for (...

    products.aspose.com/words/vi/nodejs-net/compress/
  6. LayoutCollector class | Aspose.Words for Python

    aspose.words.layout.LayoutCollector class. This class allows to compute page numbers of document nodes.... doc = aw . Document () layout_collector = aw . layout ....5 pages of content. builder = aw . DocumentBuilder ( doc = doc...

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

    aspose.words.fields.FieldXE class. Implements the XE field... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_INDEX...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ChartAxis.type property | Aspose.Words for Python

    ChartAxis.type property. Returns type of the axis....chart_series_collection (): doc = aw . Document () builder = aw . DocumentBuilder...chart = append_chart ( builder , aw . drawing . charts . ChartType...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ParagraphFormat.bidi property | Aspose.Words fo...

    ParagraphFormat.bidi property. Gets or sets whether this is a right-to-left paragraph.... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_BIDI_OUTLINE...

    reference.aspose.com/words/python-net/aspose.wo...
  10. DocumentBuilder.insertTableOfContents method | ...

    DocumentBuilder.insertTableOfContents method. Inserts a TOC (table of contents) field into the document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...\\u" ); builder . insertBreak ( aw . BreakType . PageBreak ); //...

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