Hello,
In a Structured book, i need to get on attribute valus (on the highest element) but ...
In a FM document, i can get value from an element by looping through all my document by "wraping" the element text and get the attributes (using : element.TextRange.beg/end).
But in a structured book, i can't wrap the "element text" because it's not text, so how can i get the value of my highest element?