Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 4,401 for

trim document

(0.27 sec)
  1. Aspose::Words::Notes::Footnote::get_NodeType me...

    Aspose::Words::Notes::Footnote::get_NodeType method. Returns Footnote in C++....{ auto doc = MakeObject < Document > ( MyDir + u "Paragraphs...contain child nodes, such as the document itself, is composite. ASSERT_TRUE...

    reference.aspose.com/words/cpp/aspose.words.not...
  2. Aspose::Words::CompositeNode::get_IsComposite m...

    Aspose::Words::CompositeNode::get_IsComposite method. Returns true as this node can have child nodes in C++....{ auto doc = MakeObject < Document > ( MyDir + u "Paragraphs...contain child nodes, such as the document itself, is composite. ASSERT_TRUE...

    reference.aspose.com/words/cpp/aspose.words/com...
  3. SpecialChar | Aspose.Words for Java

    Base class for special characters in the Document in Java....special characters in the document. To learn more, visit the...Aspose.Words Document Object Model (DOM) documentation article. Remarks:...

    reference.aspose.com/words/java/com.aspose.word...
  4. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_FindWholeWordsOnly method. True indicates the oldValue must be a standalone word in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...Louisville." ), doc -> GetText (). Trim ()); See Also Class FindReplaceOptions...

    reference.aspose.com/words/cpp/aspose.words.rep...
  5. Aspose::Words::Replacing::IReplacingCallback In...

    Implement this interface if you want to have your own custom method called during a find and replace operation....) { auto doc = MakeObject<Document>(MyDir + u "Header and footer...) { auto doc = MakeObject<Document>(); auto builder = MakeOb...

    reference.aspose.com/words/cpp/class/aspose.wor...
  6. Read data between 2 string using Aspose word c#...

    Hi, I want read data between 2 string of word Document using c# Please find attached screenshot For eg: i need data between below 2 strings a) “COMPANY PROFILE & PROFILE SUMMARY :” and "NON-COOPERATION WITH PREVIO…...data between 2 string of word document using c# Please find attached...es-in-a-document/ But as I can see in your document the content...

    forum.aspose.com/t/read-data-between-2-string-u...
  7. Aspose::Words::Tables::RowCollection Class Refe...

    Provides typed access to a collection of Row nodes....through all tables in the document and print the contents of...cell. auto doc = MakeObject<Document>(MyDir + u "Tables.docx" );...

    reference.aspose.com/words/cpp/class/aspose.wor...
  8. Document.FieldOptions | Aspose.Words for .NET

    Document FieldOptions property. Gets a FieldOptions object that represents options to control field handling in the Document in C#....FieldOptions Contents [ Hide ] Document.FieldOptions property Gets...control field handling in the document. public FieldOptions FieldOptions...

    reference.aspose.com/words/net/aspose.words/doc...
  9. 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...
  10. CompositeNode.GetText | Aspose.Words for .NET

    CompositeNode GetText method. Gets the text of this node and of all its children in C#.... Document doc = new Document (); DocumentBuilder...ToString will give us the document's appearance if saved to a...

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