Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 2,258 for

trim document

(0.05 sec)
  1. Aspose::Words::DocumentBuilder::InsertHtml meth...

    Aspose::Words::DocumentBuilder::InsertHtml method. Inserts an HTML string into the Document in C++....Inserts an HTML string into the document. void Aspose :: Words :: DocumentBuilder...into the document. Examples Shows how to use a document builder...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. NodeList.Count | Aspose.Words for .NET

    Discover the NodeList Count property to easily retrieve the total number of nodes in your list, enhancing your web development efficiency.... Document doc = new Document (); DocumentBuilder...ImageDir + "Logo.jpg" ); // Our document contains three Run nodes....

    reference.aspose.com/words/net/aspose.words/nod...
  3. 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...
  4. HtmlSaveOptions.DocumentSplitHeadingLevel | Asp...

    Optimize Document splitting with HtmlSaveOptions' DocumentSplitHeadingLevel. Control heading levels for better organization. Default set to 2....headings at which to split the document. Default value is 2 . public...to a value from 1 to 9, the document will be split at paragraphs...

    reference.aspose.com/words/net/aspose.words.sav...
  5. ComHelper.Open | Aspose.Words for .NET

    Unlock seamless integration with ComHelper's Open method, enabling effortless Document loading from files for your COM applications....application to load a Document from a file. public Document Open ( string...Filename of the document to load. Return Value A Document object that...

    reference.aspose.com/words/net/aspose.words/com...
  6. NodeCollection.RemoveAt | Aspose.Words for .NET

    Effortlessly remove nodes from your collection with the NodeCollection RemoveAt method. Streamline Document management by removing specific nodes quickly....the collection and from the document. public void RemoveAt ( int...sections in a document. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/nod...
  7. ControlChar.Cr | Aspose.Words for .NET

    Discover ControlChar Cr, the carriage return character (x000d or r) that enhances text formatting. Simplify your coding with our unique solutions!... Document doc = new Document (); DocumentBuilder...again!" ); // Converting the document to text form reveals that...

    reference.aspose.com/words/net/aspose.words/con...
  8. Node.range property | Aspose.Words for Node.js

    Node.range property. Returns a [Range](../../range/) object that represents the portion of a Document that is contained in this node....represents the portion of a document that is contained in this...range. let doc = new aw . Document (); let builder = new aw ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Range.Delete | Aspose.Words for .NET

    Efficiently remove all characters within a specified range using the Range Delete method. Simplify your text editing tasks effortlessly!... Document doc = new Document (); DocumentBuilder...to the first section in the document, and then add another section...

    reference.aspose.com/words/net/aspose.words/ran...
  10. CompositeNode.firstChild property | Aspose.Word...

    CompositeNode.firstChild property. Gets the first child of the node.... Document ( base . myDir + "Paragraphs...contain child nodes, such as the document itself, is composite. expect...

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