RecyclingProcessedText

class RecyclingProcessedText(val chars: ArrayList<ProcessedText.ProcessedChar>, val underlines: IntArrayList, val strikeThroughs: IntArrayList) : ProcessedText

Constructors

Link copied to clipboard
constructor(chars: ArrayList<ProcessedText.ProcessedChar>, underlines: IntArrayList, strikeThroughs: IntArrayList)

Properties

Link copied to clipboard
Link copied to clipboard
open override val strikeThroughs: IntArrayList

Elements: start char index, to char index, ...

Link copied to clipboard
open override val underlines: IntArrayList

Elements: start char index, to char index, ...