Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 2,460 for

trim document

(0.05 sec)
  1. EditableRangeEnd | Aspose.Words for Java

    Represents an end of an editable range in a Word Document in Java....an editable range in a Word document. To learn more, visit the...Aspose.Words Document Object Model (DOM) documentation article. Remarks:...

    reference.aspose.com/words/java/com.aspose.word...
  2. FindReplaceOptions.replacingCallback property |...

    FindReplaceOptions.replacingCallback property. The user-defined method which is called before every replace occurrence.... Document (); let builder = new aw ...); expect ( doc . getText (). trim ()). toEqual ( "Our new location...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. 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...MakeObject < Aspose :: Words :: Document > ( get_MyDir () + u "Revisions...

    reference.aspose.com/words/cpp/aspose.words/rev...
  4. 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...MakeObject < Aspose :: Words :: Document > ( get_MyDir () + u "Revisions...

    reference.aspose.com/words/cpp/aspose.words/rev...
  5. DocumentBase | Aspose.Words for Java

    Provides the abstract base class for a main Document and a glossary Document of a Word Document in Java....main document and a glossary document of a Word document. To learn...Aspose.Words Document Object Model (DOM) documentation article. Remarks:...

    reference.aspose.com/words/java/com.aspose.word...
  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++....MakeObject < Aspose :: Words :: Document > (); auto builder = System...room." , doc -> GetText (). Trim ()); See Also Class Range Namespace...

    reference.aspose.com/words/cpp/aspose.words/ran...
  7. MarkdownLoadOptions.SoftLineBreakCharacter | As...

    Set custom soft line break characters in Markdown Documents for better formatting with this flexible load option....LineBreakChar ; Document doc = new Document ( stream , loadOptions...Assert . That ( doc . GetText (). Trim (), Is . EqualTo ( "line1\u000bline2"...

    reference.aspose.com/words/net/aspose.words.loa...
  8. Aspose::Words::PlainTextDocument class | Aspose...

    Aspose::Words::PlainTextDocument class. Allows to extract plain-text representation of the Document's content. To learn more, visit the Documentation article in C++....plain-text representation of the document’s content. To learn more,...the Working with Text Document documentation article. class PlainTextDocument...

    reference.aspose.com/words/cpp/aspose.words/pla...
  9. 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...
  10. 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...That ( doc . Range . Text . Trim (), Is . EqualTo ( "Hello world...

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