Xamarin.Android

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

    Show / Hide Table of Contents

    Class TextFormat

    Specifies the format of the text.

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

    Fields

    FirstCapital

    First capital text formatting.

    Declaration
    public const TextFormat FirstCapital
    Field Value
    Type Description
    TextFormat

    Lowercase

    Lowercase text formatting.

    Declaration
    public const TextFormat Lowercase
    Field Value
    Type Description
    TextFormat

    None

    No text formatting

    Declaration
    public const TextFormat None
    Field Value
    Type Description
    TextFormat

    Titlecase

    Title case text formatting.

    Declaration
    public const TextFormat Titlecase
    Field Value
    Type Description
    TextFormat

    Uppercase

    Uppercase text formatting.

    Declaration
    public const TextFormat Uppercase
    Field Value
    Type Description
    TextFormat

    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