Answered
Change cross-reference format programmatically
I want to do this:
- Find any cross-reference (or x-ref of particular format)
- Change format to another one defined: e.g. from "heading & chapter-page" to "heading & page".
After finding a cross-reference I have a Text Range of that x-ref. But how to get to the x-ref object?
IMHO there should be an object with propery XRefFmt
aTextItems = oDoc.GetTextForRange(oTR, Constants.FTI_XRefBegin);
is of no help here, as it just provides the text of the x-ref.

