TextFragment.TextFragment

TextFragment()

Initializes new instance of the TextFragment object.

public TextFragment()

See Also


TextFragment(TabStops)

Initializes new instance of the TextFragment object with predefined TabStops positions.

public TextFragment(TabStops tabStops)
ParameterTypeDescription
tabStopsTabStopsTabulation positions

See Also


TextFragment(string)

Creates TextFragment object with single TextSegment object inside. Specifies text string inside the segment.

public TextFragment(string text)
ParameterTypeDescription
textStringText fragment’s text.

See Also


TextFragment(string, TabStops)

Creates TextFragment object with single TextSegment object inside and predefined TabStops positions.

public TextFragment(string text, TabStops tabStops)
ParameterTypeDescription
textStringText fragment’s text.
tabStopsTabStopsTabulation positions

See Also