Sort Score
Result 10 results
Languages All
Labels All
Results 4,071 - 4,080 of 180,111 for

doc

(0.29 sec)
  1. Node.js and .NET Version Differences|Aspose.Wor...

    Aspose.Words for Node.js via .NET is a native Node.js module based on Aspose.Words for .NET with [Node-API](https://nodejs.org/api/n-api.html). This page describes the differences in features and API of these two products....first Run in the document: let doc = new aw . Document ( "Document...it to Run object. let run = doc . getChild ( aw . NodeType ....

    docs.aspose.com/words/nodejs-net/nodejs-notes/
  2. 档案

    档案...// 创建 Document 类的对象 Document doc = new Document(); // 初始化 Page...Page(doc); // 初始化大纲类对象 Outline outline = new Outline(doc); //...

    blog.aspose.com/zh/note/create-onenote-files-pr...
  3. 搜索

    搜索...OneNote 文檔: // 創建文檔類的對象 Document doc = new Document(); // 初始化頁麵類對象...初始化頁麵類對象 Page page = new Page(doc); // 初始化 Outline 類對象 Outline outline...

    blog.aspose.com/zh-hant/note/create-onenote-fil...
  4. DocumentBuilder.EndEditableRange | Aspose.Words...

    Discover the DocumentBuilder EndEditableRange method to efficiently mark editable sections in your Documents, enhancing your editing workflow.... Document doc = new Document (); doc . Protect ( ProtectionType...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...

    reference.aspose.com/words/net/aspose.words/doc...
  5. CustomXmlPart.clone method | Aspose.Words for N...

    CustomXmlPart.clone method. Makes a deep enough copy of the object... let doc = new aw . Document (); // Construct...</text></root>" ; let xmlPart = doc . customXmlParts . add ( xmlPartId...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Style.font property | Aspose.Words for Python

    Style.font property. Gets the character formatting of the style.... doc = aw . Document () style = doc . styles . add...= aw . DocumentBuilder ( doc = doc ) # Apply one of the styles...

    reference.aspose.com/words/python-net/aspose.wo...
  7. CustomXmlPartCollection.count property | Aspose...

    CustomXmlPartCollection.count property. Gets the number of elements contained in the collection.... let doc = new aw . Document (); // Construct...</text></root>" ; let xmlPart = doc . customXmlParts . add ( xmlPartId...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. CustomXmlPartCollection.clear method | Aspose.W...

    CustomXmlPartCollection.clear method. Removes all elements from the collection.... let doc = new aw . Document (); // Construct...</text></root>" ; let xmlPart = doc . customXmlParts . add ( xmlPartId...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Row.ensure_minimum method | Aspose.Words for Py...

    Row.ensure_minimum method. If the [Row](../) has no cells, creates and appends one [Cell](../../cell/).... doc = aw . Document () table = aw...aw . tables . Table ( doc ) doc . first_section . body . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  10. FieldSkipIf.LeftExpression | Aspose.Words for .NET

    Discover the FieldSkipIf LeftExpression property, easily manage the left side of your comparison expressions for enhanced data control and flexibility.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a SKIPIF field....

    reference.aspose.com/words/net/aspose.words.fie...