Class RtfLexer
Represents the Rtf lexer.
Inheritance
System.Object
RtfLexer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.DocIO.DLS.Convertors
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public class RtfLexer
Constructors
RtfLexer(RtfReader)
Initializes a new instance of the RtfLexer class.
Declaration
public RtfLexer(RtfReader rtfReader)
Parameters
Type | Name | Description |
---|---|---|
RtfReader | rtfReader | The RtfReader instance. |
Properties
CommentRangeStartId
Gets and Sets CommentRange start id
Declaration
public List<string> CommentRangeStartId { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<System.String> |
CurrRtfTableType
Gets/Sets Rtf table type
Declaration
public RtfTableType CurrRtfTableType { get; set; }
Property Value
Type |
---|
RtfTableType |
CurrRtfTokenType
Gets/Sets Rtf token type
Declaration
public RtfTokenType CurrRtfTokenType { get; set; }
Property Value
Type |
---|
RtfTokenType |
IsImageBytes
Gets and Sets the imagebytes
Declaration
public bool IsImageBytes { get; set; }
Property Value
Type |
---|
System.Boolean |
Methods
Close()
Closes this instance.
Declaration
public void Close()
ReadNextToken(String)
Reads the Next token from the stream
Declaration
public string ReadNextToken(string prevTokenKey)
Parameters
Type | Name | Description |
---|---|---|
System.String | prevTokenKey |
Returns
Type |
---|
System.String |