ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer.ReportService Namespace / TextRunMarkup Class
Fields

In This Topic
    TextRunMarkup Class Members
    In This Topic

    The following tables list the members exposed by TextRunMarkup.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Fields
     NameDescription
    Public FieldThe height of the text run, in pixels.  
    Public FieldArray containing 0-based indices of words' first chars into the "text" string. If the "p" array is null or empty, this array must also be null or empty. If the "p" array is not empty, and this array has exactly one element "-1", the "p" array is assumed to contain coordinates of all individual chars in "text". In all other cases, this array must have the same number of elements as the "p" array, and must contain indices into "text" string of subsequent words' first chars. In that case the first element of this array must contain "0" (index of the first char of the first word in the text run). The length of a word is determined by the starting indices of that and next word.  
    Public FieldArray containing X coordinates of words' first chars, relative to the left bound of the text run. May be null or have 0 elements. If the first element is present, it would normally contain 0 i.e. the X coordinate of the first char of the first word in the text run.  
    Public FieldThe text of the text run. May not contain line breaks.  
    Public FieldThe width of the text run, in pixels.  
    Public FieldThe X coordinate of the text run relative to the left edge of the page, in pixels.  
    Public FieldThe Y coordinate of the text run relative to the top edge of the page, in pixels.  
    Top
    See Also