Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 2,317 for

trim document

(0.05 sec)
  1. MailMerge.UnconditionalMergeFieldsAndRegions | ...

    Discover how MailMerge's UnconditionalMergeFieldsAndRegions property enhances Document automation by merging fields and regions without conditional limits.... Document doc = new Document (); DocumentBuilder...\u0015" , doc . GetText (). Trim ()); See Also class MailMerge...

    reference.aspose.com/words/net/aspose.words.mai...
  2. FieldMergeField.TextBefore | Aspose.Words for .NET

    Discover the FieldMergeField TextBefore property to easily customize text insertion before fields, enhancing your Document's clarity and professionalism.... Document doc = new Document (); DocumentBuilder...Cardholder:" , doc . GetText (). Trim ()); See Also class FieldMergeField...

    reference.aspose.com/words/net/aspose.words.fie...
  3. HtmlSaveOptions.ExportHeadersFootersMode | Aspo...

    Discover how the HtmlSaveOptions ExportHeadersFootersMode property optimizes header and footer output for HTML, MHTML, and EPUB formats. Maximize your Document's presentation!...saving a document to HTML. Document doc = new Document ( MyDir...footer types.docx" ); // This document contains headers and footers...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_IgnoreDeleted method. Gets or sets a boolean value indicating either to ignore text inside delete revisions. The default value is false in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...paragraph will persist in the document until we accept the delete...

    reference.aspose.com/words/cpp/aspose.words.rep...
  5. DocumentBuilder.moveToDocumentEnd method | Aspo...

    DocumentBuilder.moveToDocumentEnd method. Moves the cursor to the end of the Document....the cursor to the end of the document. moveToDocumentEnd () Examples...Examples Shows how to move a document builder’s cursor to different...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose::Words::Tables::CellCollection::ToArray ...

    Aspose::Words::Tables::CellCollection::ToArray method. Copies all cells from the collection to a new array of cells in C++....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/aspose.words.tab...
  7. Back to TOC shortcut is taking cursor to Ending...

    I have used below code to insert Back to TOC shortcut after every paragraph. I want to insert at end of every paragraph a shortcut which will take the users to starting of TOC. But instead it is taking to ending of TOC. …...have attached my code and the document. foreach (Paragraph paragraph...paragraph.ToString(SaveFormat.Text).Trim(); // Check if the paragraph...

    forum.aspose.com/t/back-to-toc-shortcut-is-taki...
  8. DocumentBuilder.currentNode property | Aspose.W...

    DocumentBuilder.currentNode property. Gets the node that is currently selected in this DocumentBuilder....a paragraph or structured document tag, DocumentBuilder.currentNode...Examples Shows how to move a document builder’s cursor to different...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::DocumentBuilder::MoveToDocumentS...

    Aspose::Words::DocumentBuilder::MoveToDocumentStart method. Moves the cursor to the beginning of the Document in C++....cursor to the beginning of the document. void Aspose :: Words :: DocumentBuilder...Examples Shows how to move a document builder’s cursor to different...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. ReplacingArgs.MatchOffset | Aspose.Words for .NET

    Discover the ReplacingArgs MatchOffset property, easily find the zero-based starting position of matches in your nodes for efficient data handling....ConvertNumbersToHexa () { Document doc = new Document (); DocumentBuilder...0x43E3." , doc . GetText (). Trim ()); Assert . AreEqual ( 4 ...

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