TXTextControl.ApplicationFieldCollection.Item |
Gets the field with the specified number from the collection. |
TXTextControl.CheckFormField.Checked |
Gets or set a value indicating whether the checkbox is in the checked state. |
TXTextControl.CheckFormField.CheckedCharacter |
Gets or sets the character which is used to display the checkbox in the checked state. |
TXTextControl.CheckFormField.SupportedCheckedCharacters |
Gets possible characters which can be used to display the checkbox in the checked state. |
TXTextControl.CheckFormField.SupportedUncheckedCharacters |
Gets possible characters which can be used to display the checkbox in the unchecked state. |
TXTextControl.CheckFormField.UncheckedCharacter |
Gets or sets the character which is used to display the checkbox in the unchecked state. |
TXTextControl.CheckFormFieldEventArgs.CheckFormField |
Gets an object representing the CheckFormField that causes the event. |
TXTextControl.Condition.ComparisonOperator |
Gets the operator that is used to compare the condition's form field value with the specified comparison value. |
TXTextControl.Condition.ComparisonValue |
Gets the value that is compared with the condition's form field value. |
TXTextControl.Condition.ComparisonValueType |
Gets a value of type ComparisonValueTypes that determines how the condition's comparison value is interpreted. |
TXTextControl.Condition.FormField |
Gets the FormField whose property value is to be compared with the condition's comparison value. |
TXTextControl.Condition.LogicalConnective |
Gets or sets a value of type Condition.LogicalConnectives that describes how the condition is related to the previous condition inside the corresponding ConditionalInstruction.Conditions array. |
TXTextControl.ConditionalInstruction.Conditions |
Gets or sets an array of conditions, that represent the requirements that has to be fulfilled to execute the specified instructions. |
TXTextControl.ConditionalInstruction.Instructions |
Gets or sets an array of instructions that are executed when the specified conditions are fulfilled. |
TXTextControl.ConditionalInstruction.Name |
Gets or sets a name of the conditional instruction. |
TXTextControl.ConditionalInstructionCollection.ConditionalInstructionNames |
Gets the names of all ConditionalInstruction elements that are listed inside the collection. |
TXTextControl.ConditionalInstructionCollection.Count |
Gets the number of elements contained in the collection. |
TXTextControl.DateFormField.Date |
Gets or sets the DateFormField's date. |
TXTextControl.DateFormField.DateFormat |
Gets or sets the date's format. |
TXTextControl.DateFormField.EmptyWidth |
Gets or sets the horizontal extension, in twips, of the DateFormField, when a date is not set. |
TXTextControl.DateFormField.IsDateControlVisible |
Gets or sets a value indicating wheather a date control is shown below the DateFormField so that the user can select a date. |
TXTextControl.DateFormField.SupportedDateFormats |
Gets an array of format picture strings which can be used to format the date. |
TXTextControl.DateFormFieldEventArgs.DateFormField |
Gets an object representing the DateFormField that causes the event. |
TXTextControl.DocumentLinkCollection.Item |
Gets the field with the specified number from the collection. |
TXTextControl.DocumentPermissions.AllowEditingFormFields |
Specifies whether form fields can be edited. |
TXTextControl.DocumentTargetCollection.Item |
Gets the field with the specified number from the collection. |
TXTextControl.DocumentTargetEventArgs.DocumentTarget |
Gets an object that represents the document target which causes the event. |
TXTextControl.FormField.Enabled |
Gets or set a value indicating whether the form field is enabled. |
TXTextControl.FormFieldCollection.ConditionalInstructions |
Gets a collection of all conditional instructions that references to the form fields of the collection. |
TXTextControl.FormFieldCollection.Item |
Gets the form field with the specified number from the collection. |
TXTextControl.HeaderFooter.FormFields |
Gets a collection of all form fields contained in a header or footer. |
TXTextControl.HypertextLinkCollection.Item |
Gets the field with the specified number from the collection. |
TXTextControl.IFormattedText.FormFields |
Gets a collection of all form fields in the text part. |
TXTextControl.Instruction.ElseInstructionValue |
Gets the value that is set by the specified action when the defined requirements of the ConditionalInstruction.Conditions array are not fulfilled and the Instruction.IsElseInstructionEnabled property is set to true. |
TXTextControl.Instruction.FormField |
Gets the FormField to which the specified action is executed. |
TXTextControl.Instruction.InstructionType |
Gets the type of action to execute. |
TXTextControl.Instruction.InstructionValue |
Gets the value that is set by the specified action when the defined requirements of the ConditionalInstruction.Conditions array are fulfilled. |
TXTextControl.Instruction.IsElseInstructionEnabled |
Gets or sets a value indicating whether this Instruction allows to execute else instructions. |
TXTextControl.Instruction.IsFormFieldChangeInstruction |
Gets or sets a value indicating whether this Instruction listens to value changes of the related conditions' form fields. |
TXTextControl.Instruction.IsInitialInstruction |
Gets or sets a value indicating whether this Instruction is handled when the document is initialized as a form. |
TXTextControl.PageNumberFieldCollection.Item |
Gets the field with the specified number from the collection. |
TXTextControl.SelectionFormField.EmptyWidth |
Gets or sets the horizontal extension, in twips, of the SelectionFormField, when there is no selected item. |
TXTextControl.SelectionFormField.IsDropDownArrowVisible |
Gets or sets a value indicating wheather a dropdown arrow is shown so that the user can select an item. |
TXTextControl.SelectionFormField.Items |
Gets or sets a list of items for the SelectionFormField. |
TXTextControl.SelectionFormField.SelectedIndex |
Gets or sets the index of the selected item of the SelectionFormField. |
TXTextControl.SelectionFormFieldEventArgs.SelectionFormField |
Gets an object representing the SelectionFormField that causes the event. |
TXTextControl.ServerTextControl.FormFields |
Gets a collection of all form fields contained in the document. |
TXTextControl.TextFieldCollection.Item |
Gets the field with the specified number from the collection. |
TXTextControl.TextFormField.EmptyWidth |
Gets or sets the horizontal extension, in twips, of the form field, when it is empty. |
TXTextControl.TextFormFieldEventArgs.TextFormField |
Gets an object representing the TextFormField that causes the event. |
TXTextControl.TextFrame.FormFields |
Gets a collection of all form fields contained in a text frame. |
TXTextControl.WPF.RibbonFormFieldsTab.ConditionalInstructionsHorizontalSidebar |
Specifies the name of the horizontal sidebar that is connected to the RibbonFormFieldsTab's TXITEM_ManageConditionalInstructions button and its horizontal sidebar drop down button. |
TXTextControl.WPF.RibbonFormFieldsTab.ConditionalInstructionsSidebar |
Specifies the name of the vertical sidebar that is connected to the RibbonFormFieldsTab's TXITEM_ManageConditionalInstructions button and its vertical sidebar drop down button. |
TXTextControl.WPF.TextControl.CanEditFormFields |
Informs whether form fields can be edited. |
TXTextControl.WPF.TextControl.DialogUnit |
Gets or sets a value indicating the measuring unit used for sizes and distances in dialogboxes. |
TXTextControl.WPF.TextControl.FormFields |
Gets a collection of all form fields contained in the document. |
TXTextControl.WPF.TextControl.IsFormFieldValidationEnabled |
Gets or sets a value indicating whether Conditional Instructions are applied to form fields when the EditMode property is set to EditMode.ReadAndSelect and TextControl.DocumentPermissions.ReadOnly to true. |
TXTextControl.WPF.TextControl.RibbonFormFieldsTab |
Specifies the name of the WPF.RibbonFormFieldsTab object to be used with a TextControl. |
TXTextControl.WPF.TextControlColors.ActiveFormFieldColor |
Gets or sets the highlight color of a form field containing the current text input position. |
TXTextControl.WPF.TextControlColors.FormFieldColor |
Gets or sets the highlight color of a form field. |