Aspose::Pdf::Plugins::FormFieldOptions class

FormFieldOptions class

Represents Field options. Base class for PdfFormFieldCreateOptions and PdfFormFillFieldOptions.

class FormFieldOptions : public System::Object

Methods

MethodDescription
get_AlternateName() constGets/sets the value to determine property AlternateName for created/modified field (if will be set).
get_Color() constGets/sets the value to determine property Color for created/modified field (if will be set).
get_Contents() constGets/sets the value to determine property Contents for created/modified field (if will be set).
get_DefaultAppearance() constGets/sets the value to determine property DefaultAppearance for created/modified field (if will be set).
get_Exportable() constGets/sets the value to determine whether created/modified field is exportable or not (if will be set).
get_FitIntoRectangle() constGets/sets the value to determine whether created/modified field is fit into rectangle or not (if will be set).
get_Flags() constGets/sets the value to determine property Flags for created/modified field (if will be set).
get_IsSharedField() constGets/sets the value to determine whether created/modified field is shared field or not (if will be set).
get_MappingName() constGets/sets the value to determine property MappingName for created/modified field (if will be set).
get_MaxFontSize() constGets/sets the value to determine property MaxFontSize for created/modified field (if will be set).
get_MinFontSize() constGets/sets the value to determine property MinFontSize for created/modified field (if will be set).
get_Name() constGets/sets the value to determine property Name for created/modified field (if will be set).
get_PartialName() constGets/sets the value to determine property PartialName for created/modified field (if will be set).
get_ReadOnly() constGets/sets the value to determine whether created/modified field is read only or not (if will be set).
get_Required() constGets/sets the value to determine whether created/modified field is required or not (if will be set).
get_TextHorizontalAlignment() constGets/sets the value to determine property TextHorizontalAlignment for created/modified field (if will be set).
get_UpdateAppearanceOnConvert() constGets/sets the value to determine whether created/modified field is update appearance on convert or not (if will be set).
get_UseFontSubset() constGets/sets the value to determine whether created/modified field is use font subset or not (if will be set).
get_Value() constGets/sets the value to determine property Value for created/modified field (if will be set).
set_AlternateName(System::String)Gets/sets the value to determine property AlternateName for created/modified field (if will be set).
set_Color(System::SharedPtr<Aspose::Pdf::Color>)Gets/sets the value to determine property Color for created/modified field (if will be set).
set_Contents(System::String)Gets/sets the value to determine property Contents for created/modified field (if will be set).
set_DefaultAppearance(System::SharedPtr<Aspose::Pdf::Annotations::DefaultAppearance>)Gets/sets the value to determine property DefaultAppearance for created/modified field (if will be set).
set_Exportable(System::Nullable<bool>)Gets/sets the value to determine whether created/modified field is exportable or not (if will be set).
set_FitIntoRectangle(System::Nullable<bool>)Gets/sets the value to determine whether created/modified field is fit into rectangle or not (if will be set).
set_Flags(System::Nullable<Annotations::AnnotationFlags>)Gets/sets the value to determine property Flags for created/modified field (if will be set).
set_IsSharedField(System::Nullable<bool>)Gets/sets the value to determine whether created/modified field is shared field or not (if will be set).
set_MappingName(System::String)Gets/sets the value to determine property MappingName for created/modified field (if will be set).
set_MaxFontSize(System::Nullable<double>)Gets/sets the value to determine property MaxFontSize for created/modified field (if will be set).
set_MinFontSize(System::Nullable<double>)Gets/sets the value to determine property MinFontSize for created/modified field (if will be set).
set_Name(System::String)Gets/sets the value to determine property Name for created/modified field (if will be set).
set_PartialName(System::String)Gets/sets the value to determine property PartialName for created/modified field (if will be set).
set_ReadOnly(System::Nullable<bool>)Gets/sets the value to determine whether created/modified field is read only or not (if will be set).
set_Required(System::Nullable<bool>)Gets/sets the value to determine whether created/modified field is required or not (if will be set).
set_TextHorizontalAlignment(System::Nullable<HorizontalAlignment>)Gets/sets the value to determine property TextHorizontalAlignment for created/modified field (if will be set).
set_UpdateAppearanceOnConvert(System::Nullable<bool>)Gets/sets the value to determine whether created/modified field is update appearance on convert or not (if will be set).
set_UseFontSubset(System::Nullable<bool>)Gets/sets the value to determine whether created/modified field is use font subset or not (if will be set).
set_Value(System::String)Gets/sets the value to determine property Value for created/modified field (if will be set).

See Also