Field (Object)

Member of:

Fields collection

Description:

The Field (Object) sets a computable field.

Example:

This example shows how to display fields with text messages (text labels):

try
{
ActiveDocument.Sections["Report"].PageHeader.Fields["Field"].Formula = "'This is a text label'"

ActiveDocument.Sections["Report"].Recalculate()
}
catch(e)
{
Console.Writeln(e.toString())
}

Methods:

Layer(Value As BqLayer value), Spring (Name As String), UnSpring ()

Properties:

Read-write: Formula as String, HorizontalAlignment as BqHorizontalAlignment (Number), Text as String, TextWrap as Boolean, VerticalAlignment as BqVerticalAlignment (Number)

Read-only: Name as String, Type as BqShapeType

Objects:

LineFormat object, FillFormat object, FontFormat object