New Classes, Properties, Methods and Events

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

Methods

Method Description
TXTextControl.DataVisualization.ChartCollection.Add Inserts a new chart in a Text Control document.
TXTextControl.DataVisualization.ChartCollection.CopyTo Copies the elements of the collection to an array, starting at a particular index.
TXTextControl.DataVisualization.ChartCollection.GetItem Gets a particular chart from the collection.
TXTextControl.DataVisualization.ChartCollection.Remove Removes a chart from a Text Control document.
TXTextControl.DataVisualization.ChartFrame.AddUndoUnit Add the current state of the chart which is connected with this ChartFrame to the undo stack.
TXTextControl.DataVisualization.ChartFrame.Refresh Refreshes the chart.
TXTextControl.FrameBase.ChangeZOrder Changes the frame's z-order.
TXTextControl.FrameCollection.CopyTo Copies the elements of the collection to an array, starting at a particular index.
TXTextControl.FrameCollection.GetItem Gets a particular image, text frame, chart, barcode or drawing from the collection.
TXTextControl.FrameCollection.Remove Removes a frame (image, text frame, chart, barcode or drawing) from a document.
TXTextControl.MisspelledWordCollection.GetCount Returns the number of misspelled words with a special meaning from the collection.
TXTextControl.MisspelledWordCollection.Ignore Changes the text of the specified misspelled word and marks it as ignored.
TXTextControl.StatusBar.Colors.ResetBackColorBottom Resets the status bar's BackColorBottom to its system dependent default value.
TXTextControl.StatusBar.Colors.ResetBackColorMiddle Resets the status bar's BackColorMiddle to its system dependent default value.
TXTextControl.StatusBar.Colors.ResetBackColorTop Resets the status bar's BackColorTop to its system dependent default value.
TXTextControl.StatusBar.Colors.ResetSeparatorColorDark Resets the status bar's SeparatorColorDark to its system dependent default value.
TXTextControl.StatusBar.Colors.ResetSeparatorColorLight Resets the status bar's SeparatorColorLight to its system dependent default value.
TXTextControl.TextControl.ChartLayoutDialog Invokes the built-in dialog box for alter the layout settings, the size and the text distances of a chart.
TXTextControl.TextControl.OnChartClicked Raises the ChartClicked event.
TXTextControl.TextControl.OnChartCreated Raises the ChartCreated event.
TXTextControl.TextControl.OnChartDeleted Raises the ChartDeleted event.
TXTextControl.TextControl.OnChartDoubleClicked Raises the ChartDoubleClicked event.
TXTextControl.TextControl.OnChartMoved Raises the ChartMoved event.
TXTextControl.TextControl.OnChartRightClicked Raises the ChartRightClicked event.
TXTextControl.TextControl.OnChartSized Raises the ChartSized event.

Classes

Class Description
TXTextControl.DataVisualization.ChartCollection An instance of the ChartCollection class contains all charts in a document represented through objects of the type DataVisualization.ChartFrame.
TXTextControl.DataVisualization.ChartEventArgs The ChartEventArgs class provides data for all events that occur with charts.
TXTextControl.DataVisualization.ChartFrame An instance of the ChartFrame class represents a chart and its layout in a Text Control document.
TXTextControl.FrameCollection An instance of the FrameCollection class contains all images, text frames and charts in a document.

Properties

Property Description
TXTextControl.DataVisualization.ChartEventArgs.ChartFrame Gets an object that represents the chart which causes the event.
TXTextControl.DataVisualization.ChartFrame.Chart Gets the chart control associated with the chart frame.
TXTextControl.DataVisualization.ChartFrame.ExportCompressionQuality Sets a value between 1 and 100, which is the quality of a lossy data compression used, if the chart's image is exported.
TXTextControl.DataVisualization.ChartFrame.ExportFileName Gets or sets the file name, when the chart's image is exported.
TXTextControl.DataVisualization.ChartFrame.ExportFilterIndex Gets or sets the format used, if a chart's image is exported.
TXTextControl.DataVisualization.ChartFrame.ExportResolution Gets or sets the maximum resolution in dots per inch in which the chart's image is saved.
TXTextControl.DataVisualization.ChartFrame.SaveMode Determines whether the chart's image is stored through its binary data or through a file reference.
TXTextControl.MisspelledWord.IsDuplicate Gets or sets a value which marks the misspelled word as duplicate.
TXTextControl.MisspelledWord.IsIgnored Gets or sets a value which marks the misspelled word as ignored.
TXTextControl.ServerTextControl.Charts Gets a collection of all charts in a document.
TXTextControl.ServerTextControl.Frames Gets a collection of all images, textframes, charts and barcodes in a document.
TXTextControl.ServerTextControl.IsCreated Gets a value indicating whether the control is completely created.
TXTextControl.StatusBar.Colors.BackColorBottom Gets or sets the background color at the bottom of the status bar.
TXTextControl.StatusBar.Colors.BackColorMiddle Gets or sets the background color in the middle of the status bar.
TXTextControl.StatusBar.Colors.BackColorTop Gets or sets the background color at the top of the status bar.
TXTextControl.StatusBar.Colors.SeparatorColorDark Gets or sets the color of the dark part of a separator.
TXTextControl.StatusBar.Colors.SeparatorColorLight Gets or sets the color of the light part of a separator.
TXTextControl.StatusBar.ShowZoomTrackBar Specifies whether the status bar displays a track bar instead of a simple number to show and to set the zooming factor.
TXTextControl.TextControl.Charts Gets a collection of all charts contained in the text part with the input focus.
TXTextControl.TextControl.Frames Gets a collection of all images, textframes, charts, barcodes and drawings contained in the text part with the input focus.
TXTextControl.TextFrame.Transparency Gets or sets the text frame's transparency.

Events

Event Description
TXTextControl.ServerTextControl.ChartCreated Occurs when a new chart has been created.
TXTextControl.ServerTextControl.ChartDeleted Occurs when a chart has been deleted.
TXTextControl.TextControl.ChartClicked Occurs when a chart has been clicked on.
TXTextControl.TextControl.ChartCreated Occurs when a new chart has been created.
TXTextControl.TextControl.ChartDeleted Occurs when a chart has been deleted.
TXTextControl.TextControl.ChartDoubleClicked Occurs when a chart has been doubleclicked on.
TXTextControl.TextControl.ChartMoved Occurs when a chart has been moved.
TXTextControl.TextControl.ChartRightClicked Occurs when a chart has been clicked on with the right mouse button.
TXTextControl.TextControl.ChartSized Occurs when a chart has been sized.