Name | Description | |
---|---|---|
ComboBoxField Constructor | Initializes a new instance of the ComboBoxField class. |
The following tables list the members exposed by ComboBoxField.
Name | Description | |
---|---|---|
ComboBoxField Constructor | Initializes a new instance of the ComboBoxField class. |
Name | Description | |
---|---|---|
AcroForm | Gets the AcroForm that owns this object. (Inherited from GrapeCity.Documents.Pdf.AcroForms.Field) | |
ActualJustification | Gets the actual justification to be used when displaying the field’s text. (Inherited from GrapeCity.Documents.Pdf.AcroForms.Field) | |
AlternateName | Gets or sets an alternate field name to be used in place of the actual field name wherever the field must be identified in the user interface (such as in error or status messages referring to the field). This text is also useful when extracting the document’s contents in support of accessibility to users with disabilities or for other purposes. (Inherited from GrapeCity.Documents.Pdf.AcroForms.Field) | |
CalculationIndex | Gets or sets an index that is used to determine the field's calculation order. Fields with lower indices are calculated before fields with higher indices.
If several fields have the same CalculationIndex, the calculation order is determined by the order of fields in the collection. Field.TriggerEvents.RecalculateValue can be used to specify JavaScript that is used to calculate the field's value. (Inherited from GrapeCity.Documents.Pdf.AcroForms.Field) | |
Children | Gets the list of child fields. (Inherited from GrapeCity.Documents.Pdf.AcroForms.Field) | |
CommitOnSelChange | Gets or sets a value indicating whether the new value is committed as soon as a selection is made with the pointing device. This option enables applications to perform an action once a selection is made, without requiring the user to exit the field. If false, the new value is not committed until the user exits the field. (Inherited from GrapeCity.Documents.Pdf.AcroForms.ChoiceField) | |
DefaultSelectedIndex | Gets or sets the index of item selected by default. (Inherited from GrapeCity.Documents.Pdf.AcroForms.ChoiceField) | |
DefaultText | Gets or sets the default value of this ComboBoxField as a string. This property is used to specify the default value of the ComboBoxField if its Editable property is true. | |
DefaultValue | Gets or sets the default value of ComboBoxField, value is specified as index of selected item. | |
Doc | Gets the GrapeCity.Documents.Pdf.GcPdfDocument owning this field. (Inherited from GrapeCity.Documents.Pdf.AcroForms.Field) | |
Editable | Gets or sets a value indicating whether the combo box includes an editable text box as well as a drop-down list. | |
Events | Gets the Field.TriggerEvents object defining events of this field. (Inherited from GrapeCity.Documents.Pdf.AcroForms.Field) | |
Export | Gets or sets a value indicating whether the field must not be exported by a GrapeCity.Documents.Pdf.Actions.ActionSubmitForm action. (Inherited from GrapeCity.Documents.Pdf.AcroForms.Field) | |
GcProps | Gets the GrapeCity.Documents.Pdf.Spec.PdfDict object that can be used to associate arbitrary data with this field.
Note that for text values, in most cases the GrapeCity.Documents.Pdf.Spec.PdfString type should be used rather than System.String. (Inherited from GrapeCity.Documents.Pdf.AcroForms.Field) | |
HasGcProps | Gets a value indicating whether the Field.GcProps is not empty (i.e. whether this filed has any associated custom properties). (Inherited from GrapeCity.Documents.Pdf.AcroForms.Field) | |
Items | Gets the list of items displayed in field. (Inherited from GrapeCity.Documents.Pdf.AcroForms.ChoiceField) | |
Justification | Gets or sets the justification to be used in displaying the field’s text.
Note that this field is used only if GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation.Justification is not specified. (Inherited from GrapeCity.Documents.Pdf.AcroForms.Field) | |
MappingName | Gets or sets the mapping name to be used when exporting interactive form field data from the document. (Inherited from GrapeCity.Documents.Pdf.AcroForms.Field) | |
Name | Gets or sets the field's name. (Inherited from GrapeCity.Documents.Pdf.AcroForms.Field) | |
ObjID | Gets the PDF object ID. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase) | |
Owner | Gets the FieldCollection containing this field. (Inherited from GrapeCity.Documents.Pdf.AcroForms.Field) | |
Parent | Gets the parent field. (Inherited from GrapeCity.Documents.Pdf.AcroForms.Field) | |
PdfDefaultValue | Gets or sets the default field's value. (Inherited from GrapeCity.Documents.Pdf.AcroForms.Field) | |
PdfDict | Gets the underlying GrapeCity.Documents.Pdf.Spec.IPdfDict. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper) | |
PdfObject | Gets the underlying GrapeCity.Documents.Pdf.Spec.IPdfObject. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapper<IPdfDict>) | |
PdfValue | Gets or sets the field's value. (Inherited from GrapeCity.Documents.Pdf.AcroForms.Field) | |
ReadOnly | Gets or sets a value indicating whether the user may not change the value of the field. Any associated widget annotations will not interact with the user; that is, they will not respond to mouse clicks or change their appearance in response to mouse motions. This flag is useful for fields whose values are computed or imported from a database. (Inherited from GrapeCity.Documents.Pdf.AcroForms.Field) | |
Required | Gets or sets a value indicating whether the field must have a value at the time it is exported by a GrapeCity.Documents.Pdf.Actions.ActionSubmitForm action. (Inherited from GrapeCity.Documents.Pdf.AcroForms.Field) | |
SelectedIndex | Gets or sets the index of selected item. (Inherited from GrapeCity.Documents.Pdf.AcroForms.ChoiceField) | |
Sort | Gets or sets a value indicating whether the field’s option items should be sorted alphabetically. This flag is intended for use by form authoring tools, not by PDF viewer applications. Viewers should simply display the options in the order in which they occur in the Opt array (Inherited from GrapeCity.Documents.Pdf.AcroForms.ChoiceField) | |
SpellCheck | Gets or sets a value indicating whether the text entered in the field is spell-checked. (Inherited from GrapeCity.Documents.Pdf.AcroForms.ChoiceField) | |
Text | Gets or sets the value of this ComboBoxField as a string. This property is used to specify the value of the ComboBoxField if its Editable property is true. | |
UserData | Gets or sets arbitrary data associated with the current field.
Note that this data is runtime only and is not persisted in the PDF. (Inherited from GrapeCity.Documents.Pdf.AcroForms.Field) | |
Value | Gets or sets the value of ComboBoxField, value is specified as index of selected item. | |
Widget | Gets the GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation defining view properties of the text field. (Inherited from GrapeCity.Documents.Pdf.AcroForms.ChoiceField) | |
Widgets | Gets the list of widget annotations associated with this field. (Inherited from GrapeCity.Documents.Pdf.AcroForms.Field) |
Name | Description | |
---|---|---|
GetPdfStream | Gets the System.IO.Stream object containing the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. Note! The stream should be disposed after usage. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase) | |
GetPdfStreamData | Gets the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase) | |
GetPdfStreamInfo | Gets the GrapeCity.Documents.Pdf.Spec.PdfStreamInfo object containing the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. Note! The stream should be disposed after usage. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase) | |
SetDateFormat | Imposes the specified date format string on the current ComboBoxField.
The syntax of the format string is similar to .NET format strings. Some examples are "m/d/yyyy" or "d-mmm-yy". Note that this method initializes the values of Field.Events.FormatValue and Field.Events.KeyPress only, it does not change the field's value or widget appearance streams. | |
SetDateValue | Imposes the specified date format string on the current ComboBoxField, and assigns to it the specified value as a date.
The syntax of the format string is similar to .NET format strings. Some examples are "m/d/yyyy" or "d-mmm-yy". | |
SetNumberFormat | Imposes the specified numeric formatting options on the current ComboBoxField.
Note that this method initializes the values of Field.Events.FormatValue and Field.Events.KeyPress only, it does not change the field's value or widget appearance streams. | |
SetNumberValue | Imposes the specified numeric formatting options on the current ComboBoxField, and assigns to it the specified value as a number. | |
SetPercentFormat | Imposes the specified percentage formatting options on the current ComboBoxField.
Note that this method initializes the values of Field.Events.FormatValue and Field.Events.KeyPress only, it does not change the field's value or widget appearance streams. | |
SetPercentValue | Imposes the specified percentage formatting options on the current ComboBoxField, and assigns to it the specified value as percentage. | |
SetSpecialFormat | Imposes the specified special format on the current ComboBoxField.
Note that this method initializes the values of Field.Events.FormatValue and Field.Events.KeyPress only, it does not change the field's value or widget appearance streams. | |
SetSpecialFormatValue | Sets the value of the current ComboBoxField as a value formatted according to format.
This method assumes that value is already formatted as required. E.g. if format is SSN, value should look like "123-45-6789". | |
SetTimeFormat | Imposes the specified time format string on the current ComboBoxField.
The syntax of the format string is similar to .NET format strings. Some examples are "HH:MM" or "H:MM tt". Note that this method initializes the values of Field.Events.FormatValue and Field.Events.KeyPress only, it does not change the field's value or widget appearance streams. | |
SetTimeValue | Imposes the specified time format string on the current ComboBoxField, and assigns to it the specified value as time.
The syntax of the format string is similar to .NET format strings. Some examples are "HH:MM" or "H:MM tt". |