Hi,
I need to programatically create an equation element in FM. The procedure I use is the same I use for other elements, that is:
F_TextRangeT tr = F_ApiGetTextRange (docId, parentElemId, FP_TextRange);
F_ElementLocT el = F_ApiTextLocToElementLoc (docId, &tr.end);
F_ObjHandleT elemId =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.