Sort Score
Result 10 results
Languages All
Labels All
Results 2,091 - 2,100 of 22,382 for

merge

(1.53 sec)
  1. FieldMergeField.IsVerticalFormatting | Aspose.W...

    Discover how the FieldMergeField IsVerticalFormatting property enhances text display by enabling character conversion for vertical formatting. Optimize your formatting today!...MERGEFIELD fields to perform a mail merge. Document doc = new Document...table to be used as a mail merge data source. DataTable table...

    reference.aspose.com/words/net/aspose.words.fie...
  2. MailMergeRegionInfo.StartField | Aspose.Words f...

    Discover the MailMergeRegionInfo StartField property—efficiently retrieve the starting field for your Merge regions and streamline your document automation....Examples Shows how to verify mail merge regions. Document doc = new...new Document ( MyDir + "Mail merge regions.docx" ); // Returns a...

    reference.aspose.com/words/net/aspose.words.mai...
  3. MailMergeRegionInfo.Fields | Aspose.Words for .NET

    Discover the MailMergeRegionInfo Fields property, easily access and manage child fields for efficient document automation and enhanced productivity....Examples Shows how to verify mail merge regions. Document doc = new...new Document ( MyDir + "Mail merge regions.docx" ); // Returns a...

    reference.aspose.com/words/net/aspose.words.mai...
  4. MailMerge.RestartListsAtEachSection | Aspose.Wo...

    Discover the MailMerge RestartListsAtEachSection property—control list resets in each section for seamless mail Merges. Enhance your document precision today!...section after executing of a mail merge. public bool RestartListsAtEachSe...restarted at each section when mail merge is performed. Document doc =...

    reference.aspose.com/words/net/aspose.words.mai...
  5. Concatenate Two PDF Files|Aspose.PDF for Python...

    Concatenate two PDF files into a single document using Aspose.PDF for Python....Python, you can programmatically merge two PDFs into a single document...Create a PdfFileEditor Object. Merge Two PDF Files. import aspose...

    docs.aspose.com/pdf/python-net/concatenate-two-...
  6. CellMerge Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Tables.CellMerge enum for efficient table cell merging. Enhance your document layouts with seamless integration and flexibility....Specifies how a cell in a table is merged with other cells. public enum...Description None 0 The cell is not merged. First 1 The cell is the first...

    reference.aspose.com/words/net/aspose.words.tab...
  7. FieldGreetingLine.GetFieldNames | Aspose.Words ...

    Discover the GetFieldNames method in FieldGreetingLine, which efficiently retrieves a collection of mail Merge field names for seamless data integration....Returns a collection of mail merge field names used by the field...a data source during a mail merge, like a MERGEFIELD. // It can...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Aspose::Words::MailMerging::IMailMergeDataSourc...

    Aspose::Words::MailMerging::IMailMergeDataSource::get_TableName method. Returns the name of the data source in C++....name to match against the mail merge region name specified in the...data source name and the mail merge region name is not case sensitive...

    reference.aspose.com/words/cpp/aspose.words.mai...
  9. MailMerge.TrimWhitespaces | Aspose.Words for .NET

    Optimize your mail Merge process with the TrimWhitespaces property, ensuring clean data by removing leading and trailing spaces for accurate results....whitespaces are trimmed from mail merge values. public bool TrimWhitespaces...source while executing a mail merge. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words.mai...
  10. Document bookmark misplaced in the last documen...

    We encountered an issue when document bookmark in the last document is misplaced after calls to document.appendDocument() Expected bookmark location same as before the Merge. Actual bookmark location - after the two im…...location same as before the merge. Actual bookmark location -...getHeadersFooters().linkToPrevious(false); // merge the documents destinationDoc...

    forum.aspose.com/t/document-bookmark-misplaced-...