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

trim document

(0.05 sec)
  1. CompositeNode.InsertAfter | Aspose.Words for .NET

    Effortlessly insert nodes with the CompositeNode InsertAfter method, enhancing your data structure management and ensuring efficient node placement....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...
  2. Aspose::Words::NodeCollection::RemoveAt method ...

    Aspose::Words::NodeCollection::RemoveAt method. Removes the node at the specified index from the collection and from the Document in C++....the collection and from the document. void Aspose :: Words :: NodeCollection...sections in a document. auto doc = MakeObject < Document > (); auto...

    reference.aspose.com/words/cpp/aspose.words/nod...
  3. Aspose::Words::CompositeNode::GetChildNodes met...

    Aspose::Words::CompositeNode::GetChildNodes method. Returns a live collection of child nodes that match the specified type in C++....is always in sync with the document. For example, if you selected...selected all sections in a document and enumerate through the collection...

    reference.aspose.com/words/cpp/aspose.words/com...
  4. SectionCollection | Aspose.Words for Java

    A collection of Section objects in the Document in Java....of Section objects in the document. To learn more, visit the...the Working with Sections documentation article. Remarks: A Microsoft...

    reference.aspose.com/words/java/com.aspose.word...
  5. CompositeNode.GetText | Aspose.Words for .NET

    Discover the CompositeNode GetText method to efficiently retrieve text from nodes and their children, enhancing your data processing capabilities.... Document doc = new Document (); DocumentBuilder...GetText (). Trim ()); // ToString will give us the document's appearance...

    reference.aspose.com/words/net/aspose.words/com...
  6. Aspose::Words::NodeCollection::Clear method | A...

    Aspose::Words::NodeCollection::Clear method. Removes all nodes from this collection and from the Document in C++....this collection and from the document. void Aspose :: Words :: NodeCollection...sections from a document. auto doc = MakeObject < Document > ( MyDir...

    reference.aspose.com/words/cpp/aspose.words/nod...
  7. 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...
  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. 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...
  10. 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...