Efl.Access.Text.access_text

Keys

  • start_offset - Position in text.
  • end_offset - End offset of text.

Values

  • text - UTF-8 encoded text.


Signature

@property access_text @beta @pure_virtual {
    get @protected {
        keys {
            start_offset: int;
            end_offset: int;
        }
    }
    values {
        text: mstring;
    }
}

C signature

char *efl_access_text_get(const Eo *obj, int start_offset, int end_offset);

Implemented by