FieldBuilder Methods

The FieldBuilder type exposes the following members.

Methods
  NameDescription
Public methodCode exampleAddArgument(Double)
Adds a field's argument.
Public methodCode exampleAddArgument(Int32)
Adds a field's argument.
Public methodCode exampleAddArgument(String)
Adds a field's argument.
Public methodCode exampleAddArgument(FieldArgumentBuilder)
Adds a field's argument represented by FieldArgumentBuilder to the field's code.
Public methodCode exampleAddArgument(FieldBuilder)
Adds a child field represented by another FieldBuilder to the field's code.
Public methodCode exampleAddSwitch(String)
Adds a field's switch.
Public methodCode exampleAddSwitch(String, Double)
Adds a field's switch.
Public methodCode exampleAddSwitch(String, Int32)
Adds a field's switch.
Public methodCode exampleAddSwitch(String, String)
Adds a field's switch.
Public methodCode exampleBuildAndInsert(Inline)
Builds and inserts a field into the document before the specified inline node.
Public methodCode exampleBuildAndInsert(Paragraph)
Builds and inserts a field into the document to the end of the specified paragraph.
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also