struct

Bidi::ParagraphInfo

Inherits Struct < Value < Object

Information about a single paragraph within text

Contains the byte range and base embedding level for a paragraph. Used with BidiInfo for paragraph-level operations.

Constructors

new(range : Range(Int32, Int32), level : Level)
Source

Instance methods

length

Returns the length of the paragraph in bytes

Source
level
Source
level=(level : Level)
Source
range
Source
range=(range : Range(Int32, Int32))
Source