FieldArgumentBuilder
Overview
FieldArgumentBuilder is a class in Aspose.Words FOSS for .NET.
Inherits from: IFieldBuildingBlock.
Builds a complex field argument consisting of fields, nodes, and plain text.
This class provides 4 methods for working with FieldArgumentBuilder objects in .NET programs.
Available methods include: AddField, AddNode, AddText, FieldArgumentBuilder.
All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.
Methods
| Signature | Description |
|---|---|
FieldArgumentBuilder() | Initializes an instance of the FieldArgumentBuilder class. |
AddText(text: string) | Adds a plain text to the argument. |
AddNode(node: Inline) | Adds a node to the argument. |
AddField(fieldBuilder: FieldBuilder) | Adds a field represented by a FieldBuilder to the argument. |