Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 2,314 for

trim document

(0.04 sec)
  1. 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...
  2. 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...
  3. 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...
  4. FindReplaceOptions.IgnoreFieldCodes | Aspose.Wo...

    Discover the FindReplaceOptions IgnoreFieldCodes property to easily manage text in field codes. Control visibility with a simple boolean setting!... Document doc = new Document (); DocumentBuilder...ignoreFieldCodes }; // Replace 'T' in document ignoring text inside field...

    reference.aspose.com/words/net/aspose.words.rep...
  5. Working with Text Document in Java|Aspose.Words...

    Advanced TXT Document processing, lists, BiDi, headers/footer, using Java....Ask AI Working with Text Document Contents [ Hide ] In this article...useful for working with a text document via Aspose.Words. Please note...

    docs.aspose.com/words/java/working-with-text-do...
  6. Aspose::Words::Settings::WriteProtection::get_I...

    Aspose::Words::Settings::WriteProtection::get_IsWriteProtected method. Returns true when a write protection password is set in C++....Examples Shows how to protect a document with a password. auto doc...doc = MakeObject < Document > (); auto builder = MakeObject < DocumentBuilder...

    reference.aspose.com/words/cpp/aspose.words.set...
  7. 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...
  8. OoxmlSaveOptions.Password | Aspose.Words for .NET

    Secure your Documents with OoxmlSaveOptions! Easily set a password for encryption using the ECMA376 Standard for enhanced data protection....Gets/sets a password to encrypt document using ECMA376 Standard encryption...} Remarks In order to save document without encryption this property...

    reference.aspose.com/words/net/aspose.words.sav...
  9. NodeList.GetEnumerator | Aspose.Words for .NET

    Effortlessly iterate through NodeList with the GetEnumerator method. Enjoy simple, efficient access to your collection of nodes in C#.... Document doc = new Document ( MyDir + "Tables...descendants of any table node in the document. NodeList nodeList = doc ...

    reference.aspose.com/words/net/aspose.words/nod...
  10. Aspose::Words::CompositeNode::get_LastChild met...

    Aspose::Words::CompositeNode::get_LastChild method. Gets the last child of the node in C++....section in the document. auto doc = MakeObject < Document > (); auto...the first one, leaving the document with only the second. ASSERT_EQ...

    reference.aspose.com/words/cpp/aspose.words/com...