Click or drag to resize

IMergeField Interface

Interface publishes merge field functionality

Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public interface IMergeField : IField, 
	ITextRange, IParagraphBase, IDocumentObject

The IMergeField type exposes the following members.

Properties
Name Description
Public property CharacterFormat
Gets text format.
(Inherited from ITextRange .)
Public property Document
Gets document of this entity.
(Inherited from IDocumentObject .)
Public property DocumentObjectType
Gets the type of the document object.
(Inherited from IDocumentObject .)
Public property FieldName
Returns or setsfield name
Public property IsComposite
Gets a value indicating whether this instance is composite.
(Inherited from IDocumentObject .)
Public property NextSibling
Gets the next sibling.
(Inherited from IDocumentObject .)
Public property Owner
Gets owner of this document object.
(Inherited from IDocumentObject .)
Public property OwnerParagraph
Gets the owner paragraph.
(Inherited from IParagraphBase .)
Public property PreviousSibling
Gets the previous sibling.
(Inherited from IDocumentObject .)
Public property StyleName
Gets the style name.
(Inherited from IParagraphBase .)
Public property Text
Returns or sets text.
(Inherited from ITextRange .)
Public property TextAfter
Gets or sets "text after" switching value
Public property TextBefore
Gets or sets "text before" switching value
Public property Type
Returns or sets field type
(Inherited from IField .)
Top
Methods
Name Description
Public method ApplyCharacterFormat
Applies specified character format for current text range.
(Inherited from ITextRange .)
Public method ApplyStyle
Applys the character style.
(Inherited from IParagraphBase .)
Public method Clone
Creates a duplicate of the document object.
(Inherited from IDocumentObject .)
Public method GetNextWidgetSibling
Gets the next widget sibling.
(Inherited from IDocumentObject .)
Public method GetPreviousWidgetSibling
Gets the previous sibling.
(Inherited from IDocumentObject .)
Top
See Also