Describes a text run (a single line of text sharing the same formatting). A text run may contain zero or more words (semantics of words are defined by the server; in particular, words may be single chars).

Namespace:  C1.Web.UI.Controls.C1Report
Assembly:  C1ReportClient (in C1ReportClient.dll)

Syntax

JavaScript
C1.Web.UI.Controls.C1Report.TextRunMarkup = function();

Type.createClass(
	'C1.Web.UI.Controls.C1Report.TextRunMarkup');

Inheritance Hierarchy

System..::..Object
  C1.Web.UI.Controls.C1Report..::..TextRunMarkup

See Also