paragraphMarker property

ParagraphMarker? paragraphMarker
getter/setter pair

A marker representing the beginning of a new paragraph.

The start_index and end_index of this TextElement represent the range of the paragraph. Other TextElements with an index range contained inside this paragraph's range are considered to be part of this paragraph. The range of indices of two separate paragraphs will never overlap.

Implementation

ParagraphMarker? paragraphMarker;