TextFieldType Members
Contains information about a text field type in a presentation document.Constructors
| Name | Description |
|---|---|
| TextFieldType(String) | Initializes a new instance of the TextFieldType class with specified settings. |
Fields
| 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. |
Methods
| Name | Description |
|---|---|
| Equals(TextFieldType) |
Determines whether the specified object is equal to the current TextFieldType object.
|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) |
Determines whether the specified object is equal to the current TextFieldType object.
|
| GetHashCode() | Returns a number that identifies the object instance. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns the fully qualified type name of this instance. Inherited from ValueType. |
Operators
| Name | Description |
|---|---|
| Equality(TextFieldType, TextFieldType) static | Compares two TextFieldType structures for equality. |
| Inequality(TextFieldType, TextFieldType) static | Compares two TextFieldType structures to determine whether they are not equal. |
See Also