New Classes, Properties, Methods and Events

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

Classes

Class Description
TXTextControl.DocumentLinkCollection An instance of the DocumentLinkCollection class contains all links in a Text Control document that point to targets in the same document.
TXTextControl.DocumentTargetCollection An instance of the DocumentTargetCollection class contains all targets in a Text Control document represented through objects of the type DocumentTarget.
TXTextControl.FrameBaseCollection The FrameBaseCollection class is the base class of the ImageCollection and TextFrameCollection classes.
TXTextControl.HypertextLinkCollection An instance of the HypertextLinkCollection class contains all hypertext links in a Text Control document represented through objects of the type HypertextLink.
TXTextControl.PageNumberFieldCollection An instance of the PageNumberFieldCollection class contains the page number fields in a header or footer of a Text Control document.
TXTextControl.RulerBar The RulerBar class represents a Windows Forms tool bar which can be used to show or to set indents, margins and tabs of a Windows Forms TextControl.
TXTextControl.TextFieldCollection An instance of the TextFieldCollection class contains all standard text fields in a Text Control document or part of the document represented through objects of the type TextField.

Methods

Method Description
TXTextControl.DocumentLinkCollection.Add Inserts a new document link at the current input position.
TXTextControl.DocumentLinkCollection.Clear Removes all document links from a Text Control document.
TXTextControl.DocumentLinkCollection.CopyTo Copies the elements of the collection to an array, starting at a particular index.
TXTextControl.DocumentLinkCollection.GetItem Gets a particular document link from the collection.
TXTextControl.DocumentLinkCollection.Remove Removes a document link from a Text Control document.
TXTextControl.DocumentTargetCollection.Add Inserts the specified target at the current text input position.
TXTextControl.DocumentTargetCollection.Clear Removes all document targets from a Text Control document.
TXTextControl.DocumentTargetCollection.CopyTo Copies the elements of the collection to an array, starting at a particular index.
TXTextControl.DocumentTargetCollection.GetEnumerator Returns an enumerator that can be used to iterate through the collection.
TXTextControl.DocumentTargetCollection.GetItem Gets a particular document target from the collection.
TXTextControl.DocumentTargetCollection.Remove Removes the specified target from a Text Control document.
TXTextControl.FrameBaseCollection.Clear Removes all objects from the collection and from the document.
TXTextControl.FrameBaseCollection.GetEnumerator Returns an enumerator that can be used to iterate through the collection.
TXTextControl.HypertextLinkCollection.Add Inserts a new hypertext link at the current input position.
TXTextControl.HypertextLinkCollection.Clear Removes all hypertext links from a Text Control document.
TXTextControl.HypertextLinkCollection.CopyTo Copies the elements of the collection to an array, starting at a particular index.
TXTextControl.HypertextLinkCollection.GetItem Gets a particular hypertext link from the collection.
TXTextControl.HypertextLinkCollection.Remove Removes a hypertext link from a Text Control document.
TXTextControl.PageNumberFieldCollection.Add Inserts a new page number field at the current input position of a header or footer.
TXTextControl.PageNumberFieldCollection.Clear Removes all page number fields contained in the collection from the document.
TXTextControl.PageNumberFieldCollection.CopyTo Copies the elements of the collection to an array, starting at a particular index.
TXTextControl.PageNumberFieldCollection.Remove Removes a page number from a header or footer of a Text control document.
TXTextControl.TableBaseCollection.Clear Removes all tables contained in the collection from a Text Control document.
TXTextControl.TextFieldCollection.Add Inserts a new standard text field at the current input position.
TXTextControl.TextFieldCollection.Clear Removes all text fields from a Text Control document.
TXTextControl.TextFieldCollection.CopyTo Copies the elements of the collection to an array, starting at a particular index.
TXTextControl.TextFieldCollection.GetItem Gets a particular text field from the collection.
TXTextControl.TextFieldCollection.Remove Removes a text field from a Text Control document.
TXTextControl.TextFrame.Activate Activates the text frame.
TXTextControl.TextFrame.Find Finds a text string in a text frame.
TXTextControl.TextFrameCollection.DeactivateItem Deactivates the activated text frame and sets the input focus back to the text part that contains the text frame.

Properties

Property Description
TXTextControl.DocumentTargetCollection.CanAdd Gets a value indicating whether a new document target can be inserted at the current text input position.
TXTextControl.DocumentTargetCollection.Count Gets the number of elements contained in the collection.
TXTextControl.DocumentTargetCollection.IsSynchronized Returns true if the collection is designed to be thread safe, otherwise, it returns false.
TXTextControl.DocumentTargetCollection.SyncRoot Gets an object that can be used to synchronize access to the collection.
TXTextControl.FrameBaseCollection.Count Gets the number of elements contained in the collection.
TXTextControl.FrameBaseCollection.IsSynchronized Returns true if the collection is designed to be thread safe, otherwise, it returns false.
TXTextControl.FrameBaseCollection.SyncRoot Gets an object that can be used to synchronize access to the collection.
TXTextControl.ParagraphFormat.KeepLinesTogether Gets or sets a value indicating whether a page break is allowed within the paragraph.
TXTextControl.ParagraphFormat.KeepWithNext If this property is set to true, the paragraph is displayed on the same page as its following paragraph.
TXTextControl.ParagraphFormat.PageBreakBefore If this property is set to true, the paragraph is always displayed on top of a page.
TXTextControl.ParagraphFormat.WidowOrphanLines Gets or sets the number of lines for widow/orphan control.
TXTextControl.RulerBar.Alignment Gets or sets a value specifying the alignment of the ruler bar in the document.
TXTextControl.RulerBar.EnablePageMargins Enables or disables the setting of page margins.
TXTextControl.RulerBar.ScaleUnit Gets or sets the unit of the ruler bar's scale.
TXTextControl.TextControl.DocumentTargetMarkers Gets or sets a value indicating that markers for hypertext targets are shown or not.