NRtfTree Library 0.3
FindText Method (text)
NamespacesNet.Sgoliver.NRtfTree.CoreRtfTreeNodeFindText(String)
NRtfTree Library 0.3 (0.3.3503)
Busca todos los nodos de tipo Texto que contengan el texto buscado.
Declaration Syntax
C#Visual BasicVisual C++
public RtfNodeCollection FindText(
	string text
)
Public Function FindText ( _
	text As String _
) As RtfNodeCollection
public:
RtfNodeCollection^ FindText(
	String^ text
)
Parameters
text (String)
Texto buscado en el documento.
Return Value
Lista de nodos, a partir del actual, que contienen el texto buscado.

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