IMergeField Interface |
Namespace: Spire.Doc.Interface
The IMergeField type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
CharacterFormat |
Gets text format.
(Inherited from
ITextRange
.)
|
|
|
Document |
Gets document of this entity.
(Inherited from
IDocumentObject
.)
|
|
|
DocumentObjectType |
Gets the type of the document object.
(Inherited from
IDocumentObject
.)
|
|
|
FieldName |
Returns or setsfield name
|
|
|
IsComposite |
Gets a value indicating whether this instance is composite.
(Inherited from
IDocumentObject
.)
|
|
|
NextSibling |
Gets the next sibling.
(Inherited from
IDocumentObject
.)
|
|
|
Owner |
Gets owner of this document object.
(Inherited from
IDocumentObject
.)
|
|
|
OwnerParagraph |
Gets the owner paragraph.
(Inherited from
IParagraphBase
.)
|
|
|
PreviousSibling |
Gets the previous sibling.
(Inherited from
IDocumentObject
.)
|
|
|
StyleName |
Gets the style name.
(Inherited from
IParagraphBase
.)
|
|
|
Text |
Returns or sets text.
(Inherited from
ITextRange
.)
|
|
|
TextAfter |
Gets or sets "text after" switching value
|
|
|
TextBefore |
Gets or sets "text before" switching value
|
|
|
Type |
Returns or sets field type
(Inherited from
IField
.)
|
| Name | Description | |
|---|---|---|
|
|
ApplyCharacterFormat |
Applies specified character format for current text range.
(Inherited from
ITextRange
.)
|
|
|
ApplyStyle |
Applys the character style.
(Inherited from
IParagraphBase
.)
|
|
|
Clone |
Creates a duplicate of the document object.
(Inherited from
IDocumentObject
.)
|
|
|
GetNextWidgetSibling |
Gets the next widget sibling.
(Inherited from
IDocumentObject
.)
|
|
|
GetPreviousWidgetSibling |
Gets the previous sibling.
(Inherited from
IDocumentObject
.)
|