com.aspose.words
Class FieldArgumentBuilder

java.lang.Object
    extended by com.aspose.words.FieldArgumentBuilder

public class FieldArgumentBuilder 
extends java.lang.Object

Builds a complex field argument consisting of fields, nodes, and plain text.

Constructor Summary
FieldArgumentBuilder()
           Initializes an instance of the FieldArgumentBuilder class.
 
Method Summary
FieldArgumentBuilderaddField(FieldBuilder fieldBuilder)
           Adds a field represented by a FieldBuilder to the argument.
FieldArgumentBuilderaddNode(Inline node)
           Adds a node to the argument.
FieldArgumentBuilderaddText(java.lang.String text)
           Adds a plain text to the argument.
 

Constructor Detail

FieldArgumentBuilder

public FieldArgumentBuilder()
Initializes an instance of the FieldArgumentBuilder class.

Method Detail

addField

public FieldArgumentBuilder addField(FieldBuilder fieldBuilder)
Adds a field represented by a FieldBuilder to the argument.

addNode

public FieldArgumentBuilder addNode(Inline node)
Adds a node to the argument. Only text level nodes are supported at the moment.

addText

public FieldArgumentBuilder addText(java.lang.String text)
Adds a plain text to the argument.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.