TextFragment

TextFragment()

Inicializa una nueva instancia delTextFragment objeto.

public TextFragment()

Ver también


TextFragment(TabStops)

Inicializa una nueva instancia delTextFragment objeto con predefinidoTabStops posiciones.

public TextFragment(TabStops tabStops)
ParámetroEscribeDescripción
tabStopsTabStopsPosiciones de tabulación

Ver también


TextFragment(string)

CreaTextFragment objeto con soloTextSegment objeto dentro. Especifica la cadena de texto dentro del segmento.

public TextFragment(string text)
ParámetroEscribeDescripción
textStringTexto del fragmento de texto.

Ver también


TextFragment(string, TabStops)

CreaTextFragment objeto con soloTextSegment objeto dentro y predefinidoTabStops posiciones.

public TextFragment(string text, TabStops tabStops)
ParámetroEscribeDescripción
textStringTexto del fragmento de texto.
tabStopsTabStopsPosiciones de tabulación

Ver también