menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IWMergeField - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IWMergeField

    Represents a mail merge field.

    Inherited Members
    IEntity.Clone()
    IEntity.Document
    IEntity.EntityType
    IEntity.IsComposite
    IEntity.NextSibling
    IEntity.Owner
    IEntity.PreviousSibling
    IParagraphItem.IsDeleteRevision
    IParagraphItem.IsInsertRevision
    IParagraphItem.OwnerParagraph
    IWField.FieldCode
    IWField.FieldType
    IWField.TextFormat
    IWField.Unlink()
    IWField.Update()
    IWTextRange.ApplyCharacterFormat(WCharacterFormat)
    IWTextRange.CharacterFormat
    IWTextRange.Text
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Portable.dll
    Syntax
    public interface IWMergeField : IWField, IWTextRange, IParagraphItem, IEntity

    Properties

    DateFormat

    Gets the date format of the merge field. Read-only.

    Declaration
    string DateFormat { get; }
    Property Value
    Type
    System.String

    FieldName

    Gets or sets mail merge field name.

    Declaration
    string FieldName { get; set; }
    Property Value
    Type
    System.String

    NumberFormat

    Gets the number format of the merge field. Read-only.

    Declaration
    string NumberFormat { get; }
    Property Value
    Type
    System.String

    Prefix

    Gets the prefix of merge field. Read-only.

    Declaration
    string Prefix { get; }
    Property Value
    Type
    System.String

    TextAfter

    Gets or sets the text that is displayed after the merge field.

    Declaration
    string TextAfter { get; set; }
    Property Value
    Type
    System.String

    TextBefore

    Gets or sets the text that is displayed before the merge field.

    Declaration
    string TextBefore { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved