Scripts
    Preparing search index...

    Class RichTextElement

    Interface used for marking elements with gettable value represented by string.

    Hierarchy (View Summary)

    Implements

    Index

    Methods

    • Returns text value of the rich text element.

      Returns string

      Text value.

    • Checks if the element has specified tag.

      Parameters

      • tag: Tag

        Tag that is checked.

      Returns boolean

      True if element has specified tag, false otherwise.

    • Sets text value of the rich text element.

      Parameters

      • Optionalvalue: string

        Text value.

      Returns void

    • Sets text value of the rich text element.

      Parameters

      • Optionalvalue: any

        Text value.

      Returns void