Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 2,317 for

trim document

(0.06 sec)
  1. Aspose::Words::ControlChar::Cr method | Aspose....

    Aspose::Words::ControlChar::Cr method. Carriage return character: "\x000d" or "\r". Same as ParagraphBreak in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...again!" ); // Converting the document to text form reveals that...

    reference.aspose.com/words/cpp/aspose.words/con...
  2. CompositeNode.InsertBefore | Aspose.Words for .NET

    Discover how to use the CompositeNode InsertBefore method to seamlessly insert nodes before reference nodes, enhancing your data structure management....inserted was created from another document, you should use ImportNode...import the node to the current document. The imported node can then...

    reference.aspose.com/words/net/aspose.words/com...
  3. Revision.Accept | Aspose.Words for .NET

    Streamline your workflow with the Revision Accept method—effortlessly approve changes and enhance collaboration for smoother project 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...
  4. Aspose::Words::Paragraph::GetText method | Aspo...

    Aspose::Words::Paragraph::GetText method. Gets the text of this paragraph including the end of paragraph character in C++....MakeObject < Document > (); // An empty document, by default,...doc , u "Run 3. " ); // The document body will not display these...

    reference.aspose.com/words/cpp/aspose.words/par...
  5. Aspose::Words::Range::Delete method | Aspose.Wo...

    Aspose::Words::Range::Delete method. Deletes all characters of the range in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...to the first section in the document, and then add another section...

    reference.aspose.com/words/cpp/aspose.words/ran...
  6. Section | Aspose.Words for Java

    Represents a single section in a Document in Java....Represents a single section in a document. To learn more, visit the...the Working with Sections documentation article. Remarks: Section...

    reference.aspose.com/words/java/com.aspose.word...
  7. NodeCollection.clear method | Aspose.Words for ...

    NodeCollection.clear method. Removes all nodes from this collection and from the Document....this collection and from the document. clear () Examples Shows how...sections from a document. let doc = new aw . Document ( base . myDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. RevisionCollection.count property | Aspose.Word...

    RevisionCollection.count property. Returns the number of revisions in the collection....revisions in a document. let doc = new aw . Document (); let builder...); // Normal editing of the document does not count as a revision...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Revision.dateTime property | Aspose.Words for N...

    Revision.dateTime property. Gets or sets the date/time of this revision....revisions in a document. let doc = new aw . Document (); let builder...); // Normal editing of the document does not count as a revision...

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

    Aspose.Words.ComHelper.open method...COM application to load a Document from a file. open ( fileName...fileName string Filename of the document to load. Remarks This method...

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