Hi,
1)
I have found a way to do this thanks to :
*F_ElementRangeT
*method F_ApiElementLocToTextLoc(...) = ElementRangeT to TextRangeT
and after I get props char per char of the text.
2)About :
*F_PropValsT F_ApiGetTextProps(F_ObjHandleT docId, F_TextLocT *tLocp);
*VoidT F_ApiSetTextProps(F_ObjHandleT docId,F_TextRangeT *ttRgep,
F_PropValsT *setVal);
I have one remark : For F_ApiGetTextProps, we need to use F_TextLocT and for F_ApiSetTextProps we need to use TextRangeT which is 2 F_TextLocT in a structure.
This is the first time that i see in a language that the type of param of a set method is different than the param of a get method.
Thanks,
Alexandre