New Properties, Methods and Events

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

Properties

Property Description
Style.KeepLinesTogether Gets or sets a value indicating whether a page break is allowed within a paragraph.
Style.KeepWithNext If this property is set to true, a paragraph with this formatting style is displayed on the same page as its following paragraph.
Style.PageBreakBefore If this property is set to true, a paragraph with this formatting style is always displayed on top of a page.
Style.WidowOrphanLines Gets or sets the number of lines for widow/orphan control.
TXRulerBar.Direction Gets or sets a value specifying the direction of the ruler bar in the document.
TXRulerBar.EnablePageMargins Enables or disables the setting of page margins.
TXStatusBar.Appearance Returns or sets the paint style of a status bar.
TXTextControl.FieldLinkTargetMarkers Gets or sets a value indicating that markers for hypertext targets are shown or not.
TXTextControl.KeepLinesTogether Gets or sets a value indicating whether a page break is allowed within a paragraph.
TXTextControl.KeepWithNext If this property is set to true for a paragraph, it is displayed on the same page as its following paragraph.
TXTextControl.PageBreakBefore If this property is set to true for a paragraph, it is always displayed on top of a page.
TXTextControl.VerticalRulerHandle Specifies the ruler control to be used as vertical ruler with a Text Control.
TXTextControl.WidowOrphanLines Gets or sets the number of lines for widow/orphan control.

Methods

Method Description
TXTextControl.FieldSetInputPos If the current text input position is a position at the beginning or at the end of a marked text field with a doubled input position, this method can be used to define whether the position is inside or outside the field.