Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RtfTokenType

    Show / Hide Table of Contents

    Class RtfTokenType

    Specifies the Rtf token type.

    Inheritance
    System.Object
    RtfTokenType
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Portable.dll
    Syntax
    public sealed class RtfTokenType : Enum

    Fields

    ControlWord

    Control word.

    Declaration
    public const RtfTokenType ControlWord
    Field Value
    Type Description
    RtfTokenType

    GroupEnd

    Group end.

    Declaration
    public const RtfTokenType GroupEnd
    Field Value
    Type Description
    RtfTokenType

    GroupStart

    Group start.

    Declaration
    public const RtfTokenType GroupStart
    Field Value
    Type Description
    RtfTokenType

    TableEntry

    Table entry.

    Declaration
    public const RtfTokenType TableEntry
    Field Value
    Type Description
    RtfTokenType

    Text

    Text.

    Declaration
    public const RtfTokenType Text
    Field Value
    Type Description
    RtfTokenType

    Unknown

    Unknown.

    Declaration
    public const RtfTokenType Unknown
    Field Value
    Type Description
    RtfTokenType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved