TextFragmentCollection.Add

TextFragmentCollection.Add method

Adds the text fragment element at the specified index.

public void Add(TextFragment fragment)
ParameterTypeDescription
fragmentTextFragmentText fragment element to add.

See Also