Table of Contents

Efl.Canvas.Group.paragraph_direction

Description

This handles text paragraph direction of the given object. Even if the given object is not textblock or text, its smart child objects can inherit the paragraph direction from the given object. The default paragraph direction is inherit.

Since 1.22

Values

Overridden from Efl.Canvas.Object.paragraph_direction (get, set).

Signature

@property paragraph_direction {
    get {}
    set {}
    values {
        dir: Efl.Text_Bidirectional_Type;
    }
}

C signature

Efl_Text_Bidirectional_Type efl_canvas_object_paragraph_direction_get(const Eo *obj);
void efl_canvas_object_paragraph_direction_set(Eo *obj, Efl_Text_Bidirectional_Type dir);

Implemented by