Class FormFieldFacade
Contents
[
Hide
]FormFieldFacade class
Class for representing field properties.
public sealed class FormFieldFacade
Constructors
| Name | Description |
|---|---|
| FormFieldFacade() | The default constructor. |
Properties
| Name | Description |
|---|---|
| Alignment { get; set; } | The alignment of a field text, default is left alignment. |
| BackgroundColor { get; set; } | The color of a field background, default is white. |
| BorderColor { get; set; } | The color of a field border. |
| BorderStyle { get; set; } | The style of a field border. |
| BorderWidth { get; set; } | The width of a field border. |
| Box { get; set; } | A rectangle object holding field’s location. |
| ButtonStyle { get; set; } | The style of check box or radio box field, defined by FormFieldFacade.CheckBoxStyle*. |
| Caption { get; set; } | The normal caption of form field. |
| CustomFont { get; set; } | Gets or sets name of the font when this is non-standart (other then 14 standard fonts). |
| ExportItems { get; set; } | The options for adding a list/combo/radio box |
| Font { get; set; } | The font type of a field text. |
| FontSize { get; set; } | The size of a field text. |
| Items { get; set; } | An array of string, each representing an option of a combo box/list/radio box field. |
| PageNumber { get; set; } | An integer value holding the number of page on which field locates. |
| Position { get; set; } | A rectangle object holding field’s location. |
| Rotation { get; set; } | The rotation of a field text. |
| TextColor { get; set; } | The color of the field text. |
| TextEncoding { get; set; } | The text encoding type of the field text. |
Methods
| Name | Description |
|---|---|
| Reset() | Reset all visual attribtues to empty value. |
Fields
| Name | Description |
|---|---|
| const AlignBottom | Defines vertical aglignment as bottom style. |
| const AlignCenter | Defines aglignment to center style. |
| const AlignJustified | Defines text justification alignment style. |
| const AlignLeft | Defines aglignment to left style. |
| const AlignMiddle | Defines vertical aglignment as middle style. |
| const AlignRight | Defines aglignment to right style. |
| const AlignTop | Defines vertical aglignment as top style. |
| const AlignUndefined | Undefined aglignment style. |
| const BorderStyleBeveled | Defines a beveled border style. |
| const BorderStyleDashed | Defines a dashed border style. |
| const BorderStyleInset | Defines an inseted border style. |
| const BorderStyleSolid | Defines a solid border style. |
| const BorderStyleUndefined | Undefined border style. |
| const BorderStyleUnderline | Defines an underlined border style. |
| const BorderWidthMedium | Defines a medium border width. |
| const BorderWidthThick | Defines a thick border width. |
| const BorderWidthThin | Defines a thin border width. |
| const BorderWidthUndefined | Undefined border width. |
| const CheckBoxStyleCheck | Defines the shape of a check box field when it checked. |
| const CheckBoxStyleCircle | Defines a circle check box style. |
| const CheckBoxStyleCross | Defines a cross check box style. |
| const CheckBoxStyleDiamond | Defines a diamond check box style. |
| const CheckBoxStyleSquare | Defines a square check box style. |
| const CheckBoxStyleStar | Defines a star check box style. |
| const CheckBoxStyleUndefined | Defines an undefined check box style. |
See Also
- namespace Aspose.Pdf.Facades
- assembly Aspose.PDF