Replace one item of text with another.
[C#] void ReplaceText(List<StructureElementElement> items, string text)
void ReplaceText(List<StructureElementElement> items, string text)
The items of text to be replaced are identified using structure elements.
None.