The IInfigoTextField type exposes the following members.

Methods

  NameDescription
CreateProperty
This function creates a new field property of the given type. The name must be unique and not in use in the current context.
(Inherited from IInfigoField.)

Properties

  NameDescription
BorderColours
The possible border colours to choose from as text. See for more information on those items. It might be possible, that there are no alternative colours to set, in which case the doesn't return any alternatives and setting a value does nothing.
(Inherited from IInfigoField.)
BoxShadowColours
The possible box shadow colours to choose from as text. See for more information on those items. It might be possible, that there are no alternative colours to set, in which case the doesn't return any alternatives and setting a value does nothing.
(Inherited from IInfigoField.)
FillColours
The possible background fill colours to choose from as text. See for more information on those items. It might be possible, that there are no alternative colours to set, in which case the doesn't return any alternatives and setting a value does nothing.
(Inherited from IInfigoField.)
Fonts
The possible font faces to choose from as text. It might be possible, that there are no alternative fonts to set, in which case the doesn't return any alternatives and setting a value does nothing.
(Inherited from IInfigoTextFieldBase.)
FontSize
Set and get the default font size for the field.
(Inherited from IInfigoTextFieldBase.)
ID
The unique field id.
(Inherited from IInfigoField.)
Name
The object name (field name or variable name).
(Inherited from IInfigoPropertyControl.)
Page
The page number, on which the field is placed.
(Inherited from IInfigoField.)
Properties
The object properties (field or variable properties).
(Inherited from IInfigoPropertyControl.)
TextColours
The possible text colours to choose from as text. See for more information on those items. It might be possible, that there are no alternative colours to set, in which case the doesn't return any alternatives and setting a value does nothing.
(Inherited from IInfigoTextFieldBase.)
TextShadowColours
The possible text shadow colours to choose from as text. See for more information on those items. It might be possible, that there are no alternative colours to set, in which case the doesn't return any alternatives and setting a value does nothing.
(Inherited from IInfigoTextFieldBase.)
Value
The value of the text field.

See Also