TextFieldType Fields
Contains information about a text field type in a presentation document.| Name | Description |
|---|---|
| DateTime static | The default date time format in the presentation rendering application. |
| DateTime1 static | The date-time value in the “MM/DD/YYYY” format. For example, “10/12/2025”. |
| DateTime10 static | The date-time value in the “hh:mm” format. For example, “14:30”. |
| DateTime11 static | The date-time value in the “hh:mm:ss” format. For example, “14:30:45”. |
| DateTime12 static | The date-time value in the “hh:mm AM/PM” format. For example, “02:30 PM”. |
| DateTime13 static | The date-time value in the “hh:mm:ss AM/PM” format. For example, “02:30:45 PM”. |
| DateTime2 static | The date-time value in the “Day, Month DD, YYYY” format. For example, “Sunday, October 12, 2025”. |
| DateTime3 static | The date-time value in the “DD Month YYYY” format. For example, “12 October 2025”. |
| DateTime4 static | The date-time value in the “Month DD, YYYY” format. For example, “October 12, 2025”. |
| DateTime5 static | The date-time value in the “DD-Mon-YY” format. For example, “12-Oct-25”. |
| DateTime6 static | The date-time value in the “Month YY” format. For example, “October 25”. |
| DateTime7 static | The date-time value in the “Mon-YY” format. For example, “Oct-25”. |
| DateTime8 static | The date-time value in the “MM/DD/YYYY hh:mm” format. For example, “10/12/2025 14:30”. |
| DateTime9 static | The date-time value in the “MM/DD/YYYY hh:mm:ss AM/PM” format. For example, “10/12/2025 02:30:45 PM”. |
| Name | The name of the field type. |
| SlideNumber static | The presentation slide number. |
See Also