GemBox.Presentation
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    TextFieldType Enum

    Namespace:
    GemBox.Presentation
    Assembly:
    GemBox.Presentation.dll

    Represents the type of text that should be used to update TextField.

    • C#
    • VB.NET
    public enum TextFieldType
    Public Enum TextFieldType

    Fields

    Custom

    Field type is not supported by GemBox.Presentation component.

    DateTime

    Date time in default date time format. Example: '06/13/2016 17:54:28'.

    DateTime1

    Date in standard 'd' date time format. Example: '06/13/2016'.

    DateTime10

    Time in custom 'HH:mm' date time format. Example: '17:54'.

    DateTime11

    Time in custom 'HH:mm:ss' date time format. Example: '17:54:28'.

    DateTime12

    Time in custom 'h:mm tt' date time format. Example: '5:54 PM'.

    DateTime13

    Time in custom 'h:mm:ss tt' date time format. Example: '5:54:28 PM'.

    DateTime2

    Date in standard 'D' date time format. Example: ''Monday, 13 June 2016'.

    DateTime3

    Date in custom 'd MMMM yyyy' date time format. Example: '13 June 2016'.

    DateTime4

    Date in custom 'MMMM d, yyyy' date time format. Example: 'June 13, 2016'.

    DateTime5

    Date in custom 'd-MMM-yy' date time format. Example: '13-Jun-16'.

    DateTime6

    Date in custom 'MMMM yy' date time format. Example: 'June 16'.

    DateTime7

    Date in custom 'MMM-yy' date time format. Example: 'Jun-16'.

    DateTime8

    Date time in standard g date time format. Example: '06/13/2016 17:54'.

    DateTime9

    Date time in standard G date time format. Example: '06/13/2016 17:54:28'.

    SlideNumber

    Presentation slide number.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.