Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 6,467 for

document insertion

(0.12 sec)
  1. NodeChangingArgs.NewParent | Aspose.Words for .NET

    Discover the NodeChangingArgs NewParent property to efficiently access a node's future parent after operations complete. Enhance your coding with ease!...to monitor changes to the document tree in real-time as we edit...NodeChangingCallback () { Document doc = new Document (); doc . NodeChangingCallback...

    reference.aspose.com/words/net/aspose.words/nod...
  2. Aspose::Words::RevisionCollection::idx_get meth...

    Aspose::Words::RevisionCollection::idx_get method. Returns a Revision at the specified index in C++....revisions in a document. auto doc = MakeObject < Document > (); auto...); // Normal editing of the document does not count as a revision...

    reference.aspose.com/words/cpp/aspose.words/rev...
  3. DocumentBuilder.insert_online_video method | As...

    aspose.words.DocumentBuilder.insert_online_video method...insert_online_video method Contents [ Hide ] insert_online_video(video_url...height) Inserts an online video object into the document and scales...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Revision class | Aspose.Words fo...

    Aspose::Words::Revision class. Represents a revision (tracked change) in a Document node or style. Use RevisionType to check the type of this revision. To learn more, visit the Documentation article in C++....revision (tracked change) in a document node or style. Use RevisionType...Track Changes in a Document documentation article. class Revision...

    reference.aspose.com/words/cpp/aspose.words/rev...
  5. RevisionCollection | Aspose.Words for Java

    A collection of Revision objects that represent revisions in the Document in Java....represent revisions in the document. To learn more, visit the...Track Changes in a Document documentation article. Remarks: You...

    reference.aspose.com/words/java/com.aspose.word...
  6. DocumentBuilder.moveToField method | Aspose.Wor...

    DocumentBuilder.moveToField method. Moves the cursor to a field in the Document....the cursor to a field in the document. moveToField ( field : Aspose...how to move a document builder’s node insertion point cursor to...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::Replacing::ReplacingArgs::get_Ma...

    Aspose::Words::Replacing::ReplacingArgs::get_MatchNode method. Gets the node that contains the beginning of the match in C++....Examples Shows how to insert an entire document’s contents as a replacement...MakeObject < Document > ( MyDir + u "Document insertion destination...

    reference.aspose.com/words/cpp/aspose.words.rep...
  8. RevisionOptions.RevisionBarsWidth | Aspose.Word...

    Manage your Document's revision bars with the RevisionOptions RevisionBarsWidth property. Easily customize width for clear visibility and organization.... Document doc = new Document ( MyDir + "Revisions...RevisionOptions ; // Render insertion revisions in green and italic...

    reference.aspose.com/words/net/aspose.words.lay...
  9. NodeChangingAction enumeration | Aspose.Words f...

    Aspose.Words.NodeChangingAction enumeration. Specifies the type of node change....Name Description Insert A node is being inserted in the tree. Remove...to monitor changes to the document tree in real-time as we edit...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. NodeChangingAction | Aspose.Words for Java

    Specifies the type of node change in Java....to monitor changes to the document tree in real-time as we edit...throws Exception { Document doc = new Document(); doc.setNodeChangingCallb(new...

    reference.aspose.com/words/java/com.aspose.word...