Элементы CompiledTextRunInstance

Represents a compiled text run instance generated from parsing HTML in a text run.

Тип CompiledTextRunInstance предоставляет доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Защищенный метод ResetInstanceCache Инфраструктура. (Наследуется из TextRunInstance.)
Открытый метод ToString (Наследуется из Object.)

В начало

Поля

  Имя Описание
Защищенное поле m_reportElementDef Инфраструктура. (Наследуется из ReportElementInstance.)
Защищенное поле m_style Инфраструктура. (Наследуется из ReportElementInstance.)
Защищенное поле m_uniqueName Инфраструктура. (Наследуется из TextRunInstance.)

В начало

Свойства

  Имя Описание
Открытое свойство ActionInstance Gets an ActionInstance object that is compiled from HTML tags.
Открытое свойство Definition Gets the definition class of this TextRunInstance. (Наследуется из TextRunInstance.)
Открытое свойство IsCompiled Indicates whether this text run instance is compiled from HTML tags. (Перезаписывает TextRunInstance. . :: . .IsCompiled.)
Открытое свойство MarkupType Gets the calculated value of the MarkupType property in the original TextRun definition object that contains the HTML. (Перезаписывает TextRunInstance. . :: . .MarkupType.)
Открытое свойство OriginalValue Gets the string value of the parsed text run. (Перезаписывает TextRunInstance. . :: . .OriginalValue.)
Открытое свойство ProcessedWithError Gets a Boolean value that indicates whether an error occurred while parsing the HTML. (Перезаписывает TextRunInstance. . :: . .ProcessedWithError.)
Открытое свойство Style Gets the calculated style of the TextRun definition object, or the parsed style values from the HTML, if any are present. (Перезаписывает ReportElementInstance. . :: . .Style.)
Открытое свойство ToolTip Gets the calculated value of the ToolTip property in the original TextRun definition object that contains the HTML. (Перезаписывает TextRunInstance. . :: . .ToolTip.)
Открытое свойство TypeCode Gets the type of the value contained in the text run instance. For compiled text runs, this is always String. (Перезаписывает TextRunInstance. . :: . .TypeCode.)
Открытое свойство UniqueName Gets the unique identifier of this instance object. (Перезаписывает TextRunInstance. . :: . .UniqueName.)
Открытое свойство Value Gets the string value of the parsed text run. (Перезаписывает TextRunInstance. . :: . .Value.)

В начало