New Classes, Properties, Methods and Events

In TX Text Control 34.0 for ASP.NET the following new classes, properties, methods and events have been added:

Methods

Method Description
Javascript: DocumentLink.getDescriptiveText Gets the document link's descriptive text.
Javascript: DocumentLink.setDescriptiveText Sets the document link's descriptive text.
Javascript: FormField.getDescriptiveText Gets the form field's descriptive text.
Javascript: FormField.setDescriptiveText Sets the form field's descriptive text.
Javascript: FrameBase.getDescriptiveText Gets the descriptive text for the frame.
Javascript: FrameBase.setDescriptiveText Sets a descriptive text for the frame.
Javascript: HypertextLink.getDescriptiveText Gets the hyperlink's descriptive text.
Javascript: HypertextLink.setDescriptiveText Sets the hyperlink's descriptive text.
Javascript: StatusBarViewGenerator.getShowKeyStates Specifies whether the status bar shows the key state of the current insertion mode, insert or overwrite.
Javascript: StatusBarViewGenerator.setShowKeyStates Specifies whether the status bar shows the key state of the current insertion mode, insert or overwrite.
Javascript: Table.getDescriptiveText Gets the table's descriptive text.
Javascript: Table.setDescriptiveText Sets the table's descriptive text.
Javascript: TextFrame.getDescriptiveText Gets the descriptive text for the text frame.
Javascript: TextFrame.setDescriptiveText Sets a descriptive text for the text frame.
Javascript: TXTextControl.getInsertionMode Gets the insertion mode.
Javascript: TXTextControl.setInsertionMode Sets the insertion mode.

Properties

Property Description
TXTextControl.DocumentLink.DescriptiveText Gets or sets a descriptive text for a document link.
TXTextControl.DocumentServer.MailMerge.FrameMergedEventArgs.DataRow Gets the data row which is used to supply the current frame with merge content.
TXTextControl.DocumentServer.MailMerge.FrameMergedEventArgs.Frame Gets the frame that has been merged.
TXTextControl.DocumentServer.MailMerge.FrameMergedEventArgs.MergeBlockName If the frame is part of a merge block, this property returns the name of the block.
TXTextControl.DocumentServer.MailMerge.FrameMergedEventArgs.NestingDepth If the frame is part of a merge block, this property returns the one-based nesting depth of the block.
TXTextControl.DocumentServer.MailMerge.FrameMergedEventArgs.SubTextPartID Gets the ID of the subtext part the frame is part of.
TXTextControl.DocumentServer.MailMerge.FrameMergedEventArgs.SubTextPartNumber Gets the 1-based number of the subtext part the frame is part of.
TXTextControl.DocumentServer.MailMerge.ImageMergedEventArgs.DescriptiveText Gets or sets the descriptive text of the image.
TXTextControl.FormField.DescriptiveText Gets or sets a descriptive text for a form field.
TXTextControl.FrameBase.DescriptiveText Gets or sets a descriptive text for the frame.
TXTextControl.HypertextLink.DescriptiveText Gets or sets a descriptive text for a hypertext link.
TXTextControl.HypertextLink.Target Gets or sets a string that specifies the target to where the hypertext link points.
TXTextControl.ServerVisualization.TextViewGenerator.InsertionMode Specifies whether text is inserted or overwrites existing text.
TXTextControl.Table.DescriptiveText Gets or sets a descriptive text for a table.

Classes

Class Description
TXTextControl.DocumentServer.MailMerge.FrameMergedEventArgs The FrameMergedEventArgs class is the base class for all event argument classes that provide information about a frame that has been merged during a mail merge operation.
TXTextControl.HypertextLink The HypertextLink class represents a hypertext link in a Text Control document that points to a target outside of the document.