Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 2,011 for

trim document

(0.08 sec)
  1. Document.firstSection property | Aspose.Words f...

    Document.firstSection property. Gets the first section in the Document....firstSection property Document.firstSection property Gets the...the first section in the document. get firstSection () : Aspose...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. 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...
  3. Aspose::Words::Saving::DocSaveOptions::DocSaveO...

    Aspose::Words::Saving::DocSaveOptions::DocSaveOptions constructor. Initializes a new instance of this class that can be used to save a Document in the Doc format in C++....that can be used to save a document in the Doc format. Aspose...formats. auto doc = MakeObject < Document > (); auto builder = MakeObject...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. PlainTextDocument.CustomDocumentProperties | As...

    Discover how to access CustomDocumentProperties in PlainTextDocument for enhanced Document management and customization. Unlock your Document's potential!...CustomDocumentProper of the document. public CustomDocumentProper...contents of a Microsoft Word document in plaintext and then access...

    reference.aspose.com/words/net/aspose.words/pla...
  5. FindReplaceOptions | Aspose.Words for Java

    Specifies options for find/replace operations in Java....visit the Find and Replace documentation article. Examples: Shows...find-and-replace operation. Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  6. Aspose::Words::PlainTextDocument::get_CustomDoc...

    Aspose::Words::PlainTextDocument::get_CustomDocumentProperties method. Gets CustomDocumentProperties of the Document in C++....CustomDocumentProper of the document. System :: SharedPtr < Aspose...contents of a Microsoft Word document in plaintext and then access...

    reference.aspose.com/words/cpp/aspose.words/pla...
  7. Aspose::Words::Range::get_Text method | Aspose....

    Aspose::Words::Range::get_Text method. Gets the text of the range in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...get_Range () -> get_Text (). Trim ()); See Also Class Range Namespace...

    reference.aspose.com/words/cpp/aspose.words/ran...
  8. Paragraph | Aspose.Words for Java

    Represents a paragraph of text in Java....Working with Paragraphs documentation article. Remarks: Paragraph...paragraph invalid when the document is opened in Microsoft Word...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose::Words::Replacing::ReplacingArgs::get_Re...

    Aspose::Words::Replacing::ReplacingArgs::get_Replacement method. Gets or sets the replacement string in C++....{ auto doc = MakeObject < Document > (); auto builder = MakeObject...opening!" , doc -> GetText (). Trim ()); ASSERT_EQ ( String ( u...

    reference.aspose.com/words/cpp/aspose.words.rep...
  10. RunCollection | Aspose.Words for Java

    Provides typed access to a collection of Run nodes in Java....the Programming with Documents documentation article. Examples:...an inline node. Document doc = new Document(getMyDir() + "Revision...

    reference.aspose.com/words/java/com.aspose.word...