Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 2,318 for

trim document

(0.04 sec)
  1. Aspose::Words::Section::Clone method | Aspose.W...

    Aspose::Words::Section::Clone method. Creates a duplicate of this section in C++....sections in a document. auto doc = MakeObject < Document > (); auto..."Section 2" , doc -> GetText (). Trim ()); // Delete the first section...

    reference.aspose.com/words/cpp/aspose.words/sec...
  2. NodeList.Item | Aspose.Words for .NET

    Access specific nodes effortlessly with the NodeList Item property. Retrieve nodes by index for streamlined data manipulation and efficient coding.... Document doc = new Document (); DocumentBuilder...ImageDir + "Logo.jpg" ); // Our document contains three Run nodes....

    reference.aspose.com/words/net/aspose.words/nod...
  3. CompositeNode.getText method | Aspose.Words for...

    CompositeNode.getText method. Gets the text of this node and of all its children.... Document (); let builder = new aw ... expect ( doc . getText (). trim ()). toEqual ( "\u0013MERGEFIELD...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. NodeCollection.Clear | Aspose.Words for .NET

    Effortlessly clear your NodeCollection with our Clear method, removing all nodes from both the collection and the Document for optimal performance....this collection and from the document. public void Clear () Examples...sections from a document. Document doc = new Document ( MyDir + "Document...

    reference.aspose.com/words/net/aspose.words/nod...
  5. HtmlSaveOptions.documentSplitHeadingLevel prope...

    HtmlSaveOptions.DocumentSplitHeadingLevel property. Specifies the maximum level of headings at which to split the Document...headings at which to split the document. Default value is 2 . get...to a value from 1 to 9, the document will be split at paragraphs...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose::Words::CompositeNode::get_Count method ...

    Aspose::Words::CompositeNode::get_Count method. Gets the number of immediate children of this node 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/com...
  7. NodeCollection.removeAt method | Aspose.Words f...

    NodeCollection.removeAt method. Removes the node at the specified index from the collection and from the Document....the collection and from the document. removeAt ( index : number...sections in a document. let doc = new aw . Document (); let builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. TxtLoadOptions | Aspose.Words for .NET

    Discover the TxtLoadOptions constructor! Easily initialize with default values and streamline your data loading process for enhanced performance....Load document with hyperlinks. Document doc = new Document ( stream...Range . Fields [ 0 ]. Result . Trim (), "https://www.aspose.com/"...

    reference.aspose.com/words/net/aspose.words.loa...
  9. Paragraph.GetText | Aspose.Words for .NET

    Discover the Paragraph GetText method to effortlessly retrieve text, including paragraph endings, enhancing your text processing efficiency.... Document doc = new Document (); // An empty document, by...doc , "Run 3. " ); // The document body will not display these...

    reference.aspose.com/words/net/aspose.words/par...
  10. CompositeNode.FirstChild | Aspose.Words for .NET

    Discover the CompositeNode FirstChild property to easily access the first child node, enhancing your coding efficiency and simplifying data management.... Document doc = new Document ( MyDir + "Paragraphs...contents = node . GetText (). Trim (); Console . WriteLine ( contents...

    reference.aspose.com/words/net/aspose.words/com...