Aspose::Pdf::Plugins::FormFieldOptions class
Contents
[
Hide
]FormFieldOptions class
Represents Field options. Base class for PdfFormFieldCreateOptions and PdfFormFillFieldOptions.
class FormFieldOptions : public System::Object
Methods
| Method | Description |
|---|---|
| get_AlternateName() const | Gets/sets the value to determine property AlternateName for created/modified field (if will be set). |
| get_Color() const | Gets/sets the value to determine property Color for created/modified field (if will be set). |
| get_Contents() const | Gets/sets the value to determine property Contents for created/modified field (if will be set). |
| get_DefaultAppearance() const | Gets/sets the value to determine property DefaultAppearance for created/modified field (if will be set). |
| get_Exportable() const | Gets/sets the value to determine whether created/modified field is exportable or not (if will be set). |
| get_FitIntoRectangle() const | Gets/sets the value to determine whether created/modified field is fit into rectangle or not (if will be set). |
| get_Flags() const | Gets/sets the value to determine property Flags for created/modified field (if will be set). |
| get_IsSharedField() const | Gets/sets the value to determine whether created/modified field is shared field or not (if will be set). |
| get_MappingName() const | Gets/sets the value to determine property MappingName for created/modified field (if will be set). |
| get_MaxFontSize() const | Gets/sets the value to determine property MaxFontSize for created/modified field (if will be set). |
| get_MinFontSize() const | Gets/sets the value to determine property MinFontSize for created/modified field (if will be set). |
| get_Name() const | Gets/sets the value to determine property Name for created/modified field (if will be set). |
| get_PartialName() const | Gets/sets the value to determine property PartialName for created/modified field (if will be set). |
| get_ReadOnly() const | Gets/sets the value to determine whether created/modified field is read only or not (if will be set). |
| get_Required() const | Gets/sets the value to determine whether created/modified field is required or not (if will be set). |
| get_TextHorizontalAlignment() const | Gets/sets the value to determine property TextHorizontalAlignment for created/modified field (if will be set). |
| get_UpdateAppearanceOnConvert() const | Gets/sets the value to determine whether created/modified field is update appearance on convert or not (if will be set). |
| get_UseFontSubset() const | Gets/sets the value to determine whether created/modified field is use font subset or not (if will be set). |
| get_Value() const | Gets/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
- Class Object
- Namespace Aspose::Pdf::Plugins
- Library Aspose.PDF for C++