FormFieldFacade

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

NameTypeAccessDescription
BorderWidthUndifiedfloatRead/WriteGets or sets the border width undified.
BorderWidthUndefinedfloatRead/WriteGets or sets the border width undefined.
BorderWidthThinfloatRead/WriteGets or sets the border width thin.
BorderWidthMediumfloatRead/WriteGets or sets the border width medium.
BorderWidthThickfloatRead/WriteGets or sets the border width thick.
BorderStyleSolidintRead/WriteGets or sets the border style solid.
BorderStyleDashedintRead/WriteGets or sets the border style dashed.
BorderStyleBeveledintRead/WriteGets or sets the border style beveled.
BorderStyleInsetintRead/WriteGets or sets the border style inset.
BorderStyleUnderlineintRead/WriteGets or sets the border style underline.
BorderStyleUndefinedintRead/WriteGets or sets the border style undefined.
AlignLeftintRead/WriteGets or sets the align left.
AlignCenterintRead/WriteGets or sets the align center.
AlignRightintRead/WriteGets or sets the align right.
AlignUndefinedintRead/WriteGets or sets the align undefined.
AlignJustifiedintRead/WriteGets or sets the align justified.
AlignTopintRead/WriteGets or sets the align top.
AlignMiddleintRead/WriteGets or sets the align middle.
AlignBottomintRead/WriteGets or sets the align bottom.
CheckBoxStyleCircleintRead/WriteGets or sets the check box style circle.
CheckBoxStyleCheckintRead/WriteGets or sets the check box style check.
CheckBoxStyleCrossintRead/WriteGets or sets the check box style cross.
CheckBoxStyleDiamondintRead/WriteGets or sets the check box style diamond.
CheckBoxStyleStarintRead/WriteGets or sets the check box style star.
CheckBoxStyleSquareintRead/WriteGets or sets the check box style square.
CheckBoxStyleUndefinedintRead/WriteGets or sets the check box style undefined.

Methods

SignatureDescription
FormFieldFacade()Calls FormFieldFacade on this FormFieldFacade instance.
Reset()Calls Reset on this FormFieldFacade instance.
BorderStyle()intCalls BorderStyle on this FormFieldFacade instance.
BorderStyle(value: int)Calls BorderStyle(value) on this FormFieldFacade instance.
BorderWidth()floatCalls BorderWidth on this FormFieldFacade instance.
BorderWidth(value: float)Calls BorderWidth(value) on this FormFieldFacade instance.
Font()FontStyleCalls Font on this FormFieldFacade instance.
Font(value: FontStyle)Calls Font(value) on this FormFieldFacade instance.
CustomFont()std::stringCalls CustomFont on this FormFieldFacade instance.
CustomFont(value: std::string)Calls CustomFont(value) on this FormFieldFacade instance.
FontSize()floatCalls FontSize on this FormFieldFacade instance.
FontSize(value: float)Calls FontSize(value) on this FormFieldFacade instance.
TextEncoding()EncodingTypeCalls TextEncoding on this FormFieldFacade instance.
TextEncoding(value: EncodingType)Calls TextEncoding(value) on this FormFieldFacade instance.
Alignment()intCalls Alignment on this FormFieldFacade instance.
Alignment(value: int)Calls Alignment(value) on this FormFieldFacade instance.
Rotation()intCalls Rotation on this FormFieldFacade instance.
Rotation(value: int)Calls Rotation(value) on this FormFieldFacade instance.
Caption()std::stringCalls Caption on this FormFieldFacade instance.
Caption(value: std::string)Calls Caption(value) on this FormFieldFacade instance.
ButtonStyle()intCalls 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()intCalls 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.

See Also