Sort Score
Result 10 results
Languages All
Labels All
Results 1,901 - 1,910 of 17,989 for

aws

(0.04 sec)
  1. NodeImporter constructor | Aspose.Words for Python

    aspose.words.NodeImporter constructor...insert_at_bookmark (): doc = aw . Document () builder = aw . DocumentBuilder...doc_to_insert = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldBuilder.build_and_insert method | Aspose.W...

    aspose.words.fields.FieldBuilder.build_and_insert method... doc = aw . Document () # A convenient...a document builder. builder = aw . DocumentBuilder ( doc ) builder...

    reference.aspose.com/words/python-net/aspose.wo...
  3. PageSetup.odd_and_even_pages_header_footer prop...

    PageSetup.odd_and_even_pages_header_footer property. True if the document has different headers and footers for odd-numbered and even-numbered pages.... doc = aw . Document () builder = aw . DocumentBuilder...builder . move_to_header_footer ( aw . HeaderFooterType . HEADER_FIRST...

    reference.aspose.com/words/python-net/aspose.wo...
  4. PageSetup.restartPageNumbering property | Aspos...

    PageSetup.restartPageNumbering property. True if page numbering restarts at the beginning of the section....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..." ); builder . insertBreak ( aw . BreakType . PageBreak ); builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. เพิ่มประสิทธิภาพเนื้อหาของไฟล์โดยใช้ Python

    บีบอัดไฟล์ใน Python: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS โดยไม่สูญเสียคุณภาพ ปรับเนื้อหาของเอกสารให้เหมาะสม ลดขนาดไฟล์ได้อย่างง่ายดาย...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/th/python-net/compress/
  6. فشرده سازی WORD در Javascript

    بدون از دست دادن کیفیت، WORD را در JavaScript فشرده کنید. محتوای WORD را بهینه کنید، اندازه فایل را به راحتی کاهش دهید....const aw = require( '@aspose/words' ); var doc = new aw.Document(...var shapes = doc.getChildNodes(aw.NodeType.Shape, true ) for (...

    products.aspose.com/words/fa/nodejs-net/compres...
  7. Javascript 에서 JPG 압축

    품질 손실 없이 JavaScript 에서 JPG 을 압축합니다. JPG 콘텐츠를 최적화하고 파일 크기를 쉽게 줄이십시오....const aw = require( '@aspose/words' ); var doc = new aw.Document()...Document() var builder = new aw.DocumentBuilder(doc) shape = builder...

    products.aspose.com/words/ko/nodejs-net/compres...
  8. 在javascript中壓縮docx

    在JavaScript中壓縮DOCX而不會損失質量。優化DOCX內容,輕鬆減小文件大小。...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...
  9. VerticalAlignment enumeration | Aspose.Words fo...

    aspose.words.drawing.VerticalAlignment enumeration. Specifies vertical alignment of a floating shape, text frame or a floating table.... doc = aw . Document () builder = aw . DocumentBuilder...'Logo.jpg' ) shape . wrap_type = aw . drawing . WrapType . NONE shape...

    reference.aspose.com/words/python-net/aspose.wo...
  10. AxisTickLabels.spacing property | Aspose.Words ...

    AxisTickLabels.spacing property. Gets or sets the interval at which the tick labels are drawn....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...

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