FormFieldFacade
Overview
FormFieldFacade is a class in Aspose.PDF FOSS for C++.
This class provides 30 methods for working with FormFieldFacade objects in C++ programs.
Available methods include: Alignment, BorderStyle, BorderWidth, ButtonStyle, Caption, CustomFont, ExportItems, Font, FontSize, FormFieldFacade, Items, PageNumber, and 4 additional methods.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Accessor methods: AlignBottom, AlignCenter, AlignJustified, AlignLeft, AlignMiddle, AlignRight, and 20 more.
Accessor Methods
| Name | Type | Access | Description |
|---|---|---|---|
BorderWidthUndified | float | Read/Write | Gets or sets the border width undified. |
BorderWidthUndefined | float | Read/Write | Gets or sets the border width undefined. |
BorderWidthThin | float | Read/Write | Gets or sets the border width thin. |
BorderWidthMedium | float | Read/Write | Gets or sets the border width medium. |
BorderWidthThick | float | Read/Write | Gets or sets the border width thick. |
BorderStyleSolid | int | Read/Write | Gets or sets the border style solid. |
BorderStyleDashed | int | Read/Write | Gets or sets the border style dashed. |
BorderStyleBeveled | int | Read/Write | Gets or sets the border style beveled. |
BorderStyleInset | int | Read/Write | Gets or sets the border style inset. |
BorderStyleUnderline | int | Read/Write | Gets or sets the border style underline. |
BorderStyleUndefined | int | Read/Write | Gets or sets the border style undefined. |
AlignLeft | int | Read/Write | Gets or sets the align left. |
AlignCenter | int | Read/Write | Gets or sets the align center. |
AlignRight | int | Read/Write | Gets or sets the align right. |
AlignUndefined | int | Read/Write | Gets or sets the align undefined. |
AlignJustified | int | Read/Write | Gets or sets the align justified. |
AlignTop | int | Read/Write | Gets or sets the align top. |
AlignMiddle | int | Read/Write | Gets or sets the align middle. |
AlignBottom | int | Read/Write | Gets or sets the align bottom. |
CheckBoxStyleCircle | int | Read/Write | Gets or sets the check box style circle. |
CheckBoxStyleCheck | int | Read/Write | Gets or sets the check box style check. |
CheckBoxStyleCross | int | Read/Write | Gets or sets the check box style cross. |
CheckBoxStyleDiamond | int | Read/Write | Gets or sets the check box style diamond. |
CheckBoxStyleStar | int | Read/Write | Gets or sets the check box style star. |
CheckBoxStyleSquare | int | Read/Write | Gets or sets the check box style square. |
CheckBoxStyleUndefined | int | Read/Write | Gets or sets the check box style undefined. |
Methods
| Signature | Description |
|---|---|
FormFieldFacade() | Calls FormFieldFacade on this FormFieldFacade instance. |
Reset() | Calls Reset on this FormFieldFacade instance. |
BorderStyle() → int | Calls BorderStyle on this FormFieldFacade instance. |
BorderStyle(value: int) | Calls BorderStyle(value) on this FormFieldFacade instance. |
BorderWidth() → float | Calls BorderWidth on this FormFieldFacade instance. |
BorderWidth(value: float) | Calls BorderWidth(value) on this FormFieldFacade instance. |
Font() → FontStyle | Calls Font on this FormFieldFacade instance. |
Font(value: FontStyle) | Calls Font(value) on this FormFieldFacade instance. |
CustomFont() → std::string | Calls CustomFont on this FormFieldFacade instance. |
CustomFont(value: std::string) | Calls CustomFont(value) on this FormFieldFacade instance. |
FontSize() → float | Calls FontSize on this FormFieldFacade instance. |
FontSize(value: float) | Calls FontSize(value) on this FormFieldFacade instance. |
TextEncoding() → EncodingType | Calls TextEncoding on this FormFieldFacade instance. |
TextEncoding(value: EncodingType) | Calls TextEncoding(value) on this FormFieldFacade instance. |
Alignment() → int | Calls Alignment on this FormFieldFacade instance. |
Alignment(value: int) | Calls Alignment(value) on this FormFieldFacade instance. |
Rotation() → int | Calls Rotation on this FormFieldFacade instance. |
Rotation(value: int) | Calls Rotation(value) on this FormFieldFacade instance. |
Caption() → std::string | Calls Caption on this FormFieldFacade instance. |
Caption(value: std::string) | Calls Caption(value) on this FormFieldFacade instance. |
ButtonStyle() → int | Calls ButtonStyle on this FormFieldFacade instance. |
ButtonStyle(value: int) | Calls ButtonStyle(value) on this FormFieldFacade instance. |
Position() → std::vector<float> | Calls Position on this FormFieldFacade instance. |
Position(value: std::vector<float>) | Calls Position(value) on this FormFieldFacade instance. |
PageNumber() → int | Calls PageNumber on this FormFieldFacade instance. |
PageNumber(value: int) | Calls PageNumber(value) on this FormFieldFacade instance. |
Items() → std::vector<std::string> | Calls Items on this FormFieldFacade instance. |
Items(value: std::vector<std::string>) | Calls Items(value) on this FormFieldFacade instance. |
ExportItems() → std::vector<std::vector<std::string>> | Calls ExportItems on this FormFieldFacade instance. |
ExportItems(value: std::vector<std::vector<std::string>>) | Calls ExportItems(value) on this FormFieldFacade instance. |