New Classes, Properties, Methods and Events

In TX Text Control 15.0 the following new classes, properties, methods and events have been added:

Classes

Class Description
TXTextControl.AdaptFontEventArgs The AdaptFontEventArgs class provides data for the TextControl.AdaptFont, WPF.TextControl.AdaptFont and ServerTextControl.AdaptFont events.
TXTextControl.DocumentServer.DocumentController The DocumentController class is a .NET component that can be used to perform the necessary document handling on the server, when using a control such as the DocumentServer.Web.DocumentViewer.
TXTextControl.DocumentServer.DocumentController.FieldAdapterCollection An instance of the FieldAdapterCollection class contains adapters for all application fields of the page it belongs to.
TXTextControl.DocumentServer.Fields.DateField The DateField implements the MS Word specific DATEFIELD field.
TXTextControl.DocumentServer.Fields.FieldAdapter The abstract FieldAdapter class is the base class of all special DocumentServer field adapters.
TXTextControl.DocumentServer.Fields.FormCheckBox The FormText implements the MS Word specific FORMCHECKBOX field.
TXTextControl.DocumentServer.Fields.FormDropDown The FormDropDown class implements the MS Word specific FORMDROPDOWN field.
TXTextControl.DocumentServer.Fields.FormFieldAdapter The abstract FormFieldAdapter class is the base class of all special DocumentServer form field adapters.
TXTextControl.DocumentServer.Fields.FormText The FormText class implements the MS Word specific FORMTEXT field.
TXTextControl.DocumentServer.Fields.IfField The IfField class implements the MS Word specific IF field.
TXTextControl.DocumentServer.Fields.IncludeText The IncludeText class implements the MS Word specific INCLUDETEXT field.
TXTextControl.DocumentServer.Fields.MailMergeFieldAdapter The abstract MailMergeFieldAdapter class is the base class of all special DocumentServer mail merge field adapters.
TXTextControl.DocumentServer.Fields.MergeField The MergeField class implements the MS Word specific MERGEFIELD field.
TXTextControl.DocumentServer.MailMerge.FieldMergedEventArgs The FieldMergedEventArgs class provides data for the FieldMerged event.
TXTextControl.DocumentServer.MailMerge.IncludeTextMergingEventArgs The IncludeTextMergingEventArgs class provides data for the IncludeTextMerging event.
TXTextControl.FontSettings The FontSettings class provides settings determining which fonts can be used in a document.
TXTextControl.Paragraph An instance of the Paragraph class represents a single paragraph in a Text Control document.
TXTextControl.ParagraphCollection An instance of the ParagraphCollection class contains all paragraphs in a Text Control document or part of the document represented through objects of the type Paragraph.
TXTextControl.TextControl The TextControl class implements a Windows Forms control with high-level text editing features.
TXTextControl.TextField An instance of the TextField class represents a text field in a Text Control document.

Properties

Property Description
TXTextControl.AdaptFontEventArgs.AdaptedFontName Gets or sets the adapted font.
TXTextControl.AdaptFontEventArgs.FontName Gets the name of the original font which must be adapted.
TXTextControl.AdaptFontEventArgs.SupportedFonts Gets a list of all fonts currently supported.
TXTextControl.DocumentServer.DocumentController.CharCodeChecked Gets or sets the character's code that is used to render checked check boxes.
TXTextControl.DocumentServer.DocumentController.CharCodeUnchecked Gets or sets the character's code that is used to render unchecked check boxes.
TXTextControl.DocumentServer.DocumentController.CheckBoxFont Gets or sets the font used for rendering check boxes.
TXTextControl.DocumentServer.DocumentController.DpiX Gets or sets the horizontal DPI value used for display-related calculations.
TXTextControl.DocumentServer.DocumentController.DpiY Gets or sets the vertical DPI value used for display-related calculations.
TXTextControl.DocumentServer.DocumentController.FieldAdapterCollection.Count Gets the number of elements contained in the collection.
TXTextControl.DocumentServer.DocumentController.FieldAdapterCollection.Item Gets the DocumentServer.Fields.FieldAdapter instance at the specified index from the collection.
TXTextControl.DocumentServer.DocumentController.Pages Gets a collection of all pages contained in the currently loaded document.
TXTextControl.DocumentServer.DocumentController.TextComponent Gets or sets the object of type ServerTextControl that is associated with the DocumentController component.
TXTextControl.DocumentServer.Fields.DateField.Date Sets the date of the field.
TXTextControl.DocumentServer.Fields.DateField.Format Gets and sets the format of the field.
TXTextControl.DocumentServer.Fields.DateField.Text Gets and sets the displayed text of the field.
TXTextControl.DocumentServer.Fields.FieldAdapter.ApplicationField Gets the adapted ApplicationField of the field.
TXTextControl.DocumentServer.Fields.FieldAdapter.ID Gets the ID of the specific field through its adapter.
TXTextControl.DocumentServer.Fields.FieldAdapter.Length Gets the number of characters in a text field through its adapter.
TXTextControl.DocumentServer.Fields.FieldAdapter.Start Gets the first character position (one-based) of the field through its adapter.
TXTextControl.DocumentServer.Fields.FieldAdapter.TypeName Gets the field's type name of the specific field through its adapter.
TXTextControl.DocumentServer.Fields.FormCheckBox.Checked Specifies whether the field is checked or not.
TXTextControl.DocumentServer.Fields.FormCheckBox.Size Specifies the maximum length of the field.
TXTextControl.DocumentServer.Fields.FormCheckBox.SizeAuto Specifies whether the field is automatically resized or not.
TXTextControl.DocumentServer.Fields.FormDropDown.ListEntries Gets and sets the list entries of the drop down field.
TXTextControl.DocumentServer.Fields.FormFieldAdapter.Bounds Gets and sets the bounds of the form field.
TXTextControl.DocumentServer.Fields.FormFieldAdapter.CalcOnExit Gets or sets the CalcOnExit property of the field.
TXTextControl.DocumentServer.Fields.FormFieldAdapter.Enabled Specifies whether the field is enabled or not.
TXTextControl.DocumentServer.Fields.FormFieldAdapter.Font Gets and sets the font of the form field.
TXTextControl.DocumentServer.Fields.FormFieldAdapter.HelpText Gets and sets the help text of the field.
TXTextControl.DocumentServer.Fields.FormFieldAdapter.Name Gets and sets the name of the form field.
TXTextControl.DocumentServer.Fields.FormFieldAdapter.StatusText Gets and sets the status text of the field.
TXTextControl.DocumentServer.Fields.FormFieldAdapter.Text Gets and sets the text of the form field.
TXTextControl.DocumentServer.Fields.FormText.Format Gets or sets the TextFormatOptions of the field.
TXTextControl.DocumentServer.Fields.FormText.MaxLength Gets and sets the maximum length of the field.
TXTextControl.DocumentServer.Fields.FormText.Type Gets or sets the type of the field.
TXTextControl.DocumentServer.Fields.IfField.Expression1 Gets and sets the first expression text that should be compared.
TXTextControl.DocumentServer.Fields.IfField.Expression2 Gets and sets the second expression text that should be compared to Expression1.
TXTextControl.DocumentServer.Fields.IfField.FalseText Gets and sets the text that should be displayed when the comparison is false.
TXTextControl.DocumentServer.Fields.IfField.FieldValue Gets or sets the field's value of the field that has been specified in Expression1.
TXTextControl.DocumentServer.Fields.IfField.Operator Gets and sets the operator of the field.
TXTextControl.DocumentServer.Fields.IfField.Text Gets and sets the displayed text of the field.
TXTextControl.DocumentServer.Fields.IfField.TrueText Gets and sets the text that should be displayed when the comparison is true.
TXTextControl.DocumentServer.Fields.IncludeText.Bookmark Gets and sets the bookmark switch of the field.
TXTextControl.DocumentServer.Fields.IncludeText.Filename Gets and sets the file name of the document that should be inserted.
TXTextControl.DocumentServer.Fields.IncludeText.TextFormat Gets and sets the text format of the field.
TXTextControl.DocumentServer.Fields.MailMergeFieldAdapter.PreserveFormatting Specifies whether the field's formatting should be preserved.
TXTextControl.DocumentServer.Fields.MergeField.Mapped Specifies whether the field is a mapped field.
TXTextControl.DocumentServer.Fields.MergeField.Name Gets and sets the name of the field.
TXTextControl.DocumentServer.Fields.MergeField.Text Gets and sets the text of the field.
TXTextControl.DocumentServer.Fields.MergeField.TextAfter Gets and sets the text of the field that is displayed after the field's text.
TXTextControl.DocumentServer.Fields.MergeField.TextBefore Gets and sets the text of the field that is displayed before the field's text.
TXTextControl.DocumentServer.Fields.MergeField.TextFormat Gets and sets the text format of the field.
TXTextControl.DocumentServer.Fields.MergeField.VerticalFormatting Specifies whether the field's formatting is vertical.
TXTextControl.DocumentServer.MailMerge.BlockRowMergedEventArgs.DataRowCount Gets an int value that indicates the total number of data rows.
TXTextControl.DocumentServer.MailMerge.BlockRowMergedEventArgs.MergeBlockName Gets a string value that indicates current merge block name.
TXTextControl.DocumentServer.MailMerge.FieldMergedEventArgs.Cancel Gets or sets a value indicating whether the current merge process should be canceled.
TXTextControl.DocumentServer.MailMerge.FieldMergedEventArgs.MailMergeFieldAdapter Gets or sets a MailMergeFieldAdapter that contains the already merged field.
TXTextControl.DocumentServer.MailMerge.FieldMergedEventArgs.Merged Gets a bool value that indicates whether the current field has been merged successfully or not.
TXTextControl.DocumentServer.MailMerge.IncludeTextMergingEventArgs.Filename Gets a string that indicates the file name of the IncludeText field to be merged.
TXTextControl.DocumentServer.MailMerge.IncludeTextMergingEventArgs.IncludeTextDocument Sets a byte[] array that contains the complete data of the IncludeText document.
TXTextControl.DocumentServer.MailMerge.SearchPath Specifies a directory name where sub-templates and images (for image merging) should be searched.
TXTextControl.DocumentTarget.Bounds Gets the bounding rectangle of a target.
TXTextControl.FontSettings.AdaptFontEvent Specifies whether a TextControl.AdaptFont event is raised, if a font must be adapted.
TXTextControl.FontSettings.EmbeddableFontsOnly Gets or sets a value specifying that only embeddable fonts can be used in a document.
TXTextControl.FontSettings.ScalableFontsOnly Gets or sets a value specifying that only free scalable fonts can be used in a document.
TXTextControl.FontSettings.TrueTypeFontsOnly Gets or sets a value specifying that only TrueType and OpenType fonts can be used in a document.
TXTextControl.HeaderFooter.Paragraphs Gets a collection of all paragraphs the header or footer contains.
TXTextControl.ListFormat.TextAfterNumber Gets or sets the text that is displayed behind the number in a numbered list.
TXTextControl.ListFormat.TextBeforeNumber Gets or sets the text that is displayed in front of the number in a numbered list.
TXTextControl.LoadSettings.PDFImportSettings Specifies how the document structure is generated when a PDF document is imported.
TXTextControl.Paragraph.Format Gets or sets the paragraph's formatting attributes.
TXTextControl.Paragraph.FormattingStyle Gets or sets the paragraph's formatting style.
TXTextControl.Paragraph.Length Gets the number of characters in the paragraph including the paragraph end character.
TXTextControl.Paragraph.Lines Gets the number of lines the paragraph consists of.
TXTextControl.Paragraph.ListFormat Gets or sets the paragraph's bulleted or numbered list and/or its formatting attributes.
TXTextControl.Paragraph.ListNumber Gets the paragraph's list number.
TXTextControl.Paragraph.ListNumberText Gets the paragraph's list number text.
TXTextControl.Paragraph.Number Gets the paragraph's number.
TXTextControl.Paragraph.Start Gets the number (one-based) of the paragraph's first character.
TXTextControl.Paragraph.StartLine Gets the number (one-based) of the paragraph's first line.
TXTextControl.Paragraph.Text Gets the paragraph's text.
TXTextControl.ParagraphCollection.Count Gets the number of elements contained in the collection.
TXTextControl.ParagraphCollection.Item Gets a paragraph from the collection.
TXTextControl.SectionFormat.ColumnDistances Gets the distances, in twips, between the columns on a page.
TXTextControl.SectionFormat.ColumnLineColor Gets or sets the color of a dividing line between two columns.
TXTextControl.SectionFormat.ColumnLineWidth Gets or sets the width of a dividing line between two columns.
TXTextControl.SectionFormat.Columns Gets or sets the number of columns on a page.
TXTextControl.SectionFormat.ColumnWidths Gets the widths, in twips, of the columns on a page.
TXTextControl.SectionFormat.EqualColumnWidth Gets or sets a value indicating whether the columns on a page have all the same width and the same distance between them.
TXTextControl.ServerTextControl.FontSettings Gets a FontSettings object which provides properties determining which fonts can be used in a document.
TXTextControl.ServerTextControl.Paragraphs Gets a collection of all paragraphs contained in the main text of the document.
TXTextControl.TextControl.AcceptsTab Gets or sets a value indicating whether pressing the TAB key types a TAB character in the control instead of moving the focus to the next control in the tab order.
TXTextControl.TextControl.BackColor Overridden.
TXTextControl.TextControl.Baseline Gets or sets the baseline alignment, in twips, of the Text Control.
TXTextControl.TextControl.BorderStyle Gets or sets the border type of the Text Control.
TXTextControl.TextControl.ButtonBar Specifies the button bar control to be used with a TextControl.
TXTextControl.TextControl.CanCopy Informs whether a part of a Text Control document has been selected and can be copied to the clipboard.
TXTextControl.TextControl.CanPaste Informs whether the clipboard contains a format that can be pasted into a Text Control document.
TXTextControl.TextControl.CanRedo Informs whether an operation can be re-done using the Redo method.
TXTextControl.TextControl.CanUndo Gets a value indicating whether the user can undo the previous operation in a Text Control.
TXTextControl.TextControl.CaretWidth Gets or sets the width of the caret in pixels.
TXTextControl.TextControl.ControlChars Specifies if control characters are visible or not.
TXTextControl.TextControl.DocumentLinks Gets a collection of all document links contained in the text part with the input focus.
TXTextControl.TextControl.DocumentTargets Gets a collection of all targets contained in the text part with the input focus.
TXTextControl.TextControl.EditMode Gets or sets a value indicating whether the document's text is protected, or can be freely edited and formatted.
TXTextControl.TextControl.FieldCursor Gets or sets the cursor that is displayed when the mouse pointer is over a marked text field.
TXTextControl.TextControl.FontSettings Gets a FontSettings object which provides properties determining which fonts can be used in a document.
TXTextControl.TextControl.FontUnderlineStyle Gets or sets underlining style for the text displayed by the control.
TXTextControl.TextControl.ForeColor Overridden.
TXTextControl.TextControl.HeadersAndFooters Gets a collection of all headers and footers the current document contains.
TXTextControl.TextControl.HideSelection Gets or sets a value indicating whether the selected text in the Text Control remains highlighted when the control loses focus.
TXTextControl.TextControl.HypertextLinks Gets a collection of all hypertext links contained in the text part with the input focus.
TXTextControl.TextControl.Images Gets a collection of all images contained in the text part with the input focus.
TXTextControl.TextControl.InsertionMode Specifies whether text is inserted or overwrites existing text.
TXTextControl.TextControl.ListFormat Gets or sets the type and the formatting attributes of a bulleted or numbered list.
TXTextControl.TextControl.PageMargins Gets or sets the margins for the pages of the current document.
TXTextControl.TextControl.Pages Gets the number of pages contained in the current document.
TXTextControl.TextControl.PageSize Specifies the width and height of the pages for the current document.
TXTextControl.TextControl.ParagraphFormat Gets or sets the paragraph formatting attributes of the text displayed by the control.
TXTextControl.TextControl.Paragraphs Gets a collection of all paragraphs contained in the text part with the input focus.
TXTextControl.TextControl.RulerBar Specifies the horizontal ruler bar control to be used with a TextControl.
TXTextControl.TextControl.ScrollBars Gets or sets a value indicating whether a Text Control has horizontal or vertical scroll bars.
TXTextControl.TextControl.ScrollLocation Gets or sets the coordinates, in twips, of the upper-left corner of the document's visible part relative to the upper-left corner of the complete document.
TXTextControl.TextControl.Selection Gets or sets the current selection in the text part with the input focus.
TXTextControl.TextControl.StatusBar Specifies the status bar control to be used with a TextControl.
TXTextControl.TextControl.Tables Gets a collection of all tables contained in the text part with the input focus.
TXTextControl.TextControl.TextBackColor Gets or sets the background color for the text.
TXTextControl.TextControl.TextFields Gets a collection of all standard text fields contained in the text part with the input focus.
TXTextControl.TextControl.VerticalRulerBar Specifies the vertical ruler bar control to be used with a TextControl.
TXTextControl.TextControl.ViewMode Gets or sets the mode how Text Control displays a document.
TXTextControl.TextControl.XmlEditMode Gets or sets a value specifying whether Text Control operates in an edit mode that validates the XML document according to the document's DTD.
TXTextControl.TextControl.ZoomFactor Gets or sets the zoom factor, in percent, for a Text Control.
TXTextControl.TextField.Bounds Gets the bounding rectangle of a text field.
TXTextControl.TextField.Deleteable Specifies whether a text field can be deleted by the end-user while a TX Text Control document is being edited.
TXTextControl.TextField.DoubleClickEvent Specifies whether a TextControl.TextFieldDoubleClicked event is raised, if the end-user doubleclicks the text field.
TXTextControl.TextField.DoubledInputPosition Specifies whether a text field has a doubled input position in front of its first character and behind its last character.
TXTextControl.TextField.Editable Specifies whether the text of a text field can be changed by the end-user while a TX Text Control document is being edited.
TXTextControl.TextField.FormattingBounds Gets the formatting rectangle of a text field.
TXTextControl.TextField.ID Gets or sets an identifier for a text field.
TXTextControl.TextField.Length Gets the number of characters in a text field.
TXTextControl.TextField.Name Relates a user-defined name to a text field.
TXTextControl.TextField.ShowActivated Obsolete.
TXTextControl.TextField.Start Gets the first character position (one-based) of a text field.
TXTextControl.TextField.Text Returns or sets the text which is contained within a text field.
TXTextControl.TextFrame.Paragraphs Gets a collection of all paragraphs contained in a text frame.

Methods

Method Description
TXTextControl.DocumentServer.DocumentController.Dispose Frees all resources used by the DocumentController instance.
TXTextControl.DocumentServer.DocumentController.FieldAdapterCollection.CopyTo Copies the elements of the collection to an array, starting at the specified index.
TXTextControl.DocumentServer.DocumentController.FieldAdapterCollection.GetEnumerator Returns an enumerator that can be used to iterate over the collection's items.
TXTextControl.DocumentServer.DocumentController.FieldAdapterCollection.IndexOf Gets the index of the specified field adapter in the collection.
TXTextControl.DocumentServer.DocumentController.GetBlockFieldNames Gets a list of the names of all the application fields which are contained inside the specified merge block.
TXTextControl.DocumentServer.DocumentController.GetBlockNames Gets a list of the names of all the merge blocks contained in the document.
TXTextControl.DocumentServer.DocumentController.GetFieldAdapters Gets a collection of adapters for all application fields in the specified scope.
TXTextControl.DocumentServer.DocumentController.GetFieldNames Get field names.
TXTextControl.DocumentServer.DocumentController.Load Loads a document from a file that is used for further processing.
TXTextControl.DocumentServer.DocumentController.LoadFromMemory Loads a document from memory that is used for further processing.
TXTextControl.DocumentServer.DocumentController.MergeField Sets the value of the form field specified through the given adapter to the submitted value.
TXTextControl.DocumentServer.DocumentController.Save Saves the document that is currently loaded in the DocumentController to a file.
TXTextControl.DocumentServer.DocumentController.SaveToMemory Saves the document that is currently loaded in the DocumentController.
TXTextControl.DocumentServer.DocumentController.Twips2Pixels Converts a value in twips to a value in pixels according to a specified resolution.
TXTextControl.DocumentServer.Fields.FieldAdapter.ShowDialog Opens the specific field options dialog box.
TXTextControl.Page.GetImage Gets an image of the page's contents.
TXTextControl.Paragraph.Save Saves the paragraph's text with the specified format.
TXTextControl.Paragraph.Select Selects the paragraph.
TXTextControl.ParagraphCollection.CopyTo Copies the elements of the collection to an array, starting at a particular index.
TXTextControl.ParagraphCollection.GetEnumerator Returns an enumerator that can be used to iterate through the collection.
TXTextControl.ParagraphCollection.GetItem Gets a particular paragraph from the collection.
TXTextControl.ServerTextControl.OnAdaptFont Raises the AdaptFont event.
TXTextControl.TextControl.Clear Clears the selected text or the character right from the current input position from the Text Control.
TXTextControl.TextControl.ClearUndo Clears the undo buffer of the Text Control.
TXTextControl.TextControl.Copy Copies the current selection in the Text Control to the Clipboard.
TXTextControl.TextControl.Cut Moves the current selection in the Text Control to the Clipboard.
TXTextControl.TextControl.Find Finds a text string in the text part with the input focus.
TXTextControl.TextControl.FontDialog Invokes the built-in dialog box for setting fonts and character attributes.
TXTextControl.TextControl.FormattingStylesDialog Invokes the built-in dialog box for creating, deleting and modifying formatting styles.
TXTextControl.TextControl.GetClipboardFormats Returns an array of ClipboardFormat values.
TXTextControl.TextControl.GetXmlElements Returns a collection of XML elements.
TXTextControl.TextControl.ListFormatDialog Invokes the built-in dialog box for setting formatting attributes of bulleted and numbered lists.
TXTextControl.TextControl.Load Loads text in a certain format.
TXTextControl.TextControl.OnAcceptsTabChanged Raises the AcceptsTabChanged event.
TXTextControl.TextControl.OnAdaptFont Raises the AdaptFont event.
TXTextControl.TextControl.OnBorderStyleChanged Raises the BorderStyleChanged event.
TXTextControl.TextControl.OnChanged Raises the Changed event.
TXTextControl.TextControl.OnCharFormatChanged Raises the CharFormatChanged event.
TXTextControl.TextControl.OnDocumentLinkClicked Raises the DocumentLinkClicked event.
TXTextControl.TextControl.OnFontChanged Overridden.
TXTextControl.TextControl.OnFormattingStyleListChanged Raises the FormattingStyleListChanged event.
TXTextControl.TextControl.OnHandleCreated Overridden.
TXTextControl.TextControl.OnHeaderFooterActivated Raises the HeaderFooterActivated event.
TXTextControl.TextControl.OnHeaderFooterDeactivated Raises the HeaderFooterDeactivated event.
TXTextControl.TextControl.OnHScroll Raises the HScroll event.
TXTextControl.TextControl.OnHypertextLinkClicked Raises the HypertextLinkClicked event.
TXTextControl.TextControl.OnImageClicked Raises the ImageClicked event.
TXTextControl.TextControl.OnImageCreated Raises the ImageCreated event.
TXTextControl.TextControl.OnImageDeleted Raises the ImageDeleted event.
TXTextControl.TextControl.OnImageDoubleClicked Raises the ImageDoubleClicked event.
TXTextControl.TextControl.OnImageMoved Raises the ImageMoved event.
TXTextControl.TextControl.OnImageSized Raises the ImageSized event.
TXTextControl.TextControl.OnInputFormattingStyleChanged Raises the InputFormattingStyleChanged event.
TXTextControl.TextControl.OnInputParagraphChanged Raises the InputParagraphChanged event.
TXTextControl.TextControl.OnInputPositionChanged Raises the InputPositionChanged event.
TXTextControl.TextControl.OnPageFormatChanged Raises the PageFormatChanged event.
TXTextControl.TextControl.OnParagraphFormatChanged Raises the ParagraphFormatChanged event.
TXTextControl.TextControl.OnTableCreated Raises the TableCreated event.
TXTextControl.TextControl.OnTableDeleted Raises the TableDeleted event.
TXTextControl.TextControl.OnTableFormatChanged Raises the TableFormatChanged event.
TXTextControl.TextControl.OnTextFieldChanged Raises the TextFieldChanged event.
TXTextControl.TextControl.OnTextFieldClicked Raises the TextFieldClicked event.
TXTextControl.TextControl.OnTextFieldCreated Raises the TextFieldCreated event.
TXTextControl.TextControl.OnTextFieldDeleted Raises the TextFieldDeleted event.
TXTextControl.TextControl.OnTextFieldDoubleClicked Raises the TextFieldDoubleClicked event.
TXTextControl.TextControl.OnTextFieldEntered Raises the TextFieldEntered event.
TXTextControl.TextControl.OnTextFieldLeft Raises the TextFieldLeft event.
TXTextControl.TextControl.OnVScroll Raises the VScroll event.
TXTextControl.TextControl.OnXmlInvalid Raises the XmlInvalid event.
TXTextControl.TextControl.OnXmlNotWellFormed Raises the XmlNotWellFormed event.
TXTextControl.TextControl.OnZoomed Raises the Zoomed event.
TXTextControl.TextControl.ParagraphFormatDialog Invokes the built-in dialog box for setting the formatting attributes of a paragraph.
TXTextControl.TextControl.Paste Replaces the current selection in the Text Control with the contents of the Clipboard.
TXTextControl.TextControl.Print Prints a Text Control document or a part of a document.
TXTextControl.TextControl.PrintPreview Shows a print preview of the current document.
TXTextControl.TextControl.Redo Redoes the last Text Control operation.
TXTextControl.TextControl.Replace Opens the built-in Replace dialog box.
TXTextControl.TextControl.ResetBackColor Overridden.
TXTextControl.TextControl.ResetContents Deletes the entire contents of a Text Control.
TXTextControl.TextControl.ResetCursor Overridden.
TXTextControl.TextControl.ResetFieldCursor Resets the FieldCursor property to its default value.
TXTextControl.TextControl.ResetForeColor Overridden.
TXTextControl.TextControl.ResetPageMargins Resets the PageMargins property to its default value.
TXTextControl.TextControl.ResetPageSize Resets the PageSize property to its default value.
TXTextControl.TextControl.ResetTextBackColor Resets the TextBackColor property to its default value.
TXTextControl.TextControl.Save Saves the complete contents of a document with the specified format.
TXTextControl.TextControl.Select Selects text within the Text Control.
TXTextControl.TextControl.SelectAll Selects all text in the Text Control.
TXTextControl.TextControl.TabDialog Invokes the built-in dialog box for setting tabs.
TXTextControl.TextControl.TableFormatDialog Invokes the built-in dialog box for setting formatting attributes of tables.
TXTextControl.TextControl.Undo Undoes the last edit operation in the Text Control.
TXTextControl.TextField.ScrollTo Sets the current input position to the beginning of a text field and scrolls it into the visible part of the document.

Events

Event Description
TXTextControl.DocumentServer.MailMerge.FieldMerged Occurs when a field has been merged.
TXTextControl.DocumentServer.MailMerge.IncludeTextMerging Occurs when an IncludeText field has been merged.
TXTextControl.ServerTextControl.AdaptFont Occurs for each font that must be adapted, because it is not supported.
TXTextControl.TextControl.AcceptsTabChanged Occurs when the value of the AcceptsTab property has changed.
TXTextControl.TextControl.AdaptFont Occurs for each font that must be adapted, because it is not supported.
TXTextControl.TextControl.BorderStyleChanged Occurs when the value of the BorderStyle property has changed.
TXTextControl.TextControl.Changed Indicates that the contents of a document have been changed.
TXTextControl.TextControl.CharFormatChanged Occurs when the character formatting attributes either of the selected characters or the current text input position have been changed.
TXTextControl.TextControl.DocumentLinkClicked Occurs when a text field has been clicked on that represents a link to a target in the document.
TXTextControl.TextControl.FormattingStyleListChanged Occurs after one or more formatting styles have been added or removed or if the name of an existing style has been changed.
TXTextControl.TextControl.HeaderFooterActivated Occurs when a header or footer gets the current text input position from another part of the document such as a textframe or the main text.
TXTextControl.TextControl.HeaderFooterDeactivated Occurs when a header or footer loses the current text input position and another part of the document such as a textframe or the main text gets it.
TXTextControl.TextControl.HScroll Occurs when the horizontal scroll position has been changed.
TXTextControl.TextControl.HypertextLinkClicked Occurs when a text field has been clicked on that represents the source of a hypertext link.
TXTextControl.TextControl.ImageClicked Occurs when an image has been clicked on.
TXTextControl.TextControl.ImageCreated Occurs when a new image has been created.
TXTextControl.TextControl.ImageDeleted Occurs when an image has been deleted.
TXTextControl.TextControl.ImageDoubleClicked Occurs when an image has been doubleclicked on.
TXTextControl.TextControl.ImageMoved Occurs when an inserted image has been moved.
TXTextControl.TextControl.ImageSized Occurs when an inserted image has been sized.
TXTextControl.TextControl.InputFormattingStyleChanged Occurs after the text input position has been moved to a text part formatted with another style.
TXTextControl.TextControl.InputParagraphChanged Occurs when the text input position has been moved to another paragraph.
TXTextControl.TextControl.InputPositionChanged Occurs when the text input position has been changed.
TXTextControl.TextControl.PageFormatChanged Occurs when the page format settings have been changed.
TXTextControl.TextControl.ParagraphFormatChanged Occurs when the formatting attributes of the selected paragraphs have been changed.
TXTextControl.TextControl.TableCreated Occurs after a new table has been created as a result of a text insertion via the clipboard or when loading a document which contains a table without an identifier.
TXTextControl.TextControl.TableDeleted Occurs after a table has been deleted.
TXTextControl.TextControl.TableFormatChanged Occurs when the design attributes of a selected table have been changed.
TXTextControl.TextControl.TextFieldChanged Occurs when the text of a text field has been changed.
TXTextControl.TextControl.TextFieldClicked Occurs when a text field has been clicked on.
TXTextControl.TextControl.TextFieldCreated Occurs when a text field has been created.
TXTextControl.TextControl.TextFieldDeleted Occurs when a text field has been deleted.
TXTextControl.TextControl.TextFieldDoubleClicked Occurs when a text field has been double-clicked on.
TXTextControl.TextControl.TextFieldEntered Occurs when the current input position has been moved to a position that belongs to a text field.
TXTextControl.TextControl.TextFieldLeft Occurs when the current input position has left a text field.
TXTextControl.TextControl.VScroll Occurs when the vertical scroll position has been changed.
TXTextControl.TextControl.XmlInvalid Occurs when a loaded or changed XML document cannot be validated with the document type definition (DTD) referenced in the document.
TXTextControl.TextControl.XmlNotWellFormed Occurs when a loaded XML document is not well-formed.
TXTextControl.TextControl.Zoomed Occurs when the Text Control has been zoomed.