Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 2,004 for

trim document

(0.3 sec)
  1. DocumentBuilder.insertHtml method | Aspose.Word...

    Aspose.Words.DocumentBuilder.insertHtml method...Inserts an HTML string into the document. insertHtml ( html : string...string to insert into the document. Remarks You can use this...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose::Words::RevisionCollection::get_Count me...

    Aspose::Words::RevisionCollection::get_Count method. Returns the number of revisions in the collection 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. Revision.Author | Aspose.Words for .NET

    Manage your Revision Author effortlessly. Easily set or update the author details for each revision—ensuring clarity and accountability in your Documents....revisions in a document. Document doc = new Document (); DocumentBuilder...); // Normal editing of the document does not count as a revision...

    reference.aspose.com/words/net/aspose.words/rev...
  4. RevisionCollection.Item | Aspose.Words for .NET

    Access specific revisions effortlessly with the RevisionCollection Item property. Quickly retrieve revisions by index for streamlined data management....revisions in a document. Document doc = new Document (); DocumentBuilder...); // Normal editing of the document does not count as a revision...

    reference.aspose.com/words/net/aspose.words/rev...
  5. Body.NodeType | Aspose.Words for .NET

    Discover the Body NodeType property that efficiently returns the body content, enhancing your web development experience and streamlining your projects.... Document doc = new Document (); DocumentBuilder...$"\t\" { body . GetText (). Trim ()} \ "" ); break ; } case NodeType...

    reference.aspose.com/words/net/aspose.words/bod...
  6. NodeChangingAction Enum | Aspose.Words for .NET

    Discover the Aspose.Words.NodeChangingAction enum to efficiently manage node changes in your Documents. Enhance your Document processing capabilities today!...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...
  7. Document.TrackRevisions | Aspose.Words for .NET

    Enable Document TrackRevisions to automatically track edits in Microsoft Word, ensuring seamless collaboration and precise version control....TrackRevisions Contents [ Hide ] Document.TrackRevisions property True...changes are tracked when this document is edited in Microsoft Word...

    reference.aspose.com/words/net/aspose.words/doc...
  8. ComHelper Class | Aspose.Words for .NET

    Unlock seamless Document integration with Aspose.Words.ComHelper. Effortlessly load and manage Documents for COM clients with powerful features....for COM clients to load a document into Aspose.Words. public...a COM application to load Document from a stream. Open ( string...

    reference.aspose.com/words/net/aspose.words/com...
  9. StructuredDocumentTagRangeStart.removeAllChildr...

    StructuredDocumentTagRangeStart.removeAllChildren method. Removes all the nodes between this range start node and the range end node....to create/remove structured document tag and its content. test...() => { let doc = new aw . Document (); let builder = new aw ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Node.getText method | Aspose.Words for Node.js

    Node.getText method. Gets the text of this node and of all its children....words document by hand. let doc = new aw . Document (); // A...A blank document contains one section, one body and one paragraph...

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