Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 2,314 for

trim document

(0.05 sec)
  1. NodeCollection.insert method | Aspose.Words for...

    NodeCollection.insert method. Inserts a node into the collection at the specified index....inserted was created from another document, you should use DocumentBase...import the node to the current document. The imported node can then...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. DocumentBuilder.MoveToField | Aspose.Words for ...

    Effortlessly navigate your Documents with the DocumentBuilder MoveToField method, allowing quick cursor movement to any field for enhanced editing efficiency....the cursor to a field in the document. public void MoveToField (...Examples Shows how to move a document builder’s node insertion point...

    reference.aspose.com/words/net/aspose.words/doc...
  3. MailMerge.TrimWhitespaces | Aspose.Words for .NET

    Optimize your mail merge process with the TrimWhitespaces property, ensuring clean data by removing leading and trailing spaces for accurate results....and leading whitespaces are trimmed from mail merge values. public...true . Examples Shows how to trim whitespaces from values of a...

    reference.aspose.com/words/net/aspose.words.mai...
  4. Range.Text | Aspose.Words for .NET

    Discover the Range Text property to easily retrieve and manipulate text within a specified range for enhanced content management.... Document doc = new Document (); DocumentBuilder...world!" , doc . Range . Text . Trim ()); See Also class Range namespace...

    reference.aspose.com/words/net/aspose.words/ran...
  5. NodeChangingAction enumeration | Aspose.Words f...

    Aspose.Words.NodeChangingAction enumeration. Specifies the type of node change....to monitor changes to the document tree in real-time as we edit...() => { let doc = new aw . Document (); doc . nodeChangingCallback...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose::Words::Range::Replace method | Aspose.W...

    Aspose::Words::Range::Replace method. Replaces all occurrences of a character pattern specified by a regular expression with another string in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...room." , doc -> GetText (). Trim ()); See Also Class Range Namespace...

    reference.aspose.com/words/cpp/aspose.words/ran...
  7. Aspose::Words::RevisionCollection::RejectAll me...

    Aspose::Words::RevisionCollection::RejectAll method. Rejects all revisions in this collection in C++....Examples Shows how to work with a document’s collection of revisions...revisions. auto doc = MakeObject < Document > ( MyDir + u "Revisions.docx"...

    reference.aspose.com/words/cpp/aspose.words/rev...
  8. ImportFormatOptions.adjustSentenceAndWordSpacin...

    ImportFormatOptions.adjustSentenceAndWordSpacing property. Gets or sets a boolean value that specifies whether to adjust sentence and word spacing automatically... Document (); let dstDoc = new aw . Document (); var builder...firstParagraph . getText (). trim ()). toEqual ( "Lorem ipsum...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::RevisionCollection::get_Groups m...

    Aspose::Words::RevisionCollection::get_Groups method. Collection of revision groups in C++....Examples Shows how to work with a document’s collection of revisions...revisions. auto doc = MakeObject < Document > ( MyDir + u "Revisions.docx"...

    reference.aspose.com/words/cpp/aspose.words/rev...
  10. Run class | Aspose.Words for Node.js

    Aspose.Words.Run class. Represents a run of characters with the same font formatting...the Programming with Documents documentation article. Remarks All...All text of the document is stored in runs of text. Run can only...

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