Sort Score
Result 10 results
Languages All
Labels All
Results 2,921 - 2,930 of 6,412 for

aws

(0.08 sec)
  1. HeaderFooter class | Aspose.Words for Node.js

    Aspose.Words.HeaderFooter class. Represents a container for the header or footer text of a section... let doc = new aw . Document (); // Create a header...let header = new aw . HeaderFooter ( doc , aw . HeaderFooterType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Chuyển Đổi Word, PDF Và Nhiều Định Dạng Tệp Khá...

    Chuyển đổi tài liệu theo lập trình ở JavaScript giữa các định dạng tệp khác nhau: DOC, DOCX, PDF, RTF, ODT, TXT, MOBI, HTML, JPG, PNG và nhiều định dạng khác....const aw = require( '@aspose/words' ); var doc = new aw.Document(...const aw = require('@aspose/words'); var doc = new aw.Document("Input...

    products.aspose.com/words/vi/nodejs-net/convers...
  3. FieldToa.bookmark_name property | Aspose.Words ...

    FieldToa.bookmark_name property. Gets or sets the name of the bookmark that marks the portion of the document used to build the table....field_toa_test (): doc = aw . Document () builder = aw . DocumentBuilder...field_toa = builder . insert_field ( aw . fields . FieldType . FIELD_TOA...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldRef.bookmark_name property | Aspose.Words ...

    FieldRef.bookmark_name property. Gets or sets the referenced bookmark's name.... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_SET...

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

    aspose.words.fields.FieldNoteRef class. Implements the NOTEREF field... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_NOTE_REF...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FieldToa.sequence_name property | Aspose.Words ...

    FieldToa.sequence_name property. Gets or sets the name of a sequence whose number is included with the page number....field_toa_test (): doc = aw . Document () builder = aw . DocumentBuilder...field_toa = builder . insert_field ( aw . fields . FieldType . FIELD_TOA...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldTA.is_bold property | Aspose.Words for Python

    FieldTA.is_bold property. Gets or sets whether to apply bold formatting to the page number for the entry....field_toa_test (): doc = aw . Document () builder = aw . DocumentBuilder...field_toa = builder . insert_field ( aw . fields . FieldType . FIELD_TOA...

    reference.aspose.com/words/python-net/aspose.wo...
  8. CommandButtonControl constructor | Aspose.Words...

    CommandButtonControl constructor. Initializes a new instance of [CommandButtonControl](../) class.... builder = aw . DocumentBuilder () button1 = aw . drawing ....button1 ) self . assertEqual ( aw . drawing . ole . Forms2OleControlType...

    reference.aspose.com/words/python-net/aspose.wo...
  9. SaveOptions.pretty_format property | Aspose.Wor...

    SaveOptions.pretty_format property. When ``True``, pretty formats output where applicable... doc = aw . Document () builder = aw . DocumentBuilder...html_options = aw . saving . HtmlSaveOptions ( aw . SaveFormat...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Aspose.Words conver pdf to markdown anomaly mem...

    Use the following code for try: document1 = aw.Document("自訂格式(電商匯入中心)11.pdf") save_options = aw.saving.MarkdownSaveOptions() save_options.image_resolution = 150 document1.save(f"自訂格式(電商匯入中心)11.md", save_opti…...document1 = aw.Document("自訂格式(電商匯入中心)11.pdf") save_options = aw.saving...document1 = aw.Document("自訂格式(電商匯入中心)11.pdf") save_options = aw.saving...

    forum.aspose.com/t/aspose-words-conver-pdf-to-m...