menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RtfLexer - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RtfLexer

    Represents the Rtf lexer.

    Inheritance
    System.Object
    RtfLexer
    Namespace: Syncfusion.DocIO.DLS.Convertors
    Assembly: Syncfusion.DocIO.Portable.dll
    Syntax
    public class RtfLexer : Object

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved