Dear Language developers,
I would like to re-use some information about segments which are list items and table cells. These information should be re-used when generating a preview of an SDLXLIFF file.
For the table cells, I could find out that I can retrieve the parent table and table row IDs, which may help me to recreate the structure of the table. However, how could I access information about the size or possible spans of the table cells?
Concerning the list items, I was wondering whether there is a way to detect the type of list (ordered or unordered) and possibly, if it is an ordered list, the type of "numbering" (figures, letters, roman figures, etc.)?
Thank you in advance for any hints.
Regards,
Laurent