Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 4,404 for

trim document

(0.15 sec)
  1. Range.Delete | Aspose.Words for .NET API 参考

    Range 方法. 删除范围内的所有字符... Document doc = new Document (); DocumentBuilder...\fSection 2." , doc . GetText (). Trim ()); // 通过删除所有节点来完全删除第一部分 //...

    reference.aspose.com/words/zh/net/aspose.words/...
  2. Aspose::Words::PlainTextDocument Class Referenc...

    Allows to extract plain-text representation of the Document's content....plain-text representation of the document's content. Examples Shows...Word document in plaintext. auto doc = MakeObject<Document>();...

    reference.aspose.com/words/cpp/class/aspose.wor...
  3. Aspose::Words::Loading::TxtLoadOptions::get_Tra...

    Aspose::Words::Loading::TxtLoadOptions::get_TrailingSpacesOptions method. Gets or sets preferred option of a trailing space handling. Default value is Trim in C++.... Default value is Trim . Aspose :: Words :: Loading...how to trim whitespace when loading plaintext documents. String...

    reference.aspose.com/words/cpp/aspose.words.loa...
  4. Node.GetText | Aspose.Words for .NET

    Node GetText method. Gets the text of this node and of all its children in C#.... Document doc = new Document (); DocumentBuilder...again!" ); // Converting the document to text form reveals that...

    reference.aspose.com/words/net/aspose.words/nod...
  5. Aspose::Words::RevisionCollection::get_Count me...

    Aspose::Words::RevisionCollection::get_Count method. Returns the number of revisions in the collection in C++....revisions in a document. auto doc = MakeObject < Document > (); auto...); // Normal editing of the document does not count as a revision...

    reference.aspose.com/words/cpp/aspose.words/rev...
  6. Aspose::Words::Section::ClearContent method | A...

    Aspose::Words::Section::ClearContent method. Clears the section in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...world!" , doc -> GetText (). Trim ()); ASSERT_EQ ( 1 , doc ->...

    reference.aspose.com/words/cpp/aspose.words/sec...
  7. TxtTrailingSpacesOptions | Aspose.Words for Java

    Specifies available options for trailing spaces handling during import from LoadFormat.TEXT file in Java....how to trim whitespace when loading plaintext documents. String...object, which we can pass to a document's constructor // to modify...

    reference.aspose.com/words/java/com.aspose.word...
  8. Aspose::Words::Revision::get_DateTime method | ...

    Aspose::Words::Revision::get_DateTime method. Gets or sets the date/time of this revision in C++....revisions in a document. auto doc = MakeObject < Document > (); auto...); // Normal editing of the document does not count as a revision...

    reference.aspose.com/words/cpp/aspose.words/rev...
  9. Body - Aspose.Words for Java - API Reference

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word Documents using Java....DigitalSignatureUtil DocSaveOptions Document DocumentBase DocumentBuilder...Aspose.Words document by hand. Document doc = new Document(); // A...

    reference.aspose.com/words/java/com.aspose.word...
  10. ComHelper | Aspose.Words for .NET

    ComHelper constructor. Initializes a new instance of this class in C#....Examples Shows how to open documents using the ComHelper class...ComHelper class allows us to load documents from within COM clients. ComHelper...

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