New Properties, Methods and Events

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

Properties

Property Description
TXTextControl.AllowUndo Determines whether the undo buffer is active or not.
TXTextControl.ImageExportCompressionQuality Determines a value between 1 and 100, which is the quality of a lossy data compression used, if the image is saved.
TXTextControl.ImageExportMaxResolution Determines the maximum resolution in dots per inch used, if the image is saved.
TXTextControl.TableCanSplit Checks whether a table can be split.
TXTextControl.TableNestedLevel Gets the nested level for the specified table.

Methods

Method Description
TXTextControl.EndUndoAction Defines the end of an undo action.
TXTextControl.StartUndoAction Defines the beginning of an undo action.
TXTextControl.TableGetOuter This method returns a table's outer table.
TXTextControl.TableGetOuterMost This method returns a table's outermost table.
TXTextControl.TableSplit Splits a table below or above the current input position.