FormFieldFacade Class |
Namespace: Aspose.Pdf.Facades
The FormFieldFacade type exposes the following members.
Name | Description | |
---|---|---|
![]() | FormFieldFacade | Initializes a new instance of the FormFieldFacade class |
Name | Description | |
---|---|---|
![]() | Alignment |
The alignment of a field text, default is left alignment.
|
![]() | BackgroudColor | Obsolete.
Obsolete property. Use BackgroundColor.
|
![]() | BackgroundColor |
The color of a field background, default is white.
|
![]() | BorderColor |
The color of a field border.
|
![]() | BorderStyle |
The style of a field border.
|
![]() | BorderWidth |
The width of a field border.
|
![]() | Box |
A rectangle object holding field's location.
|
![]() | ButtonStyle |
The style of check box or radio box field, defined by FormFieldFacade.CheckBoxStyle*.
|
![]() | Caption |
The normal caption of form field.
|
![]() | CustomFont |
Gets or sets name of the font when this is non-standart (other then 14 standard fonts).
|
![]() | ExportItems | The options for adding a list/combo/radio box |
![]() | Font |
The font type of a field text.
|
![]() | FontSize |
The size of a field text.
|
![]() | Items |
An array of string, each representing an option of a combo box/list/radio box field.
|
![]() | PageNumber |
An integer value holding the number of page on which field locates.
|
![]() | Position |
A rectangle object holding field's location.
|
![]() | Rotation |
The rotation of a field text.
|
![]() | TextColor |
The color of the field text.
|
![]() | TextEncoding |
The text encoding type of the field text.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Reset |
Reset all visual attribtues to empty value.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | AlignBottom |
Defines vertical aglignment as bottom style.
|
![]() ![]() | AlignCenter |
Defines aglignment to center style.
|
![]() ![]() | AlignJustified |
Defines text justification alignment style.
|
![]() ![]() | AlignLeft |
Defines aglignment to left style.
|
![]() ![]() | AlignMiddle |
Defines vertical aglignment as middle style.
|
![]() ![]() | AlignRight |
Defines aglignment to right style.
|
![]() ![]() | AlignTop |
Defines vertical aglignment as top style.
|
![]() ![]() | AlignUndefined |
Undefined aglignment style.
|
![]() ![]() | BorderStyleBeveled |
Defines a beveled border style.
|
![]() ![]() | BorderStyleDashed |
Defines a dashed border style.
|
![]() ![]() | BorderStyleInset |
Defines an inseted border style.
|
![]() ![]() | BorderStyleSolid |
Defines a solid border style.
|
![]() ![]() | BorderStyleUndefined |
Undefined border style.
|
![]() ![]() | BorderStyleUnderline |
Defines an underlined border style.
|
![]() ![]() | BorderWidthMedium |
Defines a medium border width.
|
![]() ![]() | BorderWidthThick |
Defines a thick border width.
|
![]() ![]() | BorderWidthThin |
Defines a thin border width.
|
![]() ![]() | BorderWidthUndefined |
Undefined border width.
|
![]() ![]() | BorderWidthUndified | Obsolete.
Undefined border width.
|
![]() ![]() | CheckBoxStyleCheck |
Defines the shape of a check box field when it checked.
|
![]() ![]() | CheckBoxStyleCircle |
Defines a circle check box style.
|
![]() ![]() | CheckBoxStyleCross |
Defines a cross check box style.
|
![]() ![]() | CheckBoxStyleDiamond |
Defines a diamond check box style.
|
![]() ![]() | CheckBoxStyleSquare |
Defines a square check box style.
|
![]() ![]() | CheckBoxStyleStar |
Defines a star check box style.
|
![]() ![]() | CheckBoxStyleUndefined |
Defines an undefined check box style.
|