struct
ICU::BiDi::ParagraphInfo
- ICU::BiDi::ParagraphInfo
- Struct
- Value
- Object
Overview
Holds information about a single paragraph.
Defined in:
icu/bidi.crConstructors
Instance Method Summary
- #clone
- #copy_with(index _index = @index, start _start = @start, limit _limit = @limit, level _level = @level)
- #index : Int32
- #level : Level
- #limit : Int32
- #start : Int32
Constructor Detail
Instance Method Detail
def copy_with(index _index = @index, start _start = @start, limit _limit = @limit, level _level = @level)
#