Sort Score
Result 10 results
Languages All
Labels All
Results 6,211 - 6,220 of 19,530 for

aws

(2.18 sec)
  1. WarningInfo.source property | Aspose.Words for ...

    WarningInfo.source property. Returns the source of the warning.... doc = aw . Document ( file_name = MY_DIR...markdown warning.docx' ) warnings = aw . WarningInfoCollectio () doc...

    reference.aspose.com/words/python-net/aspose.wo...
  2. PageSetup.text_columns property | Aspose.Words ...

    PageSetup.text_columns property. Returns a collection that represents the set of text columns.... doc = aw . Document () builder = aw . DocumentBuilder...' ) builder . insert_break ( aw . BreakType . COLUMN_BREAK )...

    reference.aspose.com/words/python-net/aspose.wo...
  3. LineStyle enumeration | Aspose.Words for Node.js

    Aspose.Words.LineStyle enumeration. Specifies line style of a [Border](../border/)....let doc = new aw . Document (); let builder = new aw . DocumentBuilder... font . border . lineStyle = aw . LineStyle . DashDotStroker...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Border.lineWidth property | Aspose.Words for No...

    Border.lineWidth property. Gets or sets the border width in points....let doc = new aw . Document (); let builder = new aw . DocumentBuilder... font . border . lineStyle = aw . LineStyle . DashDotStroker...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. XlsxDateTimeParsingMode enumeration | Aspose.Wo...

    aspose.words.saving.XlsxDateTimeParsingMode enumeration. Specifies how document text is parsed to identify date and time values.... doc = aw . Document ( file_name = MY_DIR...DateTime.docx' ) save_options = aw . saving . XlsxSaveOptions ()...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Find and Replace in Python|Aspose.Words for Pyt...

    Find a string or regular expression pattern in your document and replace it with the text you want using Python....“James Bond” : doc = aw . Document () builder = aw . DocumentBuilder..."James Bond" , aw . replacing . FindReplaceOptions ( aw . replacing...

    docs.aspose.com/words/python-net/find-and-replace/
  7. ListCollection class | Aspose.Words for Python

    aspose.words.lists.ListCollection class. Stores and manages formatting of bulleted and numbered lists used in a document... doc = aw . Document () builder = aw . DocumentBuilder...lists . add ( list_template = aw . lists . ListTemplate . NUMBER_DEFAULT...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Footnote.footnoteType property | Aspose.Words f...

    Footnote.footnoteType property. Returns a value that specifies whether this is a footnote or endnote....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...= builder . insertFootnote ( aw . Notes . FootnoteType . Footnote...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. 档案

    档案...words as aw from datetime import date # 加载第一个文档 doc = aw.Document("calibre...Document("calibre.docx") # 加载第二个文档 doc2 = aw.Document("calibre2.docx") # 比较文件...

    blog.aspose.com/zh/words/compare-two-word-docum...
  10. Archiv

    Archiv...words as aw # load Word document doc = aw.Document("document...class for new doucment newDoc = aw.Document() # clear the default...

    blog.aspose.com/de/words/split-a-word-document-...