struct ICU::BiDi::ParagraphInfo

Overview

Holds information about a single paragraph.

Defined in:

icu/bidi.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(index : Int32, start : Int32, limit : Int32, level : Level) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(index _index = @index, start _start = @start, limit _limit = @limit, level _level = @level) #

[View source]
def index : Int32 #

def level : Level #

def limit : Int32 #

def start : Int32 #