Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 5,690 for

aws

(0.06 sec)
  1. FindReplaceOptions.ignore_footnotes property | ...

    FindReplaceOptions.ignore_footnotes property. Gets or sets a boolean value indicating either to ignore footnotes... doc = aw . Document () builder = aw . DocumentBuilder...) builder . insert_footnote ( aw . notes . FootnoteType . FOOTNOTE...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Paragraph.parentSection property | Aspose.Words...

    Paragraph.parentSection property. Retrieves the parent [Section](../../section/) of the paragraph.... let doc = new aw . Document (); // Create a header...let header = new aw . HeaderFooter ( doc , aw . HeaderFooterType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. CommentDisplayMode enumeration | Aspose.Words f...

    aspose.words.layout.CommentDisplayMode enumeration. Specifies the rendering mode for document comments.... doc = aw . Document () builder = aw . DocumentBuilder...( 'Hello world!' ) comment = aw . Comment ( doc = doc , author...

    reference.aspose.com/words/python-net/aspose.wo...
  4. HeaderFooter.headerFooterType property | Aspose...

    HeaderFooter.headerFooterType property. Gets the type of this header/footer.... let doc = new aw . Document (); // Create a header...let header = new aw . HeaderFooter ( doc , aw . HeaderFooterType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Document.original_file_name property | Aspose.W...

    Document.original_file_name property. Gets the original file name of the document.... doc = aw . Document ( file_name = MY_DIR...original_file_name ) self . assertEqual ( aw . LoadFormat . DOCX , doc . ...

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

    aspose.words.saving.HtmlVersion enumeration. Indicates the version of HTML is used when saving the document to [SaveFormat.HTML](../../aspose.words/saveformat/#HTML) and [SaveFormat.MHTML](../../aspose.words/saveformat/#MHTML) formats.... doc = aw . Document ( file_name = MY_DIR...docx' ) options = aw . saving . HtmlSaveOptions ( aw . SaveFormat...

    reference.aspose.com/words/python-net/aspose.wo...
  7. HtmlSaveOptions.htmlVersion property | Aspose.W...

    HtmlSaveOptions.htmlVersion property. Specifies version of HTML standard that should be used when saving the document to HTML or MHTML... let doc = new aw . Document ( base . myDir + "Rendering...options = new aw . Saving . HtmlSaveOptions ( aw . SaveFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. FieldNumChars class | Aspose.Words for Python

    aspose.words.fields.FieldNumChars class. Implements the NUMCHARS field... doc = aw . Document ( file_name = MY_DIR...'Paragraphs.docx' ) builder = aw . DocumentBuilder ( doc = doc...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FieldToc.sequence_separator property | Aspose.W...

    FieldToc.sequence_separator property. Gets or sets the character sequence that is used to separate sequence numbers and page numbers.... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_TOC...

    reference.aspose.com/words/python-net/aspose.wo...
  10. DocumentPartSavingArgs.keepDocumentPartStreamOp...

    DocumentPartSavingArgs.keepDocumentPartStreamOpen property. Specifies whether Aspose.Words should keep the stream open or close it after saving a document part....'DocumentPartsFileNam' , () => { let doc = new aw . Document ( base . myDir + "Rendering...document to HTML. let options = new aw . Saving . HtmlSaveOptions ();...

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