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

trim document

(0.37 sec)
  1. structureddocumenttagrangestart - Aspose.Words ...

    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...start of ranged structured document tag which accepts multi-sections...

    reference.aspose.com/words/java/com.aspose.word...
  2. Aspose::Words::Saving::DocSaveOptions Class Ref...

    Can be used to specify additional options when saving a Document into the Doc or Dot format....additional options when saving a document into the Doc or Dot format...formats. auto doc = MakeObject<Document>(); auto builder = MakeOb...

    reference.aspose.com/words/cpp/class/aspose.wor...
  3. Aspose::Words::NodeImporter Class Reference - A...

    Allows to efficiently perform repeated import of nodes from one Document to another....repeated import of nodes from one document to another. Aspose.Words provides...fragments between Microsoft Word documents. This is known as "importing...

    reference.aspose.com/words/cpp/class/aspose.wor...
  4. LINQ Reporting Engine - Is it possible to acces...

    Hi Aspose, I’m using Java to generate Documents. To be able to do so, I have to pass a Document object and data source to ReportingEngine. I want to ask if there’s any way to access that Document object from the templat…...Document from the template Aspose.Words...I’m using Java to generate documents. To be able to do so, I have...

    forum.aspose.com/t/linq-reporting-engine-is-it-...
  5. 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...
  6. Aspose::Words::Body::EnsureMinimum method | Asp...

    Aspose::Words::Body::EnsureMinimum method. If the last child is not a paragraph, creates and appends one empty paragraph in C++....from all sections from the document leaving the sections themselves...MakeObject < Document > (); // A blank document contains one...

    reference.aspose.com/words/cpp/aspose.words/bod...
  7. Aspose::Words::Markup::StructuredDocumentTagRan...

    Represents an end of ranged structured Document tag which accepts multi-sections content. See also StructuredDocumentTagRangeStart node....an end of ranged structured document tag which accepts multi-sections...structured document tags. auto doc = MakeObject<Document>(MyDir +...

    reference.aspose.com/words/cpp/class/aspose.wor...
  8. 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...
  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. Section.EnsureMinimum | Aspose.Words for .NET

    Section EnsureMinimum method. Ensures that the section has Body with one Paragraph in C#.... Document doc = new Document (); // A blank document comes...We can add contents to this document by adding elements such as...

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