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.
FieldArgumentBuilderaddText(java.lang.String text)
           Adds a plain text to the argument.
voidbuildBlock(aspose.obfuscated.type documentBuilder)
          Reserved for internal use.
 

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.

addText

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

buildBlock

public void buildBlock(aspose.obfuscated.type documentBuilder)
               throws java.lang.Exception
Reserved for internal use.

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