NRtfTree Library 0.3
AddText Method (text, format)
NamespacesNet.Sgoliver.NRtfTree.UtilRtfDocumentAddText(String, RtfCharFormat)
NRtfTree Library 0.3 (0.3.3503)
Inserta un fragmento de texto en el documento con un formato de texto determinado.
Declaration Syntax
C#Visual BasicVisual C++
public void AddText(
	string text,
	RtfCharFormat format
)
Public Sub AddText ( _
	text As String, _
	format As RtfCharFormat _
)
public:
void AddText(
	String^ text, 
	RtfCharFormat^ format
)
Parameters
text (String)
Texto a insertar.
format (RtfCharFormat)
Formato del texto a insertar.

Assembly: NRtfTree (Módulo: NRtfTree) Versión: 0.3.3503.32544