Sort Score
Result 10 results
Languages All
Labels All
Results 2,911 - 2,920 of 168,856 for

doc

(0.08 sec)
  1. Section.deleteHeaderFooterShapes method | Aspos...

    Section.deleteHeaderFooterShapes method. Deletes all shapes (drawing objects) from the headers and footers of this section.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Create a primary header...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Row constructor | Aspose.Words for Node.js

    Row constructor. Initializes a new instance of the [Row](../) class....Row constructor Row(doc) Initializes a new instance of the Row...Row class. Row ( doc : Aspose . Words . DocumentBase ) Parameter...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ZoomType enumeration | Aspose.Words for Python

    aspose.words.settings.ZoomType enumeration. Possible values for how large or small the Document appears on the screen in Microsoft Word.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello world!' ) doc . view_options...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Font.underlineColor property | Aspose.Words for...

    Font.underlineColor property. Gets or sets the color of the underline applied to the font.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . font . underline...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. index.xml

    1.0 utf-8 yes 2.0 http://www.w3.org/2005/Atom 在 Python 中将 MSG 转换为 Dochttps://products.aspose.com/total/zh/python-net/conversion/msg-to-Doc/在 Python 应用程序中将 MSG 保存为 Doc,而无需使用 Microsoft Outlook 或 Word......ersion/msg-to-doc/在 Python 应用程序中将 MSG 保存为 DOC,而无需使用 Microsoft...com/total/zh/python-net/conversion/msg-to-doc/index.xml self application/rss+xml...

    products.aspose.com/total/zh/python-net/convers...
  6. PlainTextDocument.text property | Aspose.Words ...

    PlainTextDocument.text property. Gets textual content of the Document concatenated as a string.... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); builder . writeln ( "Hello world!" ); doc . save...

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

    档案...Words API 提供了将 Microsoft Word DOC 或 DOCX 文档转换为 C# 和 Java 中的字节数组的最简单方法。...应用程序中的 Document 的字节数组。 以下代码片段演示了将 DOC 文件转换为字节数组。 // Load the document...

    blog.aspose.com/zh/total/convert-worddoc-docx-t...
  8. Document.AcceptAllRevisions | Aspose.Words for ...

    Streamline your editing process with the AcceptAllRevisions method, effortlessly accepting all tracked changes in your Document for a polished final version.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Edit the document while...

    reference.aspose.com/words/net/aspose.words/doc...
  9. Font.subscript property | Aspose.Words for Node.js

    Font.subscript property. True if the font is formatted as subscript.... let doc = new aw . Document (); let para = doc . getParagraph...baseline. let run = new aw . Run ( doc , "Raised text. " ); run . font...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. LayoutOptions.ignore_printer_metrics property |...

    LayoutOptions.ignore_printer_metrics property. Gets or sets indication of whether the Use printer metrics to lay out Document compatibility option is ignored... doc = aw . Document ( file_name =...MY_DIR + 'Rendering.docx' ) doc . layout_options . ignore_printer_metrics...

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