Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 2,317 for

trim document

(0.07 sec)
  1. Range.delete method | Aspose.Words for Node.js

    Range.delete method. Deletes all characters of the range.... Document (); let builder = new aw ...to the first section in the document, and then add another section...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Section.clearContent method | Aspose.Words for ...

    Section.clearContent method. Clears the section.... Document (); let builder = new aw ...); expect ( doc . getText (). trim ()). toEqual ( "Hello world...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. TxtLoadOptions.detectHyperlinks property | Aspo...

    TxtLoadOptions.detectHyperlinks property. Specifies either to detect hyperlinks in text...com/words/net/\n" ; // Load document with hyperlinks. let loadOptions...true ; let doc = new aw . Document ( Buffer . from ( inputText...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose::Words::Node::get_NextSibling method | A...

    Aspose::Words::Node::get_NextSibling method. Gets the node immediately following this node in C++....{ auto doc = MakeObject < Document > ( MyDir + u "Paragraphs...contain child nodes, such as the document itself, is composite. ASSERT_TRUE...

    reference.aspose.com/words/cpp/aspose.words/nod...
  5. Aspose::Words::NodeCollection::Contains method ...

    Aspose::Words::NodeCollection::Contains method. Determines whether a node is in the collection in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...doc ); // Add text to the document by inserting Runs using a...

    reference.aspose.com/words/cpp/aspose.words/nod...
  6. TxtLeadingSpacesOptions | Aspose.Words for Java

    Specifies available options for leading space handling during import from LoadFormat.TEXT file in Java....how to trim whitespace when loading plaintext documents. String...object, which we can pass to a document's constructor // to modify...

    reference.aspose.com/words/java/com.aspose.word...
  7. Node.Range | Aspose.Words for .NET

    Discover the Node Range property, effortlessly access a Range object that defines the Document segment within your node for enhanced content management....represents the portion of a document that is contained in this...nodes from a range. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/nod...
  8. MailMerge.DeleteFields | Aspose.Words for .NET

    Effortlessly streamline your Documents with the MailMerge DeleteFields method, removing unnecessary mail merge fields for cleaner, more professional results....merge related fields from the document. public void DeleteFields...MERGEFIELD and NEXT fields from the document. This method could be useful...

    reference.aspose.com/words/net/aspose.words.mai...
  9. Node.getText method | Aspose.Words for Node.js

    Node.getText method. Gets the text of this node and of all its children.... Document (); let builder = new aw ...again!" ); // Converting the document to text form reveals that...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Node.nextSibling property | Aspose.Words for No...

    Node.nextSibling property. Gets the node immediately following this node.... Document ( base . myDir + "Paragraphs...contain child nodes, such as the document itself, is composite. expect...

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