FormFieldFacade

FormFieldFacade class

Class for representing field properties.

The FormFieldFacade type exposes the following members:

Constructors

NameDescription
FormFieldFacade()Initializes a new instance of the FormFieldFacade class

Properties

NameDescription
border_colorThe color of a field border.
border_styleThe style of a field border.
border_widthThe width of a field border.
fontThe font type of a field text.
custom_fontGets or sets name of the font when this is non-standart (other then 14 standard fonts).
font_sizeThe size of a field text.
text_colorThe color of the field text.
text_encodingThe text encoding type of the field text.
alignmentThe alignment of a field text, default is left alignment.
rotationThe rotation of a field text.
captionThe normal caption of form field.
button_styleThe style of check box or radio box field, defined by FormFieldFacade.CheckBoxStyle*.
boxA rectangle object holding field’s location.
positionA rectangle object holding field’s location.
page_numberAn integer value holding the number of page on which field locates.
itemsAn array of string, each representing an option of a combo box/list/radio box field.
export_itemsThe options for adding a list/combo/radio box
background_colorThe color of a field background, default is white.
backgroud_colorObsolete property. Use BackgroundColor.
BORDER_WIDTH_UNDIFIEDUndefined border width.
BORDER_WIDTH_UNDEFINEDUndefined border width.
BORDER_WIDTH_THINDefines a thin border width.
BORDER_WIDTH_MEDIUMDefines a medium border width.
BORDER_WIDTH_THICKDefines a thick border width.
BORDER_STYLE_SOLIDDefines a solid border style.
BORDER_STYLE_DASHEDDefines a dashed border style.
BORDER_STYLE_BEVELEDDefines a beveled border style.
BORDER_STYLE_INSETDefines an inseted border style.
BORDER_STYLE_UNDERLINEDefines an underlined border style.
BORDER_STYLE_UNDEFINEDUndefined border style.
ALIGN_LEFTDefines aglignment to left style.
ALIGN_CENTERDefines aglignment to center style.
ALIGN_RIGHTDefines aglignment to right style.
ALIGN_UNDEFINEDUndefined aglignment style.
ALIGN_JUSTIFIEDDefines text justification alignment style.
ALIGN_TOPDefines vertical aglignment as top style.
ALIGN_MIDDLEDefines vertical aglignment as middle style.
ALIGN_BOTTOMDefines vertical aglignment as bottom style.
CHECK_BOX_STYLE_CIRCLEDefines a circle check box style.
CHECK_BOX_STYLE_CHECKDefines the shape of a check box field when it checked.
CHECK_BOX_STYLE_CROSSDefines a cross check box style.
CHECK_BOX_STYLE_DIAMONDDefines a diamond check box style.
CHECK_BOX_STYLE_STARDefines a star check box style.
CHECK_BOX_STYLE_SQUAREDefines a square check box style.
CHECK_BOX_STYLE_UNDEFINEDDefines an undefined check box style.

Methods

NameDescription
reset()Reset all visual attribtues to empty value.

See Also