FieldArgumentBuilder class
FieldArgumentBuilder class
Builds a complex field argument consisting of fields, nodes, and plain text. To learn more, visit the Working with Fields documentation article.
Constructors
Name | Description |
---|---|
FieldArgumentBuilder() | Initializes an instance of the FieldArgumentBuilder class. |
Methods
Name | Description |
---|---|
addField(fieldBuilder) | Adds a field represented by a FieldBuilder to the argument. |
addNode(node) | Adds a node to the argument. |
addText(text) | Adds a plain text to the argument. |
See Also
- module Aspose.Words.Fields