Analizador léxico (tokenizador) para documentos en formato RTF. Analiza el documento y devuelve de
forma secuencial todos los elementos RTF leidos (tokens).

C# | Visual Basic | Visual C++ |
public class RtfLex
Public Class RtfLex
public ref class RtfLex

All Members | Constructors | Methods | |||
Icon | Member | Description |
---|---|---|
![]() | RtfLex(TextReader) |
Constructor de la clase RtfLex
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()() | (Inherited from Object.) |
![]() | GetHashCode()()() | (Inherited from Object.) |
![]() | GetType()()() | (Inherited from Object.) |
![]() | MemberwiseClone()()() | (Inherited from Object.) |
![]() | NextToken()()() |
Lee un nuevo token del documento RTF.
|
![]() | ToString()()() | (Inherited from Object.) |

Object | |
![]() | RtfLex |