Aspose::Pdf::Facades::FormFieldFacade class
Contents
[
Hide
]FormFieldFacade class
Class for representing field properties.
class FormFieldFacade : public System::Object
Methods
Method | Description |
---|---|
FormFieldFacade() | |
get_Alignment() const | The alignment of a field text, default is left alignment. |
get_BackgroundColor() const | The color of a field background, default is white. |
get_BorderColor() const | The color of a field border. |
get_BorderStyle() const | The style of a field border. |
get_BorderWidth() const | The width of a field border. |
get_Box() const | A rectangle object holding field’s location. |
get_ButtonStyle() const | The style of check box or radio box field, defined by FormFieldFacade.CheckBoxStyle*. |
get_Caption() const | The normal caption of form field. |
get_CustomFont() const | Gets name of the font when this is non-standart (other then 14 standard fonts). |
get_ExportItems() const | The options for adding a list/combo/radio box. |
get_Font() const | The font type of a field text. |
get_FontSize() const | The size of a field text. |
get_Items() const | An array of string, each representing an option of a combo box/list/radio box field. |
get_PageNumber() const | An integer value holding the number of page on which field locates. |
get_Position() const | A rectangle object holding field’s location. |
get_Rotation() const | The rotation of a field text. |
get_TextColor() const | The color of the field text. |
get_TextEncoding() const | The text encoding type of the field text. |
Reset() | Reset all visual attribtues to empty value. |
set_Alignment(int32_t) | The alignment of a field text, default is left alignment. |
set_BackgroundColor(System::Drawing::Color) | The color of a field background, default is white. |
set_BorderColor(System::Drawing::Color) | The color of a field border. |
set_BorderStyle(int32_t) | The style of a field border. |
set_BorderWidth(float) | The width of a field border. |
set_Box(System::Drawing::Rectangle) | A rectangle object holding field’s location. |
set_ButtonStyle(int32_t) | The style of check box or radio box field, defined by FormFieldFacade.CheckBoxStyle*. |
set_Caption(System::String) | The normal caption of form field. |
set_CustomFont(System::String) | Sets name of the font when this is non-standart (other then 14 standard fonts). |
set_ExportItems(System::ArrayPtr<System::ArrayPtr<System::String>>) | The options for adding a list/combo/radio box. |
set_Font(FontStyle) | The font type of a field text. |
set_FontSize(float) | The size of a field text. |
set_Items(System::ArrayPtr<System::String>) | An array of string, each representing an option of a combo box/list/radio box field. |
set_PageNumber(int32_t) | An integer value holding the number of page on which field locates. |
set_Position(System::ArrayPtr<float>) | A rectangle object holding field’s location. |
set_Rotation(int32_t) | The rotation of a field text. |
set_TextColor(System::Drawing::Color) | The color of the field text. |
set_TextEncoding(EncodingType) | The text encoding type of the field text. |
Fields
Field | Description |
---|---|
static constexpr AlignBottom | Defines vertical aglignment as bottom style. |
static constexpr AlignCenter | Defines aglignment to center style. |
static constexpr AlignJustified | Defines text justification alignment style. |
static constexpr AlignLeft | Defines aglignment to left style. |
static constexpr AlignMiddle | Defines vertical aglignment as middle style. |
static constexpr AlignRight | Defines aglignment to right style. |
static constexpr AlignTop | Defines vertical aglignment as top style. |
static constexpr AlignUndefined | Undefined aglignment style. |
static constexpr BorderStyleBeveled | Defines a beveled border style. |
static constexpr BorderStyleDashed | Defines a dashed border style. |
static constexpr BorderStyleInset | Defines an inseted border style. |
static constexpr BorderStyleSolid | Defines a solid border style. |
static constexpr BorderStyleUndefined | Undefined border style. |
static constexpr BorderStyleUnderline | Defines an underlined border style. |
static constexpr BorderWidthMedium | Defines a medium border width. |
static constexpr BorderWidthThick | Defines a thick border width. |
static constexpr BorderWidthThin | Defines a thin border width. |
static constexpr BorderWidthUndefined | Undefined border width. |
static constexpr CheckBoxStyleCheck | Defines the shape of a check box field when it checked. |
static constexpr CheckBoxStyleCircle | Defines a circle check box style. |
static constexpr CheckBoxStyleCross | Defines a cross check box style. |
static constexpr CheckBoxStyleDiamond | Defines a diamond check box style. |
static constexpr CheckBoxStyleSquare | Defines a square check box style. |
static constexpr CheckBoxStyleStar | Defines a star check box style. |
static constexpr CheckBoxStyleUndefined | Defines an undefined check box style. |
See Also
- Class Object
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++