Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 2,317 for

trim document

(0.04 sec)
  1. 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...
  2. NodeChangingArgs.newParent property | Aspose.Wo...

    NodeChangingArgs.newParent property. Gets the node's parent that will be set after the operation completes....to monitor changes to the document tree in real-time as we edit...() => { let doc = new aw . Document (); doc . nodeChangingCallback...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Working with Text Document|Aspose.Words for Pyt...

    Work with a text Document and modify its objects using Python....Ask AI Working with Text Document Contents [ Hide ] In this article...useful for working with a text document via Aspose.Words. Please note...

    docs.aspose.com/words/python-net/working-with-t...
  4. CompositeNode.selectNodes method | Aspose.Words...

    CompositeNode.selectNodes method. Selects a list of nodes matching the XPath expression.... Document ( base . myDir + "Tables.docx"...descendants of any table node in the document. let nodeList = doc . selectNodes...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. DocumentBuilder.MoveToField | Aspose.Words for ...

    Effortlessly navigate your Documents with the DocumentBuilder MoveToField method, allowing quick cursor movement to any field for enhanced editing efficiency....the cursor to a field in the document. public void MoveToField (...Examples Shows how to move a document builder’s node insertion point...

    reference.aspose.com/words/net/aspose.words/doc...
  6. RevisionCollection.groups property | Aspose.Wor...

    RevisionCollection.groups property. Collection of revision groups....Examples Shows how to work with a document’s collection of revisions...revisions. let doc = new aw . Document ( base . myDir + "Revisions.docx"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::Body::get_NodeType method | Aspo...

    Aspose::Words::Body::get_NodeType method. Returns Body in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...\t\" " << body -> GetText (). Trim () << " \" " << std :: endl...

    reference.aspose.com/words/cpp/aspose.words/bod...
  8. Aspose::Words::HeaderFooter::get_NodeType metho...

    Aspose::Words::HeaderFooter::get_NodeType method. Returns HeaderFooter in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...\t\" " << body -> GetText (). Trim () << " \" " << std :: endl...

    reference.aspose.com/words/cpp/aspose.words/hea...
  9. Aspose::Words::Node::Clone method | Aspose.Word...

    Aspose::Words::Node::Clone method. Creates a duplicate of the node in C++....parent, but belongs to the same document as the original node. This...node. auto doc = MakeObject < Document > (); SharedPtr < Paragraph...

    reference.aspose.com/words/cpp/aspose.words/nod...
  10. DocumentBuilder.moveTo method | Aspose.Words fo...

    DocumentBuilder.moveTo method. Moves the cursor to an inline node or to the end of a paragraph....Examples Shows how to move a document builder’s cursor to different...nodes in a document. let doc = new aw . Document (); let builder...

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