Sort Score
Result 10 results
Languages All
Labels All
Results 2,971 - 2,980 of 17,911 for

insert documents

(0.05 sec)
  1. InlineStory.is_delete_revision property | Aspos...

    InlineStory.is_delete_revision property. Returns true if this object was deleted in Microsoft Word while change tracking was enabled.... Document ( file_name = MY_DIR + 'Revision...docx' ) # When we edit the document while the "Track Changes"...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 用 C++ 为命名范围设置公式|Documentation

    学习如何用 Aspose.Cells 在 Excel 文件中为命名范围设置公式,使用 C++。...SetFormula ( u "NewNamedRange" ); // Insert the value in cell A3 which...book . GetWorksheets (); // Insert some data in cell A1 of Sheet1...

    docs.aspose.com/cells/zh/cpp/setting-formula-fo...
  3. 计算一系列单元格的总和|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....resultCell ) { // Open the document for editing. using ( SpreadsheetDocument...SpreadsheetDocument document = SpreadsheetDocument . Open ( docName...

    docs.aspose.com/cells/zh/net/calculate-the-sum-...
  4. Field.result property | Aspose.Words for Node.js

    Field.result property. Gets or sets text that is between the field separator and field end....Examples Shows how to insert a field into a document using a field code...code. let doc = new aw . Document (); let builder = new aw ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. DocumentBuilder.move_to_header_footer method | ...

    DocumentBuilder.move_to_header_footer method. Moves the cursor to the beginning of a header or footer in the current section....in a document using DocumentBuilder. doc = aw . Document () builder...then add three pages to the document to display each header type...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ReplaceAction | Aspose.Words for Java

    Allows the user to specify what happens to the current match during a replace operation in Java....Examples: Shows how to insert an entire document’s contents as a replacement...Exception { Document mainDoc = new Document(getMyDir() + "Document insertion...

    reference.aspose.com/words/java/com.aspose.word...
  7. Shape.horizontalRuleFormat property | Aspose.Wo...

    Shape.horizontalRuleFormat property. Provides access to the properties of the horizontal rule shape...HorizontalRuleFormat Examples Shows how to insert a horizontal rule shape, and...formatting. let doc = new aw . Document (); let builder = new aw ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. BookmarksOutlineLevelCollection.clear method | ...

    BookmarksOutlineLevelCollection.clear method. Removes all elements from the collection.... Document (); let builder = new aw ...DocumentBuilder ( doc ); // Insert a bookmark with another bookmark...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. PageSetup.gutter property | Aspose.Words for Py...

    PageSetup.gutter property. Gets or sets the amount of extra space added to the margin for document binding....space added to the margin for document binding. @property def gutter...margins. doc = aw . Document () # Insert text that spans several...

    reference.aspose.com/words/python-net/aspose.wo...
  10. BookmarksOutlineLevelCollection.clear method | ...

    BookmarksOutlineLevelCollection.clear method. Removes all elements from the collection.... Document () builder = aw . DocumentBuilder...DocumentBuilder ( doc = doc ) # Insert a bookmark with another bookmark...

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