Sort Score
Result 10 results
Languages All
Labels All
Results 6,061 - 6,070 of 179,982 for

doc

(0.09 sec)
  1. Table class | Aspose.Words for Node.js

    Aspose.Words.Table class. Represents a table in a Word Document...Constructors Name Description Table(doc) Initializes a new instance of...build a formatted 2x2 table. let doc = new aw . Document (); let builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. RowFormat.height property | Aspose.Words for No...

    RowFormat.height property. Gets or sets the height of the table row in points.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let table = builder . startTable...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::Notes::FootnoteOptions::get_Rest...

    Aspose::Words::Notes::FootnoteOptions::get_RestartRule method. Determines when automatic numbering restarts in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Footnotes and endnotes...

    reference.aspose.com/words/cpp/aspose.words.not...
  4. 档案

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

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

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

    blog.aspose.com/zh-hant/note/create-onenote-fil...
  6. Aspose::Words::InlineStory::get_StoryType metho...

    Aspose::Words::InlineStory::get_StoryType method. Returns the type of the story in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words/inl...
  7. Aspose::Words::Comment::get_StoryType method | ...

    Aspose::Words::Comment::get_StoryType method. Returns Comments in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words/com...
  8. Aspose::Words::WebExtensions::WebExtensionStore...

    Aspose::Words::WebExtensions::WebExtensionStoreType enum. Enumerates available types of a web extension store in C++.... auto doc = System :: MakeObject < Aspose...WebExtensions :: TaskPane > (); doc -> get_WebExtensionTaskPane ()...

    reference.aspose.com/words/cpp/aspose.words.web...
  9. NodeCollection.count property | Aspose.Words fo...

    NodeCollection.count property. Gets the number of nodes in the collection.... doc = aw . Document () # Add two...of this document. paragraph = doc . get_child ( aw . NodeType ...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Remove Field in Jython|Aspose.Words for Java

    Remove Field using Jython....'programming_documents/' doc = Document ( dataDir + "RemoveField.doc" ) field...field = doc . getRange () . getFields () . get ( 0 ) # Calling this...

    docs.aspose.com/words/java/remove-field-in-jython/