Sort Score
Result 10 results
Languages All
Labels All
Results 1,321 - 1,330 of 19,527 for

aws

(0.15 sec)
  1. Body constructor | Aspose.Words for Python

    Body constructor. Initializes a new instance of the [Body](../) class.... doc = aw . Document () # A blank document...root document node. section = aw . Section ( doc ) doc . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  2. PdfDigitalSignatureTimestampSettings.serverUrl ...

    PdfDigitalSignatureTimestampSettings.serverUrl property. Timestamp server URL....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...document to .PDF. let options = new aw . Saving . PdfSaveOptions ();...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ParagraphFormat.clearFormatting method | Aspose...

    ParagraphFormat.clearFormatting method. Resets to default paragraph formatting....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...outlineList = doc . lists . add ( aw . Lists . ListTemplate . OutlineNumbers...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. PageSetup.suppressEndnotes property | Aspose.Wo...

    PageSetup.suppressEndnotes property. True if endnotes are printed at the end of the next section that doesn't suppress endnotes...'SuppressEndnotes' , () => { let doc = new aw . Document (); doc . removeAllChildren...endnoteOptions . position ). toEqual ( aw . Notes . EndnotePosition . EndOfDocument...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. HtmlSaveOptions.navigation_map_level property |...

    HtmlSaveOptions.navigation_map_level property. Specifies the maximum level of headings populated to the navigation map when exporting to EPUB, MOBI, or AZW3 formats... doc = aw . Document ( file_name = MY_DIR...docx' ) options = aw . saving . HtmlSaveOptions ( aw . SaveFormat...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Processor.to_stream method | Aspose.Words for P...

    aspose.words.lowcode.Processor.to_stream method...second_stream_in : save_options = aw . saving . OoxmlSaveOptions ()...READ_WRITE ) as stream_out : context = aw . lowcode . MergerContext ()...

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

    aspose.words.notes.FootnoteType enumeration. Specifies whether this is a footnote or an endnote.... doc = aw . Document () builder = aw . DocumentBuilder...insert_footnote ( footnote_type = aw . notes . FootnoteType . FOOTNOTE...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Processor.from_stream method | Aspose.Words for...

    aspose.words.lowcode.Processor.from_stream method...second_stream_in : save_options = aw . saving . OoxmlSaveOptions ()...READ_WRITE ) as stream_out : context = aw . lowcode . MergerContext ()...

    reference.aspose.com/words/python-net/aspose.wo...
  9. DocumentBuilder.insert_table_of_contents method...

    DocumentBuilder.insert_table_of_contents method. Inserts a TOC (table of contents) field into the document.... doc = aw . Document () builder = aw . DocumentBuilder...u' ) builder . insert_break ( aw . BreakType . PAGE_BREAK ) #...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Chuyển JPG Thành DOC Python

    Chuyển đổi JPG định dạng sang DOC trong mã Python Lưu JPG thành DOC bằng cách sử dụng Python....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)...) import aspose.words as aw doc = aw.Document("Input.jpg") doc...

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