Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 5,690 for

aws

(0.06 sec)
  1. MailMergeSettings.query property | Aspose.Words...

    MailMergeSettings.query property. Contains the Structured Query Language string that shall be run against the specified external data source to return the set of records which shall be imported into the document when the mail merge operation is performed...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...settings . mainDocumentType = aw . Settings . MailMergeMainDocumen...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. MailMergeSettings.dataType property | Aspose.Wo...

    MailMergeSettings.dataType property. Specifies the type of the mail-merge data source and the method of data access...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...settings . mainDocumentType = aw . Settings . MailMergeMainDocumen...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. MailMergeSettings.viewMergedData property | Asp...

    MailMergeSettings.viewMergedData property. Specifies that Microsoft Word shall display the data from the specified external data source where merge fields have been inserted (e.g...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...settings . mainDocumentType = aw . Settings . MailMergeMainDocumen...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Document.cleanup method | Aspose.Words for Node.js

    Aspose.Words.Document.cleanup method...doc = new aw . Document (); doc . styles . add ( aw . StyleType..."MyListStyle1" ); doc . styles . add ( aw . StyleType . List , "MyListStyle2"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. 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...
  6. 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...
  7. TabStopCollection.removeByIndex method | Aspose...

    TabStopCollection.removeByIndex method. Removes a tab stop at the specified index from the collection.... let doc = new aw . Document (); let tabStops =...add ( aw . ConvertUtil . millimeterToPoint ( 30 ), aw . TabAlignment...

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

    aspose.words.Document constructor...Create a blank document: doc = aw . Document () # New Document...first_paragraph . append_child ( aw . Run ( doc = doc , text = 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  9. DocumentBuilder.page_setup property | Aspose.Wo...

    DocumentBuilder.page_setup property. Returns an object that represents current page setup and section properties.... doc = aw . Document () builder = aw . DocumentBuilder.... page_setup . orientation = aw . Orientation . LANDSCAPE builder...

    reference.aspose.com/words/python-net/aspose.wo...
  10. TableStyle.rowStripe property | Aspose.Words fo...

    TableStyle.rowStripe property. Gets or sets a number of rows to include in the banding when the style specifies odd/even row banding....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...tableStyle = doc . styles . add ( aw . StyleType . Table , "MyTableStyle1"...

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